HomeSort by relevance Sort by last modified time
    Searched refs:GetForProfileIfExists (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/signin/
signin_manager_factory.h 31 static SigninManagerBase* GetForProfileIfExists(Profile* profile);
36 static SigninManager* GetForProfileIfExists(Profile* profile);
signin_manager_factory.cc 27 SigninManagerBase* SigninManagerFactory::GetForProfileIfExists(
48 SigninManager* SigninManagerFactory::GetForProfileIfExists(Profile* profile) {
signin_global_error.cc 92 SigninManagerFactory::GetForProfileIfExists(profile_);
142 SigninManagerFactory::GetForProfileIfExists(profile_);
signin_ui_util.cc 74 SigninManagerFactory::GetForProfileIfExists(profile);
profile_oauth2_token_service.cc 51 SigninManagerFactory::GetForProfileIfExists(profile);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.h 22 static BookmarkModel* GetForProfileIfExists(Profile* profile);
bookmark_model_factory.cc 25 BookmarkModel* BookmarkModelFactory::GetForProfileIfExists(Profile* profile) {
  /external/chromium_org/chrome/browser/history/
history_service_factory.h 21 static HistoryService* GetForProfileIfExists(
shortcuts_backend_factory.h 26 static scoped_refptr<history::ShortcutsBackend> GetForProfileIfExists(
history_service_factory.cc 29 HistoryServiceFactory::GetForProfileIfExists(
shortcuts_backend_factory.cc 23 scoped_refptr<ShortcutsBackend> ShortcutsBackendFactory::GetForProfileIfExists(
history_service.cc 373 BookmarkModelFactory::GetForProfileIfExists(profile_));
    [all...]
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.h 62 static WebDataServiceWrapper* GetForProfileIfExists(
web_data_service_factory.cc 207 WebDataServiceWrapper* WebDataServiceFactory::GetForProfileIfExists(
  /external/chromium_org/chrome/browser/
memory_purger.cc 121 WebDataServiceFactory::GetForProfileIfExists(
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.cc 122 ShortcutsBackendFactory::GetForProfileIfExists(profile_);
138 ShortcutsBackendFactory::GetForProfileIfExists(profile_);
148 ShortcutsBackendFactory::GetForProfileIfExists(profile_);
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_store.cc 215 SigninManager* signin = SigninManagerFactory::GetForProfileIfExists(profile_);

Completed in 157 milliseconds