Searched refs:FromBrowserContext (Results 1 - 25 of 238) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_service.cc12 BookmarkService* BookmarkService::FromBrowserContext( function in class:BookmarkService
15 Profile::FromBrowserContext(browser_context));
H A Dbookmark_service.h29 static BookmarkService* FromBrowserContext(
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_base.cc12 ProfileSyncServiceBase* ProfileSyncServiceBase::FromBrowserContext( function in class:ProfileSyncServiceBase
H A Dprofile_sync_service_base.h20 static ProfileSyncServiceBase* FromBrowserContext(
/external/chromium_org/android_webview/native/
H A Daw_form_database.cc18 autofill::AutofillWebDataService::FromBrowserContext( function in class:autofill::AutofillWebDataService
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_tab_observer.cc37 Profile::FromBrowserContext(web_contents->GetBrowserContext());
64 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
H A Dsafe_browsing_blocking_page_unittest.cc240 Profile* profile = Profile::FromBrowserContext(
274 Profile* profile = Profile::FromBrowserContext(
306 Profile* profile = Profile::FromBrowserContext(
341 Profile* profile = Profile::FromBrowserContext(
374 Profile* profile = Profile::FromBrowserContext(
415 Profile* profile = Profile::FromBrowserContext(
471 Profile* profile = Profile::FromBrowserContext(
522 Profile* profile = Profile::FromBrowserContext(
570 Profile* profile = Profile::FromBrowserContext(
605 Profile* profile = Profile::FromBrowserContext(
[all...]
/external/chromium_org/components/autofill/content/browser/
H A Dautocheckout_request_manager.cc24 if (FromBrowserContext(browser_context))
33 AutocheckoutRequestManager* AutocheckoutRequestManager::FromBrowserContext( function in class:autofill::AutocheckoutRequestManager
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_interstitial.cc41 Profile::FromBrowserContext(web_contents->GetBrowserContext());
57 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
116 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
/external/chromium_org/chrome/browser/extensions/
H A Dextension_prefs_factory.cc48 Profile* profile = Profile::FromBrowserContext(context);
H A Dmessage_handler.cc47 Profile* profile = Profile::FromBrowserContext(
/external/chromium_org/chrome/browser/net/
H A Dpredictor_tab_helper.cc48 Profile* profile = Profile::FromBrowserContext(
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_generation_manager.cc59 Profile* profile = Profile::FromBrowserContext(
68 registrar_.Init(Profile::FromBrowserContext(
94 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
120 Profile* profile = Profile::FromBrowserContext(
/external/chromium_org/chrome/browser/sessions/
H A Dsession_tab_helper.cc45 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
/external/chromium_org/chrome/browser/webdata/
H A Dtoken_web_data.h38 static scoped_refptr<TokenWebData> FromBrowserContext(
H A Dweb_data_service_factory.cc143 AutofillWebDataService::FromBrowserContext(content::BrowserContext* context) { function in class:AutofillWebDataService
157 scoped_refptr<TokenWebData> TokenWebData::FromBrowserContext( function in class:TokenWebData
172 scoped_refptr<WebDataService> WebDataService::FromBrowserContext( function in class:WebDataService
200 // AutofillWebDataService::FromBrowserContext (see above).
211 // AutofillWebDataService::FromBrowserContext (see above).
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.cc56 Profile::FromBrowserContext(process_->GetBrowserContext());
70 Profile::FromBrowserContext(process_->GetBrowserContext());
/external/chromium_org/chrome/browser/sync/glue/
H A Dautofill_profile_data_type_controller.cc54 autofill::AutofillWebDataService::FromBrowserContext(profile()).get();
91 AutofillWebDataService::FromBrowserContext(profile()).get();
H A Dautofill_data_type_controller.cc62 autofill::AutofillWebDataService::FromBrowserContext(profile()).get();
90 autofill::AutofillWebDataService::FromBrowserContext(profile());
/external/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.cc120 Profile::FromBrowserContext(web_contents()->GetBrowserContext()));
178 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
193 Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
/external/chromium_org/chrome/browser/ui/
H A Dauto_login_infobar_delegate.cc95 Profile::FromBrowserContext(navigation_controller_->GetBrowserContext()),
163 content::Source<Profile>(Profile::FromBrowserContext(
211 PrefService* pref_service = Profile::FromBrowserContext(
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_tab_helper.cc64 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
80 Profile::FromBrowserContext(web_contents->GetBrowserContext());
/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_web_contents_handler.cc38 Profile* profile = Profile::FromBrowserContext(context);
88 Profile* profile = Profile::FromBrowserContext(context);
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dinstall_extension_handler.cc97 Profile* profile = Profile::FromBrowserContext(
129 Profile* profile = Profile::FromBrowserContext(
/external/chromium_org/chrome/browser/download/
H A Ddownload_prefs.h37 static DownloadPrefs* FromBrowserContext(

Completed in 784 milliseconds

12345678910