HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 676 - 700 of 7885) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/extensions/
extension_assets_manager.h 13 class Profile;
38 Profile* profile,
43 Profile* profile,
extension_toolbar_model_factory.cc 8 #include "chrome/browser/profiles/profile.h"
18 Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
40 Profile::FromBrowserContext(context),
  /external/chromium_org/chrome/browser/google/
google_url_tracker_factory.cc 10 #include "chrome/browser/profiles/profile.h"
18 GoogleURLTracker* GoogleURLTrackerFactory::GetForProfile(Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
40 new ChromeGoogleURLTrackerClient(Profile::FromBrowserContext(context)));
  /external/chromium_org/chrome/browser/history/
chrome_history_client_factory.cc 11 #include "chrome/browser/profiles/profile.h"
16 Profile* profile) {
18 GetInstance()->GetServiceForBrowserContext(profile, true));
39 BookmarkModelFactory::GetForProfile(static_cast<Profile*>(context)));
  /external/chromium_org/chrome/browser/invalidation/
ticl_profile_settings_provider.cc 11 #include "chrome/browser/profiles/profile.h"
18 TiclProfileSettingsProvider::TiclProfileSettingsProvider(Profile* profile)
19 : profile_(profile) {
20 registrar_.Init(profile->GetPrefs());
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_accessor.h 13 class Profile;
27 bool IsOmniboxEnabled(Profile* profile);
39 friend bool prerender::IsOmniboxEnabled(Profile* profile);
  /external/chromium_org/chrome/browser/net/
cookie_store_util.h 11 class Profile;
28 // chrome::NOTIFICATION_COOKIE_CHANGED for the given profile. This
29 // delegate is stateless so only one is necessary per profile.
30 net::CookieMonsterDelegate* CreateCookieDelegate(Profile* profile);
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_factory_android.cc 8 #include "chrome/browser/profiles/profile.h"
48 Profile* profile = static_cast<Profile*>(context); local
60 settings->InitDataReductionProxySettings(profile);
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_factory.cc 10 #include "chrome/browser/profiles/profile.h"
49 Profile* profile = Profile::FromBrowserContext(context); local
50 AutomaticProfileResetter* service = new AutomaticProfileResetter(profile);
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_browsertest.cc 23 // An observer that returns back to test code after a new profile is
25 void OnUnblockOnProfileCreation(Profile* profile,
26 Profile::CreateStatus status) {
27 if (status == Profile::CREATE_STATUS_INITIALIZED)
67 Profile* current_profile = browser()->profile();
110 Profile* current_profile = browser()->profile();
115 // Create an additional profile
    [all...]
startup_task_runner_service.h 13 class Profile;
23 explicit StartupTaskRunnerService(Profile* profile);
29 // Note: Using a separate task runner per profile service gives a better
39 Profile* profile_;
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_bubble_model.h 12 class Profile;
22 SpellingBubbleModel(Profile* profile,
38 // Set the profile preferences to enable or disable the feature.
41 Profile* profile_;
  /external/chromium_org/chrome/browser/resources/options/
reset_profile_settings_overlay.html 1 <div id="reset-profile-settings-overlay" class="page not-resizable" hidden>
4 <div id="reset-profile-settings-content-area" class="content-area">
14 <div id="reset-profile-settings-throbber" class="throbber"></div>
16 <button id="reset-profile-settings-dismiss" i18n-content="cancel">
18 <button id="reset-profile-settings-commit"
  /external/chromium_org/chrome/browser/search/suggestions/
suggestions_store.h 19 // A helper class for reading and writing the suggestions to the profile's
26 // Loads the suggestion data from the profile's preferences into
32 // Stores the provided |suggestions| to the profile's preferences, using
36 // Clears any suggestion data from the profile's preferences.
39 // Register SuggestionsStore related prefs in the Profile prefs.
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_state_message_filter.h 14 class Profile;
22 Profile* profile);
48 // Copied from the profile since the profile can't be accessed on the I/O
  /external/chromium_org/chrome/browser/sessions/
session_tab_helper.cc 8 #include "chrome/browser/profiles/profile.h"
44 Profile* profile = local
45 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
46 SessionService* session = SessionServiceFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/signin/
easy_unlock.cc 9 #include "chrome/browser/profiles/profile.h"
33 void LaunchEasyUnlockSetup(Profile* profile) {
35 extensions::ExtensionSystem::Get(profile)->extension_service();
40 profile, extension, extensions::LAUNCH_CONTAINER_WINDOW, NEW_WINDOW));
  /external/chromium_org/chrome/browser/sync/glue/
password_data_type_controller.cc 10 #include "chrome/browser/profiles/profile.h"
22 Profile* profile,
29 profile_(profile) {
56 profile_, Profile::EXPLICIT_ACCESS);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 16 #include "chrome/browser/profiles/profile.h"
46 Profile* profile) {
51 GetInstance()->GetServiceForBrowserContext(profile, true));
92 Profile* profile = static_cast<Profile*>(context); local
94 SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile);
97 // the profile notifications and purge the GCM store when the profile i
    [all...]
test_profile_sync_service.cc 9 #include "chrome/browser/profiles/profile.h"
34 Profile* profile,
39 profile->GetDebugName(), profile, invalidator,
105 Profile* profile,
111 profile,
112 make_scoped_ptr(new ManagedUserSigninManagerWrapper(profile, signin)),
124 Profile* profile = static_cast<Profile*>(context) local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_factory.h 13 class Profile;
22 static SyncFileSystemService* GetForProfile(Profile* profile);
23 static SyncFileSystemService* FindForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/translate/
translate_accept_languages_factory.cc 9 #include "chrome/browser/profiles/profile.h"
64 Profile* profile = Profile::FromBrowserContext(browser_context); local
65 return new TranslateAcceptLanguagesService(profile->GetPrefs());
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_views.cc 24 void AppListServiceViews::Init(Profile* initial_profile) {
28 void AppListServiceViews::CreateForProfile(Profile* requested_profile) {
32 void AppListServiceViews::ShowForProfile(Profile* requested_profile) {
60 Profile* AppListServiceViews::GetCurrentAppListProfile() {
61 return shower_.profile();
app_list_service_views.h 34 virtual void Init(Profile* initial_profile) OVERRIDE;
35 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE;
36 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
40 virtual Profile* GetCurrentAppListProfile() OVERRIDE;
47 // Responsible for creating the app list and responding to profile changes.
app_list_syncable_service_factory.h 12 class Profile;
19 // Profiles. Listens for the Profile's destruction notification and cleans up
23 static AppListSyncableService* GetForProfile(Profile* profile);
38 content::BrowserContext* profile) const OVERRIDE;

Completed in 1182 milliseconds

<<21222324252627282930>>