HomeSort by relevance Sort by last modified time
    Searched refs:GetProfile (Results 76 - 100 of 166) sorted by null

1 2 34 5 6 7

  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.h 126 virtual Profile* GetProfile() const;
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.h 100 TestingProfile* GetProfile() { return profile_.get(); }
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.cc 75 web_ui_->GetProfile()->GetPrefs(), this);
76 // We should not cache web_ui_->GetProfile(). See crosbug.com/6304.
100 return web_ui_->GetProfile()->GetPasswordStore(Profile::EXPLICIT_ACCESS);
122 web_ui_->GetProfile()->GetPrefs()->GetString(prefs::kAcceptLanguages);
core_options_handler.cc 94 registrar_.Init(web_ui_->GetProfile()->GetPrefs());
134 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
158 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
179 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
367 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
import_data_handler.cc 111 Profile* profile = web_ui_->GetProfile();
font_settings_handler.cc 83 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
115 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
options_ui.cc 150 UserMetrics::RecordAction(action, web_ui_->GetProfile());
307 DCHECK(!GetProfile()->IsOffTheRecord() || Profile::IsGuestSession());
search_engine_manager_handler.cc 40 list_controller_.reset(new KeywordEditorController(web_ui_->GetProfile()));
211 new EditSearchEngineController(edit_url, this, web_ui_->GetProfile()));
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 147 TEST_F(ProfileManagerTest, GetProfile) {
154 Profile* profile = profile_manager->GetProfile(dest_path);
157 // The profile already exists when we call GetProfile. Just load it.
158 EXPECT_EQ(profile, profile_manager->GetProfile(dest_path));
210 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1));
214 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path2));
365 profile = profile_manager->GetProfile(dest_path);
390 Profile* profile = profile_manager->GetProfile(dest_path);
451 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1));
455 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path2))
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 121 test()->GetProfile(index))->SetEncryptionPassphrase(passphrase, type);
126 test()->GetProfile(index))->SetDecryptionPassphrase(passphrase);
130 return PasswordStoreFactory::GetForProfile(test()->GetProfile(index),
dictionary_helper.cc 43 sync_datatype_helper::test()->GetProfile(index))->GetCustomDictionary();
sync_test.cc 235 Profile* SyncTest::GetProfile(int index) {
239 LOG(FATAL) << "GetProfile(): Index is out of bounds.";
300 EXPECT_FALSE(GetProfile(index) == NULL) << "Could not create Profile "
304 GetProfile(index), chrome::GetActiveDesktop()));
310 BuildAndUseP2PInvalidationServiceForTest(GetProfile(index));
316 ProfileSyncServiceFactory::GetForProfile(GetProfile(index));
320 GetProfile(index),
328 BookmarkModelFactory::GetForProfile(GetProfile(index)));
330 GetProfile(index), Profile::EXPLICIT_ACCESS));
332 TemplateURLServiceFactory::GetForProfile(GetProfile(index)))
    [all...]
sync_test.h 103 Profile* GetProfile(int index) WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 268 GetProfile(),
305 GetProfile(),
364 DesktopNotificationServiceFactory::GetForProfile(GetProfile());
370 GetProfile());
389 Profile* ScreenshotTaker::GetProfile() {
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.cc 414 PrefService* prefs = GetProfile()->GetPrefs();
459 web_contents_->GetMutableRendererPrefs(), GetProfile());
468 ThemeServiceFactory::GetForProfile(GetProfile())));
682 web_contents_->GetMutableRendererPrefs(), GetProfile());
686 Profile* PrefsTabHelper::GetProfile() {
708 PrefService* prefs = GetProfile()->GetPrefs();
  /external/chromium/chrome/browser/ui/webui/
plugins_ui.cc 209 PrefService* prefs = web_ui->GetProfile()->GetPrefs();
275 plugin_updater->UpdatePreferences(web_ui_->GetProfile(), 0);
280 Browser* browser = Browser::Create(web_ui_->GetProfile());
downloads_ui.cc 132 DownloadManager* dlm = GetProfile()->GetDownloadManager();
  /external/chromium/chrome/browser/chromeos/login/
background_view.h 111 virtual Profile* GetProfile() const OVERRIDE { return NULL; }
  /external/chromium/chrome/browser/notifications/
balloon_host.h 51 virtual Profile* GetProfile() const;
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 294 web_ui_->GetProfile()).GetCloudPrintServiceDialogURL());
398 web_ui_->GetProfile()->GetPrefs()->SetInteger(
400 web_ui_->GetProfile()->GetPrefs()->SetInteger(
530 profile = browser->GetProfile();
  /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_org/chrome/browser/chromeos/login/
fake_login_utils.cc 102 Profile* profile = g_browser_process->profile_manager()->GetProfile(path);
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 165 GetProfile()->GetPrefs()->GetString(prefs::kDefaultCharset),
376 GetProfile(), Profile::EXPLICIT_ACCESS);
509 Profile* DownloadTargetDeterminer::GetProfile() {
589 GetProfile(), *download_)) {
  /external/chromium_org/chrome/browser/password_manager/
password_manager_delegate_impl.cc 179 Profile* PasswordManagerDelegateImpl::GetProfile() {
  /external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_browsertest.cc 76 virtual Profile* GetProfile() const OVERRIDE {

Completed in 1081 milliseconds

1 2 34 5 6 7