HomeSort by relevance Sort by last modified time
    Searched refs:FromBrowserContext (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/athena/content/chrome/
scheme_classifier_factory.cc 16 Profile::FromBrowserContext(context)));
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_base.cc 12 ProfileSyncServiceBase* ProfileSyncServiceBase::FromBrowserContext(
profile_sync_service_base.h 20 static ProfileSyncServiceBase* FromBrowserContext(
  /external/chromium_org/chrome/browser/signin/
easy_unlock_service_factory.cc 48 Profile::FromBrowserContext(context))) {
50 return new EasyUnlockServiceSignin(Profile::FromBrowserContext(context));
56 return new EasyUnlockServiceRegular(Profile::FromBrowserContext(context));
fake_profile_oauth2_token_service_builder.cc 13 Profile* profile = Profile::FromBrowserContext(context);
22 Profile* profile = Profile::FromBrowserContext(context);
fake_account_tracker_service.cc 14 Profile* profile = Profile::FromBrowserContext(context);
fake_account_reconcilor.cc 21 Profile* profile = Profile::FromBrowserContext(context);
  /external/chromium_org/chrome/browser/extensions/api/file_system/
entry_watcher_service_factory.cc 29 return new EntryWatcherService(Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
service_factory.cc 43 Profile::FromBrowserContext(profile),
44 extensions::ExtensionRegistry::Get(Profile::FromBrowserContext(profile)));
  /external/chromium_org/chrome/browser/drive/
drive_notification_manager_factory.cc 33 Profile::FromBrowserContext(context))) {
63 Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/extensions/
extension_web_ui_override_registrar.cc 27 Profile::FromBrowserContext(browser_context),
36 Profile::FromBrowserContext(browser_context),
chrome_extension_function_details.cc 31 return Profile::FromBrowserContext(function_->browser_context());
73 Profile* profile = Profile::FromBrowserContext(
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_factory.cc 54 return new GCMProfileService(Profile::FromBrowserContext(context));
57 Profile::FromBrowserContext(context),
  /external/chromium_org/chrome/browser/extensions/api/web_view/
chrome_web_view_internal_api.cc 26 Profile::FromBrowserContext(browser_context())->IsOffTheRecord(),
41 Profile::FromBrowserContext(browser_context()),
55 Profile* profile = Profile::FromBrowserContext(browser_context());
79 MenuManager::Get(Profile::FromBrowserContext(browser_context()));
82 Profile::FromBrowserContext(browser_context())->IsOffTheRecord(),
115 MenuManager::Get(Profile::FromBrowserContext(browser_context()));
  /external/chromium_org/chrome/browser/favicon/
chrome_favicon_client_factory.cc 34 new ChromeFaviconClient(Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/net/
predictor_tab_helper.cc 28 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_factory.cc 43 Profile* profile = Profile::FromBrowserContext(context);
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_tab_observer.cc 37 Profile::FromBrowserContext(web_contents->GetBrowserContext());
64 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
  /external/chromium_org/chrome/browser/ui/ash/launcher/
multi_profile_app_window_launcher_controller.cc 49 Profile::FromBrowserContext(app_window->browser_context());
59 Profile::FromBrowserContext(app_window->browser_context());
83 Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
98 Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
121 Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_private_api.cc 37 Profile::FromBrowserContext(browser_context()),
73 Profile::FromBrowserContext(browser_context()),
106 Profile::FromBrowserContext(browser_context()),
  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 105 Profile::FromBrowserContext(web_contents()->GetBrowserContext()));
137 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
148 Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_service_factory.cc 41 return new EphemeralAppService(Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/autofill/
personal_data_manager_factory.cc 43 Profile* profile = Profile::FromBrowserContext(context);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router_factory.cc 44 return new EventRouter(Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_factory.cc 46 Profile::FromBrowserContext(context));

Completed in 948 milliseconds

1 2 3 4 5 6 7 8 91011>>