Searched
full:profile (Results
426 -
450 of
7858) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/extensions/api/autotest_private/ |
autotest_private_api_factory.h | 11 class Profile; 18 static AutotestPrivateAPI* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_api_factory.h | 11 class Profile; 19 static BluetoothAPI* GetForProfile(Profile* profile); 31 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
developer_private_api_factory.h | 11 class Profile; 21 static DeveloperPrivateAPI* GetForProfile(Profile* profile); 33 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/discovery/ |
suggested_links_registry_factory.h | 11 class Profile; 20 static SuggestedLinksRegistry* GetForProfile(Profile* profile); 35 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_manager_factory.h | 11 class Profile; 18 static IdleManager* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
preference_helpers.cc | 15 #include "chrome/browser/profiles/profile.h" 53 Profile* profile, 57 PrefService* prefs = incognito ? profile->GetOffTheRecordPrefs() 58 : profile->GetPrefs(); 68 if (PreferenceAPI::Get(profile)->DoesExtensionControlPref( 75 if (PreferenceAPI::Get(profile)->CanExtensionControlPref(extension_id, 85 Profile* profile, 92 ExtensionSystem::Get(profile)->event_router() [all...] |
/external/chromium_org/chrome/browser/extensions/api/signedin_devices/ |
signedin_devices_api.h | 21 class Profile; 28 // |profile|. This function needs the |extension_id| because the 32 Profile* profile);
|
/external/chromium_org/chrome/browser/extensions/api/system_info/ |
system_info_api.h | 13 // A Profile-scoped object which is registered as an observer of EventRouter 21 explicit SystemInfoAPI(Profile* profile); 40 Profile* profile_;
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
tab_capture_registry_factory.h | 11 class Profile; 19 static TabCaptureRegistry* GetForProfile(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
windows_event_router.cc | 15 #include "chrome/browser/profiles/profile.h" 27 WindowsEventRouter::WindowsEventRouter(Profile* profile) 28 : profile_(profile), 31 DCHECK(!profile->IsOffTheRecord()); 57 if (!profile_->IsSameProfile(window_controller->profile())) 64 DispatchEvent(event_names::kOnWindowCreated, window_controller->profile(), 70 if (!profile_->IsSameProfile(window_controller->profile())) 76 DispatchEvent(event_names::kOnWindowRemoved, window_controller->profile(), 107 static void WillDispatchWindowFocusedEvent(Profile* new_active_profile [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_installer.cc | 10 #include "chrome/browser/profiles/profile.h" 15 ExtensionInstaller::ExtensionInstaller(Profile* profile) 17 profile_(profile),
|
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)) {
|
/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_galleries/ |
media_galleries_preferences_factory.h | 12 class Profile; 25 static chrome::MediaGalleriesPreferences* GetForProfile(Profile* profile); 37 content::BrowserContext* profile) const OVERRIDE;
|
/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/profiles/ |
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
|
profiles_state.h | 16 // Checks if new profile management is enabled. 19 // Returns the path to the default profile directory, based on the given 23 // Returns the path to the preferences file given the user profile directory. 26 // Register multi-profile related preferences in Local State.
|
/external/chromium_org/chrome/browser/signin/ |
token_service_factory.cc | 21 TokenService* TokenServiceFactory::GetForProfile(Profile* profile) { 23 GetInstance()->GetServiceForBrowserContext(profile, true)); 32 content::BrowserContext* profile) const {
|
/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 | 13 class Profile; 18 explicit ChromeSigninDelegate(Profile* profile); 41 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_;
|
Completed in 1329 milliseconds
<<11121314151617181920>>