Searched refs:children (Results 1 - 25 of 65) sorted by path

123

/haiku/headers/libs/alm/
H A DALMLayout.h175 virtual void LayoutInvalidated(bool children);
/haiku/headers/os/interface/
H A DAbstractLayout.h55 virtual void LayoutInvalidated(bool children);
H A DAbstractLayoutItem.h44 virtual void LayoutInvalidated(bool children);
H A DCardLayout.h45 virtual void LayoutInvalidated(bool children = false);
H A DLayout.h51 virtual void InvalidateLayout(bool children = false);
79 virtual void LayoutInvalidated(bool children);
H A DLayoutItem.h51 virtual void InvalidateLayout(bool children = false);
69 virtual void LayoutInvalidated(bool children);
H A DTwoDimensionalLayout.h66 virtual void LayoutInvalidated(bool children = false);
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h89 DoublyLinkedList<PackageAttribute> children; member in struct:BPackageKit::BHPKG::BPrivate::WriterImplBase::PackageAttribute
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_ns.c269 TAILQ_FOREACH_SAFE(child, &req->children,
/haiku/src/apps/diskusage/
H A DScanner.cpp133 vector<FileInfo*>::iterator i = currentDir->children.begin();
135 while (!contains && i != currentDir->children.end()) {
195 vector<FileInfo *>::iterator i = parent->children.begin();
204 while (i != parent->children.end() && *i != startInfo)
207 int idx = i - parent->children.begin();
208 parent->children[idx] = newInfo;
259 thisDir->children.push_back(child);
271 thisDir->children.push_back(_GetFileInfo(&childDir, thisDir));
276 vector<FileInfo *>::iterator i = thisDir->children.begin();
277 while (i != thisDir->children
[all...]
H A DSnapshot.cpp34 children()
41 while (children.size() != 0) {
42 FileInfo* child = *children.begin();
44 children.erase(children.begin());
65 vector<FileInfo*>::const_iterator i = children.begin();
66 while (i != children.end()) {
90 if (s != B_OK && children.size() > 0) {
H A DSnapshot.h39 std::vector<FileInfo*> children; member in struct:FileInfo
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.h27 virtual void InvalidateLayout(bool children = false);
/haiku/src/kits/interface/
H A DAbstractLayout.cpp475 BAbstractLayout::LayoutInvalidated(bool children) argument
477 BLayout::LayoutInvalidated(children);
H A DAbstractLayoutItem.cpp172 BAbstractLayoutItem::LayoutInvalidated(bool children) argument
174 BLayoutItem::LayoutInvalidated(children);
H A DLayout.cpp301 BLayout::InvalidateLayout(bool children) argument
304 // this, children, (unsigned int)fState, fInvalidationDisabled);
314 LayoutInvalidated(children);
316 if (children) {
318 ItemAt(i)->InvalidateLayout(children);
322 fOwner->InvalidateLayout(children);
533 BLayout::LayoutInvalidated(bool children) argument
H A DLayoutItem.cpp92 BLayoutItem::InvalidateLayout(bool children) argument
94 LayoutInvalidated(children);
96 fLayout->InvalidateLayout(children);
214 BLayoutItem::LayoutInvalidated(bool children) argument
H A DSplitLayout.cpp567 BSplitLayout::LayoutInvalidated(bool children) argument
1326 // given width, and add the children's height for width constraints to
1356 // add the children's height for width constraints
H A DSplitLayout.h82 virtual void LayoutInvalidated(bool children);
113 bool children = false);
172 // Incorporates the children's height for width constraints for a
H A DTwoDimensionalLayout.cpp476 BTwoDimensionalLayout::LayoutInvalidated(bool children) argument
913 // add the children's height for width constraints
1325 // add the children's height for width constraints
H A DViewLayoutItem.cpp217 BViewLayoutItem::LayoutInvalidated(bool children) argument
219 fView->InvalidateLayout(children);
H A DViewLayoutItem.h47 virtual void LayoutInvalidated(bool children);
H A DViewPort.cpp106 virtual void LayoutInvalidated(bool children) argument
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp433 RegisterPackageInfo(packageAttribute->children, fPackageInfo);
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp299 * Deletes and recreates all BPartition children to apply the changes,
549 _ClearUserData(data->children[i]);

Completed in 133 milliseconds

123