Searched refs:Parent (Results 201 - 225 of 275) sorted by relevance

1234567891011

/haiku/src/kits/interface/
H A DSlider.cpp436 if (Parent() == NULL)
843 if (Parent() != NULL && (Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0) {
H A DStringView.cpp136 BView* parent = Parent();
H A DSeparatorView.cpp165 if (BView* parent = Parent()) {
H A DMenu.cpp1444 if (Window() != NULL && Parent() != NULL) {
1445 if (Parent()->Frame().top == Window()->Bounds().top)
1448 if (Parent()->Frame().bottom == Window()->Bounds().bottom)
2582 else if (Parent() != NULL)
2583 size.width = Parent()->Frame().Width();
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp437 block_run parent = Parent();
457 parent = inode->Parent();
1265 fTree->Insert("..", fDisk->ToBlock(Parent()));
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp311 ReplaceTransparentColor(result, Parent()->ViewColor());
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp313 if (Parent() == NULL && Window()->GetLayout() == NULL) {
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp401 if (fInfoText == NULL || fInfoText->Parent() == NULL)
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp508 SetViewColor(Parent()->ViewColor());
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp170 if (PadView* parent = dynamic_cast<PadView*>(Parent())) {
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp561 BMutablePartition* parent = child->Parent();
H A DExtendedPartitionAddOn.cpp485 BMutablePartition* parent = child->Parent();
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp168 if (Parent() == NULL)
H A DAPRView.cpp82 fColorPreview->Parent()->SetExplicitMaxSize(
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.cpp136 collection = collection->Parent();
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp282 && bootPartitionOffset == 0 && partition->Parent() == device
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp162 ASSERT_PRINT(fObjectArray[i]->Parent() != object,
H A Dusb.cpp122 Pipe *parentPipe = ((Device *)pipe->Parent())->DefaultPipe();
622 Object *parent = object->Parent();
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp285 block_run parent = inode->Parent();
H A Drecover.cpp359 if (run == dir->BlockRun() || run == dir->Parent()
457 block_run run = node->Parent();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c756 Node = RegionObj->Region.Node->Parent;
/haiku/src/servers/mount/
H A DAutoMounter.cpp152 while (device->Parent() != NULL) {
157 device = device->Parent();
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp143 *_vnid = dir->Parent()->ID();
479 node = directory->Parent();
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1564 hubDevice = (Device *)hubDevice->Parent()) {
1565 if (hubDevice->Parent() == RootObject())
1865 || pipe->Parent()->Type() != USB_OBJECT_DEVICE) {
1870 Device* usbDevice = (Device *)pipe->Parent();
1871 if (usbDevice->Parent() == RootObject()) {
1957 if (pipe->Parent()->Type() != USB_OBJECT_DEVICE)
1959 Device* usbDevice = (Device *)pipe->Parent();
1960 if (usbDevice->Parent() == RootObject())
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp262 if (Parent())

Completed in 337 milliseconds

1234567891011