HomeSort by relevance Sort by last modified time
    Searched defs:GetProfile (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/history/
history_browsertest.cc 91 return GetProfile()->GetPrefs();
94 Profile* GetProfile() {
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/
balloon_host.cc 74 RenderViewHostDelegateHelper::GetWebkitPrefs(GetProfile(),
84 Profile* BalloonHost::GetProfile() const {
198 if (GetProfile()->GetExtensionService()) {
207 GetProfile()->GetExtensionService()->GetInstalledApp(
240 GetProfile(), key, value);
244 RenderViewHostDelegateHelper::ClearInspectorSettings(GetProfile());
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 350 Profile* BrowserView::GetProfile() const {
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 154 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) {
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 61 Profile* GetProfile() { return profile_; }
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 98 Profile* GetProfile() { return profile_; }
  /external/v8/src/
cpu-profiler.cc 311 CpuProfile* CpuProfiler::GetProfile(Object* security_token, int index) {
323 return profiler->profiles_->GetProfile(token, uid);
profile-generator.cc 619 return GetProfile(security_token_id, profile->uid());
625 CpuProfile* CpuProfilesCollection::GetProfile(int security_token_id,
    [all...]
api.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 331 milliseconds