Searched defs:GetID (Results 1 - 25 of 26) sorted by relevance

12

/external/lldb/source/Breakpoint/
H A DStoppoint.cpp37 Stoppoint::GetID () const function in class:Stoppoint
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_root_obj_wrapper.cc49 int32 AXRootObjWrapper::GetID() { function in class:AXRootObjWrapper
/external/chromium_org/ui/views/accessibility/
H A Dax_widget_obj_wrapper.cc36 out_node_data->id = GetID();
43 int32 AXWidgetObjWrapper::GetID() { function in class:views::AXWidgetObjWrapper
44 return AXAuraObjCache::GetInstance()->GetID(widget_);
H A Dax_window_obj_wrapper.cc47 out_node_data->id = GetID();
56 int32 AXWindowObjWrapper::GetID() { function in class:views::AXWindowObjWrapper
57 return AXAuraObjCache::GetInstance()->GetID(window_);
H A Dax_aura_obj_cache.cc36 int32 AXAuraObjCache::GetID(View* view) { function in class:views::AXAuraObjCache
40 int32 AXAuraObjCache::GetID(Widget* widget) { function in class:views::AXAuraObjCache
44 int32 AXAuraObjCache::GetID(aura::Window* window) { function in class:views::AXAuraObjCache
123 int32 id = GetID(aura_view);
H A Dax_view_obj_wrapper.cc45 out_node_data->id = GetID();
67 int32 AXViewObjWrapper::GetID() { function in class:views::AXViewObjWrapper
68 return AXAuraObjCache::GetInstance()->GetID(view_);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dbase_screen.cc38 std::string BaseScreen::GetID() const { function in class:chromeos::BaseScreen
/external/chromium_org/components/history/core/browser/
H A Dpage_usage_data.h31 history::SegmentID GetID() const { function in class:PageUsageData
/external/lldb/include/lldb/Core/
H A DUserID.h62 GetID () const { return m_uid; } function in struct:lldb_private::UserID
96 operator () (const UserID& rhs) const { return m_uid == rhs.GetID(); }
115 return lhs.GetID() == rhs.GetID();
120 return lhs.GetID() != rhs.GetID();
/external/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h111 GetID () const function in class:lldb_private::StoppointLocation
/external/chromium_org/ui/display/util/
H A Dedid_parser.cc24 int64_t GetID(uint16_t manufacturer_id, function in namespace:ui::__anon16717
49 *display_id_out = GetID(
/external/lldb/include/lldb/Symbol/
H A DSymbol.h102 GetID() const function in class:lldb_private::Symbol
/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp209 Function *GetID = Intrinsic::getDeclaration(GV->getParent(), local
211 Value *ThreadID = Builder.CreateCall(GetID);
/external/chromium_org/components/variations/
H A Dvariations_associated_data.cc41 DCHECK_EQ(EMPTY_ID, GetID(other_key, group_identifier));
50 VariationID other_id = GetID(other_key, group_identifier);
63 VariationID GetID(IDCollectionKey key, function in class:variations::__anon6916::GroupMapAccessor
194 return GroupMapAccessor::GetInstance()->GetID(
/external/lldb/source/API/
H A DSBBreakpointLocation.cpp285 SBBreakpointLocation::GetID () function in class:SBBreakpointLocation
290 return m_opaque_sp->GetID ();
H A DSBWatchpoint.cpp68 SBWatchpoint::GetID () function in class:SBWatchpoint
75 watch_id = watchpoint_sp->GetID();
80 log->Printf ("SBWatchpoint(%p)::GetID () => LLDB_INVALID_WATCH_ID", watchpoint_sp.get());
82 log->Printf ("SBWatchpoint(%p)::GetID () => %u", watchpoint_sp.get(), watch_id);
158 watchpoint_sp->GetTarget().DisableWatchpointByID(watchpoint_sp->GetID());
H A DSBBreakpoint.cpp112 SBBreakpoint::GetID () const function in class:SBBreakpoint
118 break_id = m_opaque_sp->GetID();
123 log->Printf ("SBBreakpoint(%p)::GetID () => LLDB_INVALID_BREAK_ID", m_opaque_sp.get());
125 log->Printf ("SBBreakpoint(%p)::GetID () => %u", m_opaque_sp.get(), break_id);
515 s.Printf("SBBreakpoint: id = %i, ", m_opaque_sp->GetID());
H A DSBDebugger.cpp1083 user_id_t id = m_opaque_sp->GetID();
1093 SBDebugger::GetID() function in class:SBDebugger
1096 return m_opaque_sp->GetID();
H A DSBValue.cpp304 SBValue::GetID() function in class:SBValue
309 return value_sp->GetID();
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc32 ChildProcessSecurityPolicyImpl::GetInstance()->Add(GetID());
34 RenderProcessHostImpl::RegisterHost(GetID(), this);
38 ChildProcessSecurityPolicyImpl::GetInstance()->Remove(GetID());
47 RenderProcessHostImpl::UnregisterHost(GetID());
137 int MockRenderProcessHost::GetID() const { function in class:content::MockRenderProcessHost
158 RenderProcessHostImpl::UnregisterHost(GetID());
199 if (widget->GetProcess()->GetID() == GetID())
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_opcodes.h187 OpcodeID GetID() const { function in class:sandbox::PolicyOpcode
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.cc209 std::string ResourceMetadataStorage::Iterator::GetID() const { function in class:drive::internal::ResourceMetadataStorage::Iterator
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc198 int GetID(WebContents* contents) { function in class:TabStripModelTest
216 actual += base::IntToString(GetID(model.GetWebContentsAt(i)));
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp1070 FX_DWORD CFX_ByteString::GetID(FX_STRSIZE start_pos) const function in class:CFX_ByteString
1072 return CFX_ByteStringC(*this).GetID(start_pos);
1074 FX_DWORD CFX_ByteStringC::GetID(FX_STRSIZE start_pos) const function in class:CFX_ByteStringC
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc460 ChildProcessSecurityPolicyImpl::GetInstance()->Add(GetID());
463 RegisterHost(GetID(), this);
472 base::Bind(&CacheShaderInfo, GetID(),
522 ChildProcessSecurityPolicyImpl::GetInstance()->Remove(GetID());
536 UnregisterHost(GetID());
541 base::Bind(&RemoveShaderInfo, GetID()));
630 GetID(),
691 AddFilter(new ResourceSchedulerFilter(GetID()));
698 new BrowserPluginMessageFilter(GetID()));
703 GetID(),
1444 int RenderProcessHostImpl::GetID() const { function in class:content::RenderProcessHostImpl
[all...]

Completed in 1566 milliseconds

12