Searched defs:GetProfile (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_browsertest.cc91 return GetProfile()->GetPrefs();
94 Profile* GetProfile() { function in class:__anon1337::HistoryBrowserTest
95 return browser()->GetProfile();
99 return GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
136 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS));
137 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::IMPLICIT_ACCESS));
159 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS));
160 EXPECT_FALSE(GetProfile()->GetHistoryService(Profile::IMPLICIT_ACCESS));
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.cc74 RenderViewHostDelegateHelper::GetWebkitPrefs(GetProfile(),
84 Profile* BalloonHost::GetProfile() const { function in class:BalloonHost
198 if (GetProfile()->GetExtensionService()) {
207 GetProfile()->GetExtensionService()->GetInstalledApp(
240 GetProfile(), key, value);
244 RenderViewHostDelegateHelper::ClearInspectorSettings(GetProfile());
/external/chromium/chrome/browser/profiles/
H A Dprofile_manager.cc154 profile = GetProfile(default_profile_dir);
157 profile = GetProfile(default_profile_dir);
162 return GetProfile(default_profile_dir);
208 Profile* ProfileManager::GetProfile(const FilePath& profile_dir) { function in class:ProfileManager
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk.h61 Profile* GetProfile() { return profile_; } function in class:BookmarkBarGtk
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.h98 Profile* GetProfile() { return profile_; } function in class:BookmarkBarView
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.cc350 Profile* BrowserView::GetProfile() const { function in class:chromeos::BrowserView
/external/v8/src/
H A Dcpu-profiler.cc311 CpuProfile* CpuProfiler::GetProfile(Object* security_token, int index) { function in class:v8::internal::CpuProfiler
323 return profiler->profiles_->GetProfile(token, uid);
H A Dprofile-generator.cc619 return GetProfile(security_token_id, profile->uid());
625 CpuProfile* CpuProfilesCollection::GetProfile(int security_token_id, function in class:v8::internal::CpuProfilesCollection
H A Dapi.cc5229 const CpuProfile* CpuProfiler::GetProfile(int index, function in class:v8::CpuProfiler
5232 IsDeadCheck(isolate, "v8::CpuProfiler::GetProfile");
5234 i::CpuProfiler::GetProfile(
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc2479 Profile* Browser::GetProfile() const { function in class:Browser

Completed in 183 milliseconds