/external/chromium_org/chrome/browser/automation/ |
chrome_frame_automation_provider_win.h | 17 class Profile; 23 explicit ChromeFrameAutomationProvider(Profile* profile);
|
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_login_detector.h | 11 class Profile; 25 explicit CaptivePortalLoginDetector(Profile* profile); 36 Profile* profile_;
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
magnification_manager.h | 10 class Profile; 54 virtual void SetProfileForTest(Profile* profile) = 0;
|
/external/chromium_org/chrome/browser/chromeos/ |
enrollment_dialog_view.h | 14 class Profile; 37 Profile* profile);
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
file_tasks.cc | 19 #include "chrome/browser/profiles/profile.h" 50 Profile* profile, 56 profile, file_browser_id)->external_backend(); 76 void UpdateDefaultTask(Profile* profile, 80 if (!profile || !profile->GetPrefs()) 84 DictionaryPrefUpdate mime_type_pref(profile->GetPrefs(), 94 DictionaryPrefUpdate mime_type_pref(profile->GetPrefs() [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
recommendation_restorer_factory.h | 13 class Profile; 23 static RecommendationRestorer* GetForProfile(Profile* 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/download/ |
download_service_factory.h | 15 // Profiles. Listens for the Profile's destruction notification and cleans up 28 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/input/ |
input.h | 12 class Profile; 44 explicit InputAPI(Profile* profile);
|
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_apitest.cc | 8 #include "chrome/browser/profiles/profile.h" 79 PrefService* pref_service = browser()->profile()->GetPrefs(); 90 PrefService* pref_service = browser()->profile()->GetPrefs(); 101 PrefService* pref_service = browser()->profile()->GetPrefs(); 115 PrefService* pref_service = browser()->profile()->GetPrefs(); 129 PrefService* pref_service = browser()->profile()->GetPrefs(); 140 PrefService* pref_service = browser()->profile()->GetPrefs(); 154 PrefService* pref_service = browser()->profile()->GetPrefs(); 165 PrefService* pref_service = browser()->profile()->GetPrefs(); 176 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs() [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/ |
event_router_forwarder.h | 13 #include "chrome/browser/profiles/profile.h" 23 // - the class can handle if a profile is deleted between the time of sending 25 // - this class can be used in contexts that are not governed by a profile, e.g. 34 // DispatchEventToRenderers(event_name, event_args, profile, event_url) 43 // profile, event_url) 53 // use_profile_to_restrict_events ? profile : NULL, event_url) 54 // on |profile|'s EventRouter. May be called on any thread. 57 void* profile, 63 // use_profile_to_restrict_events ? profile : NULL, event_url) 64 // on |profile|'s EventRouter. May be called on any thread [all...] |
extension_warning_badge_service.h | 15 class Profile; 24 explicit ExtensionWarningBadgeService(Profile* profile); 42 Profile* profile_;
|
gpu_browsertest.cc | 26 extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
|
suggest_permission_util.cc | 49 Profile* profile) { 51 extensions::ExtensionSystem::Get(profile)->process_manager(); 79 Profile* profile) { 84 SuggestAPIPermissionInDevToolsConsole(permission, extension, profile);
|
/external/chromium_org/chrome/browser/history/ |
web_history_service_factory.h | 9 #include "chrome/browser/profiles/profile.h" 16 // Used for creating and fetching a per-profile instance of the 23 // Get the WebHistoryService for |profile|, creating one if needed. 24 static history::WebHistoryService* GetForProfile(Profile* profile);
|
/external/chromium_org/chrome/browser/notifications/ |
balloon_notification_ui_manager.h | 20 class Profile; 41 Profile* profile, 44 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE; 49 Profile* profile) OVERRIDE; 51 Profile* profile) OVERRIDE;
|
notification_ui_manager_mac.h | 23 class Profile; 36 Profile* profile) OVERRIDE; 38 Profile* profile, const GURL& source_origin) OVERRIDE; 41 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE; 54 ControllerNotification(Profile* a_profile, 59 Profile* profile; member in struct:NotificationUIManagerMac::ControllerNotification [all...] |
/external/chromium_org/chrome/browser/policy/ |
profile_policy_connector_stub.cc | 11 ProfilePolicyConnector::ProfilePolicyConnector(Profile* profile) {}
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor_factory.h | 12 class Profile; 21 static ResourcePrefetchPredictor* GetForProfile(Profile* profile);
|
/external/chromium_org/chrome/browser/prefs/ |
incognito_mode_prefs.cc | 10 #include "chrome/browser/profiles/profile.h" 76 bool IncognitoModePrefs::CanOpenBrowser(Profile* profile) { 77 switch (GetAvailability(profile->GetPrefs())) { 81 return !profile->IsOffTheRecord(); 83 return profile->IsOffTheRecord();
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_field_trial.h | 11 class Profile; 22 bool IsOmniboxEnabled(Profile* profile);
|
prerender_manager_factory.cc | 18 #include "chrome/browser/profiles/profile.h" 30 Profile* profile) { 35 GetInstance()->GetServiceForBrowserContext(profile, true)); 57 content::BrowserContext* profile) const { 65 static_cast<Profile*>(profile), g_browser_process->prerender_tracker());
|
/external/chromium_org/chrome/browser/profiles/ |
bookmark_model_loaded_observer.h | 12 class Profile; 16 explicit BookmarkModelLoadedObserver(Profile* profile); 23 Profile* profile_;
|
profile_window.h | 11 class Profile; 16 // Activates a window for |profile| on the desktop specified by 21 // creation of a window from the multi-profile dropdown menu. 23 Profile* profile, 29 // Opens a Browser with the specified profile given by |path|. 31 // even if a window for that profile already exists.
|