Searched defs:GetLocation (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/client/
H A Dwebelement.py52 def GetLocation(self): member in class:WebElement
/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.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/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
/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,
/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/base/metrics/
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/browser/chromeos/policy/
H A Ddevice_status_collector.cc358 void DeviceStatusCollector::GetLocation( function in class:DeviceStatusCollector
470 GetLocation(status);
/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();
/external/lldb/source/Expression/
H A DDWARFExpression.cpp1133 DWARFExpression::GetLocation (addr_t base_addr, addr_t pc, lldb::offset_t &offset, lldb::offset_t &length) function in class:DWARFExpression
1184 if (GetLocation (base_addr, address, offset, length))
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h392 VOID GetLocation(OUT PointF* point) const function in class:RectF
595 VOID GetLocation(OUT Point* point) const function in class:Rect
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc137 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( function in class:google::protobuf::TextFormat::ParseInfoTree
/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/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp116 /// GetLocation - If the given instruction references a specific memory
121 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst, function
212 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA);
581 AliasAnalysis::ModRefResult MR = GetLocation(QueryInst, MemLoc, AA);
/external/sonivox/jet_tools/JetCreator/
H A Deas.py403 def GetLocation (self): member in class:EAS_File
/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...]
/external/lldb/source/API/
H A DSBValue.cpp530 SBValue::GetLocation () function in class:SBValue
543 log->Printf ("SBValue(%p)::GetLocation() => \"%s\"", value_sp.get(), cstr);
545 log->Printf ("SBValue(%p)::GetLocation() => NULL", value_sp.get());

Completed in 1743 milliseconds