Searched refs:SetLocation (Results 1 - 25 of 36) sorted by path

12

/haiku/headers/os/interface/
H A DDeskbar.h37 status_t SetLocation(deskbar_location location,
/haiku/headers/os/package/
H A DInstallationLocationInfo.h27 void SetLocation(
/haiku/headers/private/debugger/value/
H A DValueNode.h124 // immutable after SetLocation()
125 void SetLocation(ValueLocation* location,
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp104 pose->SetLocation(location, view);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp183 axis->SetLocation(location);
H A DChartAxis.h21 virtual void SetLocation(ChartAxisLocation location) = 0;
H A DLegendChartAxis.cpp160 LegendChartAxis::SetLocation(ChartAxisLocation location) function in class:LegendChartAxis
H A DLegendChartAxis.h25 virtual void SetLocation(ChartAxisLocation location);
/haiku/src/kits/debugger/dwarf/
H A DCfaContext.cpp34 CfaContext::SetLocation(target_addr_t targetLocation, function in class:CfaContext
91 CfaContext::SetLocation(target_addr_t location) function in class:CfaContext
H A DCfaContext.h20 void SetLocation(target_addr_t targetLocation,
34 void SetLocation(target_addr_t location);
/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp197 nodeChild->SetLocation(location, error);
/haiku/src/kits/debugger/value/
H A DValueNode.cpp150 SetLocation(NULL, VALUE_NODE_UNRESOLVED);
222 ValueNodeChild::SetLocation(ValueLocation* location, status_t resolutionState) function in class:ValueNodeChild
/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp116 NodeChild()->SetLocation(stringLocation, B_OK);
H A DVariableValueNodeChild.cpp18 SetLocation(fVariable->Location(), B_OK);
/haiku/src/kits/package/
H A DDaemonClient.cpp107 _info.SetLocation(location);
H A DInstallationLocationInfo.cpp57 BInstallationLocationInfo::SetLocation(BPackageInstallationLocation location) function in class:BPackageKit::BInstallationLocationInfo
/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.cpp122 assert(myDeskbar->SetLocation(newLocation) == B_OK);
125 assert(myDeskbar->SetLocation(B_DESKBAR_TOP) == B_OK);
128 assert(myDeskbar->SetLocation(newLocation, false) == B_OK);
131 assert(myDeskbar->SetLocation(B_DESKBAR_TOP) == B_OK);
134 assert(myDeskbar->SetLocation(newLocation, true) == B_OK);
174 assert(myDeskbar.SetLocation(origLocation, origExpanded) == B_OK);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp79 View::SetLocation(BPoint location) function in class:View
H A DView.h27 void SetLocation(BPoint location);
H A DWidgetLayoutTest.cpp98 fWrapperView->SetLocation(BPoint(10, 10));
/haiku/src/tools/restest/
H A DResourceItem.cpp27 // SetLocation
29 ResourceItem::SetLocation(roff_t offset, roff_t size) function in class:ResourceItem
H A DResourceItem.h19 void SetLocation(roff_t offset, roff_t size);
/haiku/headers/private/package/
H A DActivationTransaction.h35 void SetLocation(
/haiku/headers/private/storage/
H A DResourceItem.h50 void SetLocation(int32 offset, size_t initialSize);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp232 fAxis.SetLocation(CHART_AXIS_TOP);

Completed in 185 milliseconds

12