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

1234567891011>>

/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DIPCPAddon.cpp326 SetViewColor(Parent()->ViewColor());
H A DPPPoEAddon.cpp273 SetViewColor(Parent()->ViewColor());
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DIPCPAddon.cpp357 SetViewColor(Parent()->ViewColor());
H A DPPPoEAddon.cpp312 SetViewColor(Parent()->ViewColor());
/haiku-fatelf/src/preferences/mail/
H A DConfigWindow.cpp201 SetViewColor(Parent()->ViewColor());
203 MoveTo((Parent()->Bounds().Width() - Bounds().Width()) / 2,
458 text->SetViewColor(fConfigView->Parent()->ViewColor());
/haiku-fatelf/src/apps/processcontroller/
H A DProcessController.cpp491 if (Parent())
565 if (force && Parent()) {
566 SetHighColor(Parent()->ViewColor());
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp959 hubDevice = (Device *)hubDevice->Parent()) {
1140 || pipe->Parent()->Type() != USB_OBJECT_DEVICE) {
1145 Device* usbDevice = (Device *)pipe->Parent();
1148 if (usbDevice->Parent() == RootObject())
1235 if (pipe->Parent()->Type() != USB_OBJECT_DEVICE)
1237 //Device* device = (Device *)pipe->Parent();
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DInode.cpp431 block_run parent = Parent();
451 parent = inode->Parent();
1257 fTree->Insert("..", fDisk->ToBlock(Parent()));
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.cpp168 SetViewColor(Parent()->ViewColor());
266 Parent()->ResizeToPreferred();
268 Parent()->Invalidate();
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDParser.cpp156 collection = collection->Parent();
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.h97 block_run& Parent() { return fNode.parent; } function in class:Inode
/haiku-fatelf/src/apps/launchbox/
H A DLaunchButton.cpp170 if (PadView* parent = dynamic_cast<PadView*>(Parent())) {
/haiku-fatelf/src/apps/soundrecorder/
H A DTransportButton.cpp311 ReplaceTransparentColor(result, Parent()->ViewColor());
/haiku-fatelf/src/kits/interface/
H A DControl.cpp149 BView* parent = Parent();
H A DSeparatorView.cpp168 if (BView* parent = Parent()) {
H A DColorControl.cpp362 if (Parent())
363 SetViewColor(Parent()->ViewColor());
/haiku-fatelf/src/servers/app/drawing/
H A DViewHWInterface.cpp251 if (Parent())
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.h117 block_run &Parent() const { return Node()->parent; } function in class:Inode
/haiku-fatelf/src/bin/bfs_tools/
H A Dchkindex.cpp284 block_run parent = inode->Parent();
/haiku-fatelf/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp315 BScrollView* parent = dynamic_cast<BScrollView*>(Parent());
/haiku-fatelf/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp531 BMutablePartition* parent = child->Parent();
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp178 *_vnid = dir->Parent()->ID();
494 node = directory->Parent();
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp275 Term *Parent() const { return fParent; } function in class:Term
1194 Operator *parent = (Operator *)term->Parent();
/haiku-fatelf/src/apps/mail/
H A DHeader.cpp625 if (dynamic_cast<TTextControl *>(textView->Parent()) != NULL)
626 textView->Parent()->MessageReceived(msg);
/haiku-fatelf/src/preferences/filetypes/
H A DIconView.cpp543 if (Parent())
544 SetViewColor(Parent()->ViewColor());

Completed in 288 milliseconds

1234567891011>>