Searched refs:GetLocation (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/ppapi/thunk/
H A Dppb_widget_dev_thunk.cc43 PP_Bool GetLocation(PP_Resource widget, struct PP_Rect* location) { function in namespace:ppapi::thunk::__anon10329
44 VLOG(4) << "PPB_Widget_Dev::GetLocation()";
48 return enter.object()->GetLocation(location);
71 &GetLocation,
79 &GetLocation,
H A Dppb_widget_api.h19 virtual PP_Bool GetLocation(PP_Rect* location) = 0;
/external/chromium_org/ppapi/c/dev/
H A Dppb_widget_dev.h57 PP_Bool (*GetLocation)(PP_Resource widget, struct PP_Rect* location); member in struct:PPB_Widget_Dev_0_4
76 PP_Bool (*GetLocation)(PP_Resource widget, struct PP_Rect* location); member in struct:PPB_Widget_Dev_0_3
/external/chromium_org/ppapi/cpp/dev/
H A Dwidget_dev.h30 bool GetLocation(Rect* location);
H A Dwidget_dev.cc57 bool Widget_Dev::GetLocation(Rect* location) { function in class:pp::Widget_Dev
59 return PP_ToBool(get_interface<PPB_Widget_Dev_0_4>()->GetLocation(
62 return PP_ToBool(get_interface<PPB_Widget_Dev_0_3>()->GetLocation(
/external/chromium_org/ppapi/api/dev/
H A Dppb_widget_dev.idl47 PP_Bool GetLocation([in] PP_Resource widget,
/external/chromium_org/base/metrics/
H A Dstats_table.h105 // Returns an id for the counter which can be used to call GetLocation().
115 int* GetLocation(int counter_id, int slot_id) const;
H A Dstats_counters.cc59 return table->GetLocation(counter_id_, table->GetSlot());
H A Dstats_table.cc412 int* StatsTable::GetLocation(int counter_id, int slot_id) const { function in class:base::StatsTable
491 return table->GetLocation(counter, slot);
/external/chromium_org/chrome/test/chromedriver/client/
H A Dwebelement.py52 def GetLocation(self): member in class:WebElement
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.cc49 PP_Bool PPB_Widget_Impl::GetLocation(PP_Rect* location) { function in class:content::PPB_Widget_Impl
H A Dppb_widget_impl.h36 virtual PP_Bool GetLocation(PP_Rect* location) OVERRIDE;
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.cc274 uint32 location = GetLocation();
380 uint32 EntryCell::GetLocation() const { function in class:disk_cache::EntryCell
584 if (!GetLocation(*current_cell))
626 if (!GetLocation(*current_cell)) {
802 if (!GetLocation(*current_cell))
858 if (GetLocation(bucket->cells[cell_number]) && cell.GetLocation()) {
859 DCHECK_EQ(cell.GetLocation(),
860 GetLocation(bucket->cells[cell_number]));
915 if (!GetLocation(current_cel
1111 uint32 IndexTable::GetLocation(const IndexCell& cell) { function in class:disk_cache::IndexTable
[all...]
H A Dindex_table_v3.h93 uint32 GetLocation() const;
255 uint32 GetLocation(const IndexCell& cell);
/external/lldb/test/python_api/default-constructor/
H A Dsb_value.py22 obj.GetLocation()
/external/lldb/test/python_api/process/
H A DTestProcessAPI.py183 if not val.GetLocation().startswith("0x"):
187 location = int(val.GetLocation(), 16)
234 if not val.GetLocation().startswith("0x"):
238 location = int(val.GetLocation(), 16)
/external/lldb/test/lang/cpp/dynamic-value/
H A DTestDynamicValue.py142 myB_loc = int (myB.GetLocation(), 16)
146 otherB_loc = int (otherB.GetLocation(), 16)
218 reallyA_loc = int (reallyA_value.GetLocation(), 16)
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp293 GetLocation () const function in class:ReadUTFBufferAndDumpToStreamOptions
391 if (options.GetLocation() == 0 || options.GetLocation() == LLDB_INVALID_ADDRESS)
433 data_read = process_sp->ReadStringFromMemory(options.GetLocation(), buffer, bufferSPSize, error, type_width);
435 data_read = process_sp->ReadMemoryFromInferior(options.GetLocation(), (char*)buffer_sp->GetBytes(), bufferSPSize, error);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc164 gfx::Rect BrowserAccessibility::GetLocation() const { function in class:content::BrowserAccessibility
182 gfx::Rect bounds = GetLocation();
193 parent->GetLocation().width() > 0 &&
194 parent->GetLocation().height() > 0) {
195 bounds.Offset(parent->GetLocation().x(), parent->GetLocation().y());
275 gfx::Rect child_rect = child->GetLocation();
H A Dbrowser_accessibility.h160 gfx::Rect GetLocation() const;
/external/lldb/scripts/Python/interface/
H A DSBValue.i152 GetLocation ();
469 __swig_getmethods__["location"] = GetLocation
470 if _newclass: location = property(GetLocation, None, doc='''A read only property that returns the location of this value as a string.''')
/external/lldb/include/lldb/Expression/
H A DDWARFExpression.h405 GetLocation (lldb::addr_t base_addr,
/external/chromium_org/v8/src/
H A Dglobal-handles.h326 return Handle<Object>(GetLocation(index));
362 inline Object** GetLocation(int index) { function in class:v8::internal::EternalHandles
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.h120 void GetLocation(
/external/lldb/test/python_api/value/
H A DTestValueAPI.py105 symbol = target.ResolveLoadAddress(int(pointed.GetLocation(), 0)).GetSymbol()

Completed in 706 milliseconds

12