HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 176 - 200 of 8345) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/ui/android/extensions/
extension_install_ui_android.cc 21 ExtensionInstallUI* ExtensionInstallUI::Create(Profile* profile) {
27 void ExtensionInstallUI::OpenAppInstalledUI(Profile* profile,
41 Profile* profile) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.h 12 class Profile;
18 explicit LauncherAppTabHelper(Profile* profile);
24 virtual void SetCurrentUser(Profile* profile) OVERRIDE;
27 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_factory.h 13 class Profile;
16 // Listens for the Profile's destruction notification and cleans up the
20 // Returns the PinnedTabService that tracks pinning changes for |profile|.
21 static PinnedTabService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/predictors/
predictors_ui.cc 7 #include "chrome/browser/profiles/profile.h"
28 Profile* profile = Profile::FromWebUI(web_ui); local
29 web_ui->AddMessageHandler(new PredictorsHandler(profile));
30 content::WebUIDataSource::Add(profile, CreatePredictorsUIHTMLSource());
  /external/chromium_org/chrome/browser/ui/webui/signin/
login_ui_service_factory.cc 22 LoginUIService* LoginUIServiceFactory::GetForProfile(Profile* profile) {
24 GetInstance()->GetServiceForBrowserContext(profile, true));
33 content::BrowserContext* profile) const {
34 return new LoginUIService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
extension_statuses_handler.h 11 class Profile;
21 explicit ExtensionStatusesHandler(Profile* profile);
26 static void GetExtensionStatusesAsDictionary(Profile* profile,
35 Profile* profile_;
  /external/chromium/chrome/browser/first_run/
first_run_dialog.h 9 class Profile;
15 void ShowFirstRunDialog(Profile* profile,
  /external/chromium/chrome/browser/
renderer_preferences_util.h 11 class Profile;
16 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile);
chrome_content_browser_client.h 17 Profile* profile,
21 virtual GURL GetEffectiveURL(Profile* profile, const GURL& url);
  /external/chromium/chrome/browser/ui/options/
show_options_url.h 10 class Profile;
16 void ShowOptionsURL(Profile* profile, const GURL& url);
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_appcache_helper.cc 10 Profile* profile)
11 : BrowsingDataAppCacheHelper(profile) {
  /external/chromium_org/chrome/browser/devtools/adb/
android_rsa.h 14 class Profile;
16 crypto::RSAPrivateKey* AndroidRSAPrivateKey(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_extension_helper.h 12 class Profile;
20 static GURL GetCroshExtensionURL(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/
devtools_util.h 8 class Profile;
17 void InspectBackgroundPage(const Extension* extension, Profile* profile);
  /external/chromium_org/chrome/browser/first_run/
first_run_dialog.h 8 class Profile;
14 bool ShowFirstRunDialog(Profile* profile);
  /external/chromium_org/chrome/browser/history/
web_history_service_factory.cc 19 bool IsHistorySyncEnabled(Profile* profile) {
23 ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
40 Profile* profile) {
41 if (IsHistorySyncEnabled(profile)) {
43 GetInstance()->GetServiceForBrowserContext(profile, true));
50 Profile* profile = static_cast<Profile*>(context) local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer.h 15 class Profile;
20 // We use this class to destroy the off the record profile so that we can make
25 static void DestroyProfileWhenAppropriate(Profile* const profile);
26 static void DestroyOffTheRecordProfileNow(Profile* const profile);
32 Profile* const profile,
43 // Fetch the list of render process hosts that still refer to the profile.
46 Profile* const profile
    [all...]
  /external/chromium_org/chrome/browser/
renderer_preferences_util.h 8 class Profile;
18 Profile* profile);
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_callbacks.h 8 class Profile;
20 Profile* profile) = 0;
  /external/chromium_org/chrome/browser/sessions/
session_data_deleter.h 8 class Profile;
13 void DeleteSessionOnlyData(Profile* profile);
  /external/chromium_org/chrome/browser/ui/
accelerator_utils.h 8 class Profile;
19 Profile* profile);
media_utils.h 10 class Profile;
18 Profile* profile,
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc 9 #include "chrome/browser/profiles/profile.h"
27 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable
31 profile, &BookmarkBarViewInstantExtendedTest::CreateTemplateURLService);
32 return profile;
37 content::BrowserContext* profile) {
38 return new TemplateURLService(static_cast<Profile*>(profile));
48 profile()->CreateBookmarkModel(true);
49 test::WaitForBookmarkModelToLoad(profile());
52 browser()->profile()->GetPrefs()->SetBoolean
    [all...]
  /external/chromium_org/chrome/test/base/
test_chrome_web_ui_controller_factory.cc 7 #include "chrome/browser/profiles/profile.h"
37 Profile* profile = Profile::FromBrowserContext(browser_context); local
38 WebUIProvider* provider = GetWebUIProvider(profile, url);
40 ChromeWebUIControllerFactory::GetWebUIType(profile, url);
45 Profile* profile = Profile::FromWebUI(web_ui); local
46 WebUIProvider* provider = GetWebUIProvider(profile, url)
    [all...]
  /external/chromium/chrome/browser/instant/
promo_counter_unittest.cc 13 TestingProfile profile; local
14 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test");
17 PromoCounter counter(&profile, "test", "test", 2, 2);
25 TestingProfile profile; local
26 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test");
30 PromoCounter counter(&profile, "test", "test", 2, 2);
35 PromoCounter counter(&profile, "test", "test", 2, 2);
40 PromoCounter counter(&profile, "test", "test", 2, 2);
47 TestingProfile profile; local
48 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test")
66 TestingProfile profile; local
    [all...]

Completed in 329 milliseconds

1 2 3 4 5 6 78 91011>>