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

/external/chromium/chrome/browser/webdata/
H A Dkeyword_table_unittest.cc36 static int64 GetID(const TemplateURL* url) { function in class:KeywordTableTest
108 EXPECT_EQ(GetID(&template_url), GetID(restored_url));
199 EXPECT_EQ(GetID(&template_url), GetID(restored_url));
245 EXPECT_EQ(GetID(&template_url), GetID(restored_url));
/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/chrome/browser/history/
H A Dpage_usage_data.h32 history::SegmentID GetID() const { function in class:PageUsageData
/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp115 Function *GetID = Intrinsic::getDeclaration(GV->getParent(), local
117 Value *ThreadID = Builder.CreateCall(GetID);
/external/chromium/chrome/browser/history/
H A Dpage_usage_data.h32 history::URLID GetID() const { function in class:PageUsageData
/external/chromium_org/chrome/common/metrics/variations/
H A Dvariations_associated_data.cc42 VariationID other_id = GetID(other_key, group_identifier);
54 VariationID GetID(IDCollectionKey key, function in class:chrome_variations::__anon6759::GroupMapAccessor
193 return GroupMapAccessor::GetInstance()->GetID(
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc31 ChildProcessSecurityPolicyImpl::GetInstance()->Add(GetID());
33 RenderProcessHostImpl::RegisterHost(GetID(), this);
37 ChildProcessSecurityPolicyImpl::GetInstance()->Remove(GetID());
42 RenderProcessHostImpl::UnregisterHost(GetID());
154 int MockRenderProcessHost::GetID() const { function in class:content::MockRenderProcessHost
176 RenderProcessHostImpl::UnregisterHost(GetID());
212 if (widgets[i]->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.cc181 const std::string& ResourceMetadataStorage::CacheEntryIterator::GetID() const { function in class:drive::internal::ResourceMetadataStorage::CacheEntryIterator
/external/chromium_org/chromeos/display/
H A Doutput_util.cc31 int64 GetID(uint16 manufacturer_id, function in namespace:chromeos::__anon7281
161 *display_id_out = GetID(
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc138 int GetID(WebContents* contents) { function in class:TabStripModelTest
156 actual += base::IntToString(GetID(model.GetWebContentsAt(i)));
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc718 std::wstring TestingProfile::GetID() { function in class:TestingProfile
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc185 int GetID(TabContents* contents) { function in class:TabStripModelTest
200 base::IntToString(GetID(model.GetTabContentsAt(i)->tab_contents()));
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc418 ChildProcessSecurityPolicyImpl::GetInstance()->Add(GetID());
421 RegisterHost(GetID(), this);
430 base::Bind(&CacheShaderInfo, GetID(),
442 ChildProcessSecurityPolicyImpl::GetInstance()->Remove(GetID());
457 UnregisterHost(GetID());
462 base::Bind(&RemoveShaderInfo, GetID()));
559 GetID(),
576 channel_->AddFilter(new ResourceSchedulerFilter(GetID()));
584 new BrowserPluginMessageFilter(GetID(), IsGuest()));
590 GetID(),
1313 int RenderProcessHostImpl::GetID() const { function in class:content::RenderProcessHostImpl
[all...]

Completed in 518 milliseconds