Searched refs:GetRange (Results 1 - 24 of 24) sorted by relevance

/haiku/src/add-ons/kernel/busses/pci/x86/
H A DX86PCIController.h42 virtual status_t GetRange(uint32 index, pci_resource_range* range);
118 status_t GetRange(uint32 index, pci_resource_range* range) final;
H A Dkernel_interface.cpp53 return static_cast<X86PCIController*>(cookie)->GetRange(index, range);
H A DX86PCIController.cpp155 X86PCIController::GetRange(uint32 index, pci_resource_range* range) function in class:X86PCIController
404 X86PCIControllerMethPcie::GetRange(uint32 index, pci_resource_range* range) function in class:X86PCIControllerMethPcie
406 return fECAMPCIController.GetRange(index, range);
/haiku/src/add-ons/kernel/busses/pci/designware/
H A Dkernel_interface.cpp53 return static_cast<DWPCIController*>(cookie)->GetRange(index, range);
H A DDWPCIController.h212 status_t GetRange(uint32 index, pci_resource_range* range);
H A DDWPCIController.cpp395 DWPCIController::GetRange(uint32 index, pci_resource_range* range) function in class:DWPCIController
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A Dkernel_interface.cpp54 return static_cast<ECAMPCIController*>(cookie)->GetRange(index, range);
H A DECAMPCIController.h113 status_t GetRange(uint32 index, pci_resource_range* range);
H A DECAMPCIController.cpp246 ECAMPCIController::GetRange(uint32 index, pci_resource_range* range) function in class:ECAMPCIController
/haiku/headers/os/interface/
H A DScrollBar.h58 void GetRange(float* _min, float* _max) const;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp252 scroller->GetRange(&min, &max);
259 scroller->GetRange(&min, &max);
H A DSourceView.cpp1897 vertical->GetRange(&min, &max);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp55 virtual void GetRange(off_t fileSize, off_t &_offset, off_t &_size) = 0;
66 virtual void GetRange(off_t fileSize, off_t &_offset, off_t &_size);
362 ReplaceChange::GetRange(off_t /*fileSize*/, off_t &_offset, off_t &_size) function in class:ReplaceChange
699 change->GetRange(FileSize(), offset, size);
1212 change->GetRange(FileSize(), offset, size);
/haiku/src/libs/print/libprint/
H A DPreview.cpp324 hBar->GetRange(&hMin, &hMax);
328 vBar->GetRange(&vMin, &vMax);
618 ScrollBar(B_HORIZONTAL)->GetRange(&min, &max);
624 ScrollBar(B_VERTICAL)->GetRange(&min, &max);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp376 hScroll->GetRange(&min, &max);
389 vScroll->GetRange(&min, &max);
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp400 scrollBar->GetRange(&min, &max);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp405 fScrollView->ScrollBar(B_VERTICAL)->GetRange(NULL, &max);
421 fScrollView->ScrollBar(B_VERTICAL)->GetRange(NULL, &max);
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp458 verticalBar->GetRange(&min, &max);
/haiku/src/kits/interface/
H A DColumnListView.cpp1814 fHorizontalScrollBar->GetRange(&minVal, &maxVal);
1876 fVerticalScrollBar->GetRange(&minValue, &maxValue);
2844 hScrollBar->GetRange(&min, &max);
4204 vScrollBar->GetRange(&min, &max);
4676 vScrollBar->GetRange(&min, &max);
H A DScrollBar.cpp856 BScrollBar::GetRange(float* min, float* max) const function in class:BScrollBar
H A DView.cpp1735 fHorScroller->GetRange(&min, &max);
1744 fVerScroller->GetRange(&min, &max);
/haiku/src/apps/showimage/
H A DShowImageView.cpp1221 psb->GetRange(&min, &max);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1371 scrollBar->GetRange(&min, &max);
/haiku/src/kits/tracker/
H A DPoseView.cpp3541 HScrollBar()->GetRange(&min, &max);
9076 fHScrollBar->GetRange(&scrollMin, &scrollMax);
9086 fVScrollBar->GetRange(&scrollMin, &scrollMax);

Completed in 258 milliseconds