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

<<31323334353637383940>>

  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_chromeos.h 15 BrowserFrameChromeos(BrowserView* browser_view, Profile* profile);
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.h 18 class Profile;
26 // The profile is the current user profile. The id is any string used
29 SystemNotification(Profile* profile,
35 SystemNotification(Profile* profile,
82 Profile* profile_;
  /external/chromium/chrome/browser/
content_setting_bubble_model.h 19 class Profile;
31 Profile* profile,
92 ContentSettingBubbleModel(TabContents* tab_contents, Profile* profile,
96 Profile* profile() const { return profile_; } function in class:ContentSettingBubbleModel
121 Profile* profile_;
mock_browsing_data_appcache_helper.h 15 explicit MockBrowsingDataAppCacheHelper(Profile* profile);
  /external/chromium/chrome/browser/extensions/
extension_content_settings_apitest.cc 7 #include "chrome/browser/profiles/profile.h"
16 PrefService* pref_service = browser()->profile()->GetPrefs();
34 PrefService* prefs = browser()->profile()->GetPrefs();
40 // Setting an incognito preference should not create an incognito profile.
41 EXPECT_FALSE(browser()->profile()->HasOffTheRecordProfile());
44 browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
68 PrefService* pref_service = browser()->profile()->GetPrefs();
84 PrefService* prefs = browser()->profile()->GetPrefs();
extension_data_deleter.cc 7 #include "chrome/browser/profiles/profile.h"
18 ExtensionDataDeleter::ExtensionDataDeleter(Profile* profile,
20 DCHECK(profile);
21 webkit_context_ = profile->GetWebKitContext();
22 database_tracker_ = profile->GetDatabaseTracker();
23 extension_request_context_ = profile->GetRequestContextForExtensions();
24 file_system_context_ = profile->GetFileSystemContext();
  /external/chromium/chrome/browser/metrics/
user_metrics.h 11 class Profile;
46 // TODO(semenzato): |profile| isn't actually used---should switch all calls
48 static void RecordAction(const UserMetricsAction& action, Profile* profile);
56 Profile* profile);
62 static void Record(const char *action, Profile *profile);
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_data_type_controller.h 18 Profile* profile,
  /external/chromium_org/apps/
launcher.cc 22 #include "chrome/browser/profiles/profile.h"
105 void LaunchPlatformAppWithNoData(Profile* profile, const Extension* extension) {
107 extensions::AppEventRouter::DispatchOnLaunchedEvent(profile, extension);
118 PlatformAppPathLauncher(Profile* profile,
121 : profile_(profile), extension_(extension), file_path_(file_path) {}
299 // The profile the app should be run in.
300 Profile* profile_;
313 void LaunchPlatformAppWithCommandLine(Profile* profile
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_appcache_helper.h 14 explicit MockBrowsingDataAppCacheHelper(Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.h 15 class Profile;
43 Profile* profile,
53 // FilePath. |render_view_host| and |profile| are needed to obtain the
60 Profile* profile,
84 Profile* profile,
  /external/chromium_org/chrome/browser/drive/
DEPS 17 "!chrome/browser/profiles/profile.h",
24 "!chrome/browser/profiles/profile.h",
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_api_unittest.cc 27 content::BrowserContext* profile) {
31 CreateApiResourceManagerForTest(static_cast<Profile*>(profile), id);
36 content::BrowserContext* profile) {
40 CreateApiResourceManagerForTest(static_cast<Profile*>(profile), id);
49 SetTestingFactoryAndUse(browser()->profile(),
53 SetTestingFactoryAndUse(browser()->profile(),
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry.cc 13 #include "chrome/browser/profiles/profile.h"
19 Profile* profile)
21 profile, ExtensionKeybindingRegistry::ALL_EXTENSIONS, NULL),
22 profile_(profile) {
46 ExtensionCommandsGlobalRegistry::Get(Profile* profile) {
48 ExtensionCommandsGlobalRegistry>::GetForProfile(profile);
startup_helper.h 12 class Profile;
39 // specified extension from |profile|. Returns false if the uninstall job
41 bool UninstallExtension(const CommandLine& cmd_line, Profile* profile);
46 bool InstallFromWebstore(const CommandLine& cmd_line, Profile* profile);
54 void LimitedInstallFromWebstore(const CommandLine& cmd_line, Profile* profile,
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.h 26 class Profile;
82 // Returns the media galleries preferences for the specified |profile|.
85 MediaGalleriesPreferences* GetPreferences(Profile* profile);
100 // Map a profile and extension to the ExtensionGalleriesHost.
101 typedef std::map<Profile*, ExtensionHostMap> ExtensionGalleriesHostMap;
109 void OnExtensionGalleriesHostEmpty(Profile* profile,
  /external/chromium_org/chrome/browser/plugins/
plugin_status_pref_setter.cc 13 #include "chrome/browser/profiles/profile.h"
31 Profile* profile,
34 profile->GetPrefs(), observer);
36 profile->GetPrefs(), observer);
37 profile_ = profile;
39 content::Source<Profile>(profile));
  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.h 13 class Profile;
19 // StartupPref specifies what should happen at startup for a specified profile.
20 // StartupPref is stored in the preferences for a particular profile.
55 // What should happen on startup for the specified profile.
56 static void SetStartupPref(Profile* profile, const SessionStartupPref& pref);
59 static SessionStartupPref GetStartupPref(Profile* profile);
  /external/chromium_org/chrome/browser/prerender/
prerender_field_trial.h 11 class Profile;
22 bool IsOmniboxEnabled(Profile* profile);
32 bool DisableLocalPredictorBasedOnSyncAndConfiguration(Profile* profile);
48 // Returns true if we should query the prerender service for the profile
50 bool ShouldQueryPrerenderService(Profile* profile);
prerender_manager_factory.cc 18 #include "chrome/browser/profiles/profile.h"
35 Profile* profile) {
40 GetInstance()->GetServiceForBrowserContext(profile, true));
64 Profile* profile = Profile::FromBrowserContext(browser_context); local
72 profile, g_browser_process->prerender_tracker());
  /external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data.h 18 class Profile;
52 Profile* profile, size_t* default_search_provider_index);
55 void ClearPrepopulatedEnginesInPrefs(Profile* profile);
59 // If |profile| is NULL, any search provider overrides from the preferences are
61 TemplateURL* GetPrepopulatedDefaultSearch(Profile* profile);
  /external/chromium_org/chrome/browser/services/gcm/
fake_gcm_profile_service.cc 10 #include "chrome/browser/profiles/profile.h"
18 Profile* profile = static_cast<Profile*>(context); local
20 return new FakeGCMProfileService(profile);
28 FakeGCMProfileService::FakeGCMProfileService(Profile* profile)
29 : GCMProfileService(profile),
  /external/chromium_org/chrome/browser/signin/
signin_global_error.h 14 class Profile;
36 explicit SigninGlobalError(Profile* profile);
68 // Returns the SigninGlobalError instance for the given profile.
69 static SigninGlobalError* GetForProfile(Profile* profile);
81 // The Profile this object belongs to.
82 Profile* profile_;
  /external/chromium_org/chrome/browser/speech/
tts_platform.cc 9 bool TtsPlatformImpl::LoadBuiltInTtsExtension(Profile* profile) {
  /external/chromium_org/chrome/browser/sync/test/integration/
search_engines_helper.h 13 class Profile;
21 // Used to access the search engines within a particular sync profile.
24 // Used to access the search engines within the verifier sync profile.
27 // Compared a single TemplateURLService for a given profile to the verifier.
36 TemplateURL* CreateTestTemplateURL(Profile* profile,
40 TemplateURL* CreateTestTemplateURL(Profile* profile,

Completed in 797 milliseconds

<<31323334353637383940>>