Searched refs:parent (Results 376 - 400 of 666) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp1231 SATGroup::_LeftNeighbours(WindowAreaList& neighbourWindows, WindowArea* parent) argument
1233 float startPos = parent->LeftTopCrossing()->HorizontalTab()->Position();
1234 float endPos = parent->LeftBottomCrossing()->HorizontalTab()->Position();
1236 Tab* tab = parent->LeftTopCrossing()->VerticalTab();
1257 SATGroup::_TopNeighbours(WindowAreaList& neighbourWindows, WindowArea* parent) argument
1259 float startPos = parent->LeftTopCrossing()->VerticalTab()->Position();
1260 float endPos = parent->RightTopCrossing()->VerticalTab()->Position();
1262 Tab* tab = parent->LeftTopCrossing()->HorizontalTab();
1283 SATGroup::_RightNeighbours(WindowAreaList& neighbourWindows, WindowArea* parent) argument
1285 float startPos = parent
1309 _BottomNeighbours(WindowAreaList& neighbourWindows, WindowArea* parent) argument
[all...]
H A DStacking.cpp61 SATWindow* parent = area->WindowList().ItemAt(position); local
63 if (!parent || !window) {
80 if (!parent->StackWindow(candidate))
239 // use the upper edge of the candidate window to find the parent window
244 // search for stacking parent
256 // remember window as the parent for stacking
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h35 const block_run* parent, mode_t type,
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.h40 virtual status_t Init(PackageDirectory* parent,
/haiku/headers/private/storage/
H A DMutablePartition.h79 // for the partitioning system managing the parent
89 BMutablePartition* parent);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h66 struct fs_node *parent, *children; member in struct:fs_node
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp595 BRow* parent = NULL; local
596 while (fListView->FindParent(_topLevelRow, &parent, NULL))
597 _topLevelRow = parent;
618 partition_id parent)
621 // "parent: %ld)\n", disk, partition, parent);
641 _UpdateMenus(fCurrentDisk, fCurrentPartitionID, parent);
710 message->AddInt32("parent id", parentID);
731 message->AddInt32("parent id", parentID);
1171 BPartition* parent local
617 _SetToDiskAndPartition(partition_id disk, partition_id partition, partition_id parent) argument
1292 BPartition* parent = partition->Parent(); local
[all...]
/haiku/src/add-ons/kernel/busses/pci/x86/
H A DX86PCIController.cpp33 X86PCIController::SupportsDevice(device_node* parent) argument
36 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false) < B_OK)
47 X86PCIController::RegisterDevice(device_node* parent) argument
55 return gDeviceManager->register_node(parent, PCI_X86_DRIVER_MODULE_NAME, attrs, NULL, NULL);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPIPrivate.h54 status_t (*get_handle)(acpi_handle parent, const char *pathname,
113 status_t (*get_next_object)(uint32 objectType, acpi_handle parent,
175 status_t get_handle(acpi_handle parent, const char* pathname,
216 status_t get_next_object(uint32 object_type, acpi_handle parent,
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.h27 PCIDev * parent; member in struct:PCIBus
35 PCIBus * parent; member in struct:PCIDev
162 PCIDev * _CreateDevice(PCIBus *parent, uint8 dev,
164 PCIBus * _CreateBus(PCIDev *parent, uint8 domain,
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilityExtractor.cpp332 DriverSpecificCap* parent = new DriverSpecificCap(displayName, local
334 parent->fKey = name;
336 fDriverSpecificCategories.push_back(parent);
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h149 _ViewEntry* parent) :
151 m_parent(parent) {}
182 // retrieve current frame rect (in parent view's coordinates)
186 _ViewEntry* parent() const { return m_parent; } function in class:_ViewEntry
147 _ViewEntry( BView* target, _ViewEntry* parent) argument
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h62 KPPPInterface *parent = NULL);
150 //! Returns this interface's parent.
258 //! Set the parent of this interface.
259 void SetParent(KPPPInterface *parent) argument
260 { fParent = parent; }
/haiku/src/kits/tracker/
H A DDirMenu.cpp116 BDirectory parent; local
123 parent.SetTo("/");
124 parent.GetEntry(&entry);
H A DFilePanel.cpp108 // Position like an alert, unless the parent is NULL and a position was
110 BWindow* parent = dynamic_cast<BWindow*>( local
112 if (parent != NULL)
113 fWindow->MoveTo(fWindow->AlertPosition(parent->Frame()));
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp145 BEntry parent; local
146 entry.GetParent(&parent);
148 parent.GetRef(&folderRef);
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp206 BEntry parent; local
207 entry.GetParent(&parent);
209 if (!entry.Exists() && !parent.Exists()) {
211 "Can't create file. Missing parent directory.\n");
/haiku/src/kits/interface/
H A DTextControl.cpp72 LabelLayoutItem(BTextControl* parent);
81 void SetParent(BTextControl* parent);
102 TextViewLayoutItem(BTextControl* parent);
111 void SetParent(BTextControl* parent);
1278 BTextControl::LabelLayoutItem::LabelLayoutItem(BTextControl* parent) argument
1280 fParent(parent),
1326 BTextControl::LabelLayoutItem::SetParent(BTextControl* parent) argument
1328 fParent = parent;
1405 BTextControl::TextViewLayoutItem::TextViewLayoutItem(BTextControl* parent) argument
1407 fParent(parent),
1456 SetParent(BTextControl* parent) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dbusses.cpp254 device_node *parent = pnp->get_parent_node(node); local
255 pnp->get_driver(parent, (driver_module_info **)&bus->interface,
257 pnp->put_node(parent);
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAModule.cpp167 ata_channel_added(device_node *parent) argument
170 if (gDeviceManager->get_attr_string(parent,
203 return gDeviceManager->register_node(parent, ATA_SIM_MODULE_NAME,
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DBusManager.cpp118 BusManager::AllocateDevice(Hub *parent, int8 hubAddress, uint8 hubPort, argument
208 Hub *hub = new(std::nothrow) Hub(parent, hubAddress, hubPort,
229 Device *device = new(std::nothrow) Device(parent, hubAddress, hubPort,
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioDevice.cpp70 device_node *parent = gDeviceManager->get_parent_node(node); local
71 fStatus = gDeviceManager->get_driver(parent,
73 gDeviceManager->put_node(parent);
H A DVirtioBalloonDevice.cpp49 // get the Virtio device from our parent's parent
50 device_node* parent = gDeviceManager->get_parent_node(node); local
51 device_node* virtioParent = gDeviceManager->get_parent_node(parent);
52 gDeviceManager->put_node(parent);
H A DVirtioModule.cpp210 virtio_added_device(device_node *parent) argument
215 if (gDeviceManager->get_attr_uint16(parent,
229 return gDeviceManager->register_node(parent, VIRTIO_DEVICE_MODULE_NAME,
/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/
H A Dvirtio_pci.cpp610 device_node* parent = gDeviceManager->get_parent_node(node); local
611 device_node* pciParent = gDeviceManager->get_parent_node(parent);
615 gDeviceManager->put_node(parent);
772 device_node* parent = gDeviceManager->get_parent_node(node); local
775 gDeviceManager->get_driver(parent, (driver_module_info**)&pci,
821 register_device(device_node* parent) argument
828 return gDeviceManager->register_node(parent, VIRTIO_PCI_DEVICE_MODULE_NAME,
834 supports_device(device_node* parent) argument
840 // make sure parent is a PCI Virtio device node
841 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BU
[all...]

Completed in 241 milliseconds

<<11121314151617181920>>