Searched refs:profile_ (Results 526 - 550 of 1032) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service.cc264 ProfileSyncServiceFactory::GetForProfile(profile_);
268 ExtensionRegistry::Get(profile_)->RemoveObserver(this);
270 profile_ = NULL;
275 DCHECK(!profile_);
307 content::BrowserContext::GetStoragePartitionForSite(profile_, origin);
440 : profile_(profile),
451 DCHECK(profile_);
473 ProfileSyncServiceFactory::GetForProfile(profile_);
479 ExtensionRegistry::Get(profile_)->AddObserver(this);
654 ExtensionPrefs::Get(profile_)
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.cc84 DCHECK(profile_.get() == NULL);
100 DCHECK(!profile_.get());
126 DCHECK(!profile_.get());
160 if (profile_)
182 if (profile_)
223 DCHECK(!profile_.get());
241 profile_.reset(BluetoothProfileServiceProvider::Create(
243 DCHECK(profile_.get());
328 DCHECK(profile_.get());
558 DCHECK(profile_
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider_unittest.cc218 scoped_ptr<TestingProfile> profile_; member in class:HistoryURLProviderTest
238 profile_.reset(new TestingProfile());
239 if (!(profile_->CreateHistoryService(true, no_db)))
242 profile_->BlockUntilHistoryProcessesPendingRequests();
243 profile_->BlockUntilHistoryIndexIsRefreshed();
245 profile_->GetPrefs()->SetString(prefs::kAcceptLanguages, "en-US,en,ko");
247 profile_.get(), Profile::EXPLICIT_ACCESS);
249 autocomplete_ = new HistoryURLProvider(this, profile_.get());
251 profile_.get(), &HistoryURLProviderTest::CreateTemplateURLService);
296 ChromeAutocompleteSchemeClassifier(profile_
[all...]
H A Dchrome_autocomplete_provider_client.h40 Profile* profile_; member in class:ChromeAutocompleteProviderClient
H A Dkeyword_extensions_delegate_impl.h76 Profile* profile_; member in class:KeywordExtensionsDelegateImpl
H A Dshortcuts_provider.h107 Profile* profile_; member in class:ShortcutsProvider
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc553 profile_(NULL),
1248 profile_ = CreatePrimaryProfile(parameters(),
1251 if (!profile_)
1301 first_run::AutoImport(profile_,
1308 first_run::DoPostImportTasks(profile_,
1313 !chrome::ShowFirstRunDefaultBrowserPrompt(profile_));
1339 if (NetworkProfileBubble::ShouldCheckNetworkProfile(profile_)) {
1342 profile_->GetPath()));
1350 PrefService* pref_service = profile_->GetPrefs();
1356 profile_, first_ru
[all...]
/external/chromium_org/apps/
H A Dapp_load_service.h87 Profile* profile_; member in class:apps::AppLoadService
H A Dapp_restore_service.h65 Profile* profile_; member in class:apps::AppRestoreService
/external/chromium_org/chrome/browser/android/
H A Dforeign_session_helper.h48 Profile* profile_; // weak member in class:ForeignSessionHelper
H A Dnew_tab_page_prefs.h49 Profile* profile_; // weak member in class:NewTabPagePrefs
H A Drecently_closed_tabs_bridge.h56 Profile* profile_; member in class:RecentlyClosedTabsBridge
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_converter.h59 Profile* profile_; member in class:DriveAppConverter
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.h60 Profile* profile_; member in class:AppShortcutManager
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.h77 Profile* profile_; member in class:BookmarkFaviconFetcher
H A Dchrome_bookmark_client.cc47 : profile_(profile),
64 profile_->GetPrefs(),
106 FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
254 policy::ProfilePolicyConnectorFactory::GetForProfile(profile_);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader.h151 // Opens a login tab in the topmost browser window for the |profile_|, if the
156 // Tries to get |profile_|'s CaptivePortalService and have it start a captive
160 Profile* profile_; member in class:CaptivePortalTabReloader
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_update_service.h67 Profile* profile_; member in class:chromeos::KioskAppUpdateService
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dsnapshot_manager.h74 Profile* profile_; member in class:file_manager::SnapshotManager
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util.h69 Profile* profile_; member in class:chromeos::file_system_provider::util::LocalPathParser
H A Dnotification_manager.h70 Profile* profile_; // Not owned. member in class:chromeos::file_system_provider::NotificationManager
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Ddrive_first_run_controller.h79 Profile* profile_; member in class:chromeos::DriveFirstRunController
/external/chromium_org/chrome/browser/chromeos/
H A Dlocale_change_guard.h73 Profile* profile_; member in class:chromeos::LocaleChangeGuard
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_login_flow.cc78 profile_, token);
248 LoginUtils::Get()->DoBrowserLaunch(profile_, host());
249 profile_ = NULL;
255 profile_ = profile;
H A Dsupervised_user_login_flow.h58 Profile* profile_; member in class:chromeos::SupervisedUserLoginFlow

Completed in 477 milliseconds

<<21222324252627282930>>