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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/extensions/
extension_toolbar_model_factory.h 13 class Profile;
17 static ExtensionToolbarModel* GetForProfile(Profile* profile);
28 content::BrowserContext* profile) const OVERRIDE;
extension_web_ui_override_registrar.h 13 class Profile;
20 explicit ExtensionWebUIOverrideRegistrar(Profile* profile);
40 Profile* const profile_;
lazy_background_page_test_util.h 21 explicit LazyBackgroundObserver(Profile* profile)
25 content::Source<Profile>(profile)) {
menu_manager_factory.h 12 class Profile;
19 static MenuManager* GetForProfile(Profile* profile);
30 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_factory.h 15 class Profile;
20 static ChromeGeolocationPermissionContext* GetForProfile(Profile* profile);
33 BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/media/
protected_media_identifier_permission_context_factory.h 12 class Profile;
18 Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_factory.h 13 class Profile;
22 static MediaGalleriesPreferences* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/network_time/
network_time_service.h 13 class Profile;
22 explicit NetworkTimeService(Profile* profile);
37 Profile* profile_;
network_time_service_factory.cc 27 Profile* profile) {
29 GetInstance()->GetServiceForBrowserContext(profile, true));
40 return new NetworkTimeService(static_cast<Profile*>(context));
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs_factory.h 13 class Profile;
18 static scoped_refptr<PluginPrefs> GetPrefsForProfile(Profile* profile);
28 CreateForTestingProfile(content::BrowserContext* profile);
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_mementos.h 7 // one-time profile reset prompt, and which then serves as a reminder that we
27 class Profile;
30 // show the one-time profile reset prompt, and which is kept as a reminder that
34 explicit PreferenceHostedPromptMemento(Profile* profile);
41 Profile* profile_;
47 // when we show the one-time profile reset prompt, and which is kept as a
51 explicit LocalStateHostedPromptMemento(Profile* profile);
59 // State to uniquely identify this profile
    [all...]
  /external/chromium_org/chrome/browser/profiles/
avatar_menu_desktop.cc 8 #include "chrome/browser/profiles/profile.h"
13 void AvatarMenu::GetImageForMenuButton(Profile* profile,
18 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
chrome_version_service.h 19 // Chrome by which the profile was created.
25 // Sets the version string in the pref for the current profile.
28 // Returns the version of Chrome which created the profile.
31 // Handles setting the profile.created_by_version Pref
  /external/chromium_org/chrome/browser/sync/glue/
change_processor.cc 6 #include "chrome/browser/profiles/profile.h"
17 void ChangeProcessor::Start(Profile* profile,
21 StartImpl(profile);
extension_data_type_controller.cc 9 #include "chrome/browser/profiles/profile.h"
17 Profile* profile,
21 profile,
  /external/chromium_org/chrome/browser/sync/test/integration/
extension_settings_helper.h 10 class Profile;
17 // Calls Set() with |settings| for |profile| and the extension with ID |id|.
19 Profile* profile,
  /external/chromium_org/chrome/browser/ui/app_list/
chrome_signin_delegate.h 12 class Profile;
18 void SetProfile(Profile* profile);
32 Profile* profile_;
extension_uninstaller.h 11 class Profile;
18 ExtensionUninstaller(Profile* profile,
31 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/app_list/search/
omnibox_provider.h 15 class Profile;
23 explicit OmniboxProvider(Profile* profile);
37 Profile* profile_;
search_webstore_result.h 14 class Profile;
21 SearchWebstoreResult(Profile* profile, const std::string& query);
31 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_installer.cc 14 Profile* profile,
17 : WebstoreStartupInstaller(webstore_item_id, profile, true, callback),
18 profile_(profile),
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_sync_ui_state_watcher.h 17 class Profile;
20 // of the given profile changes.
23 AppSyncUIStateWatcher(Profile* profile, app_list::AppListModel* model);
  /external/chromium_org/chrome/browser/ui/gtk/
overflow_button.h 14 class Profile;
20 explicit OverflowButton(Profile* profile);
33 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/
media_utils.cc 12 class Profile;
20 Profile* profile,
27 extensions::ExtensionSystem::Get(profile)->extension_service();
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.h 12 class Profile;
17 Profile* profile);
39 Profile* profile_;

Completed in 2040 milliseconds

<<21222324252627282930>>