| /external/chromium_org/chrome/browser/chromeos/app_mode/ |
| app_launch_utils.h | 10 class Profile; 18 void LaunchAppOrDie(Profile *profile, const std::string& app_id);
|
| certificate_manager_dialog.h | 11 class Profile; 18 CertificateManagerDialog(Profile* profile,
|
| /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/ |
| bookmark_manager_private_apitest.cc | 15 #include "chrome/browser/profiles/profile.h" 31 Profile* profile = browser()->profile(); local 32 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile); 34 ChromeBookmarkClientFactory::GetForProfile(profile); 46 profile->GetPrefs()->Set(prefs::kManagedBookmarks, list); 54 Profile* profile = browser()->profile(); local [all...] |
| /external/chromium_org/chrome/browser/extensions/api/networking_private/ |
| networking_private_event_router.h | 11 class Profile; 21 static NetworkingPrivateEventRouter* Create(Profile* profile);
|
| /external/chromium_org/chrome/browser/extensions/api/tabs/ |
| windows_event_router.h | 19 class Profile; 29 // but will only route eventes within a profile to extension processes in the 30 // same profile. 37 explicit WindowsEventRouter(Profile* profile); 61 Profile* profile, 66 // The main profile that owns this event router. 67 Profile* profile_; 69 // The profile the currently focused window belongs to; either the main o [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| install_tracker_factory.h | 12 class Profile; 20 static InstallTracker* GetForProfile(Profile* profile);
|
| webstore_startup_installer.cc | 11 Profile* profile, 14 : WebstoreInstallWithPrompt(webstore_item_id, profile, callback),
|
| /external/chromium_org/chrome/browser/google/ |
| google_profile_helper.cc | 14 GURL GetGoogleHomePageURL(Profile* profile) { 16 GoogleURLTrackerFactory::GetForProfile(profile);
|
| /external/chromium_org/chrome/browser/invalidation/ |
| profile_invalidation_provider_factory_browsertest.cc | 11 #include "chrome/browser/profiles/profile.h" 26 bool CanConstructProfileInvalidationProvider(Profile* profile); 42 CanConstructProfileInvalidationProvider(Profile* profile) { 45 GetServiceForBrowserContext(profile, false)); 75 // Verify that no InvalidationService is instantiated for the login profile on 79 Profile* login_profile = 113 // Verify that no InvalidationService is instantiated for the login profile or 114 // the guest profile while a guest session is in progress [all...] |
| /external/chromium_org/chrome/browser/policy/cloud/ |
| user_policy_signin_service_factory.cc | 11 #include "chrome/browser/profiles/profile.h" 48 Profile* profile) { 50 GetInstance()->GetServiceForBrowserContext(profile, true)); 66 Profile* profile = static_cast<Profile*>(context); local 73 profile, 77 SigninManagerFactory::GetForProfile(profile), 79 ProfileOAuth2TokenServiceFactory::GetForProfile(profile)); [all...] |
| /external/chromium_org/chrome/browser/predictors/ |
| predictor_database.h | 11 class Profile; 25 explicit PredictorDatabase(Profile* profile);
|
| /external/chromium_org/chrome/browser/profiles/ |
| bookmark_model_loaded_observer.cc | 10 BookmarkModelLoadedObserver::BookmarkModelLoadedObserver(Profile* profile) 11 : profile_(profile) {
|
| /external/chromium_org/chrome/browser/resources/options/ |
| reset_profile_settings_banner.html | 1 <div id="reset-profile-settings-banner" class="settings-banner" hidden> 2 <div id="reset-profile-settings-banner-close" class="close-button"></div> 14 <button id="reset-profile-settings-banner-activate"
|
| /external/chromium_org/chrome/browser/sync/test/integration/performance/ |
| autofill_sync_perf_test.cc | 44 // Adds |num_profiles| new autofill profiles to the sync profile |profile|. 45 void AddProfiles(int profile, int num_profiles); 47 // Updates all autofill profiles for the sync profile |profile|. 48 void UpdateProfiles(int profile); 50 // Removes all autofill profiles from |profile|. 51 void RemoveProfiles(int profile); 53 // Adds |num_keys| new autofill keys to the sync profile |profile| 126 AutofillProfile profile; local [all...] |
| /external/chromium_org/chrome/browser/ui/app_list/ |
| profile_loader_unittest.cc | 8 #include "chrome/browser/profiles/profile.h" 28 void StartLoadingProfile(Profile* profile) { 30 profile->GetPath(), 35 void FinishLoadingProfile(Profile* profile) { 36 profile_store_->LoadProfile(profile); 39 void OnProfileLoaded(Profile* profile) { 40 last_callback_result_ = profile; [all...] |
| /external/chromium_org/chrome/browser/ui/app_list/search/webstore/ |
| webstore_installer.cc | 10 Profile* profile, 14 profile,
|
| webstore_installer.h | 10 class Profile; 20 Profile* profile,
|
| /external/chromium_org/chrome/browser/ui/ash/ |
| chrome_new_window_delegate_chromeos.cc | 29 Profile* const profile = ProfileManager::GetActiveUserProfile(); local 31 extensions::ExtensionSystem::Get(profile)->extension_service(); 34 profile)) { 42 OpenApplication(AppLaunchParams(profile, 49 Profile* profile = ProfileManager::GetActiveUserProfile(); local 51 profile); 55 profile, 71 Profile* profile = ProfileManager::GetActiveUserProfile() local [all...] |
| /external/chromium_org/chrome/browser/ui/ash/multi_user/ |
| multi_user_util.cc | 11 #include "chrome/browser/profiles/profile.h" 22 std::string GetUserIDFromProfile(Profile* profile) { 23 return GetUserIDFromEmail(profile->GetOriginalProfile()->GetProfileName()); 27 // |email| and profile name could be empty if not yet logged in or guest mode. 32 Profile* GetProfileFromUserID(const std::string& user_id) { 37 std::vector<Profile*> profiles = 40 std::vector<Profile*>::const_iterator profile_iterator = profiles.begin(); 48 Profile* GetProfileFromWindow(aura::Window* window) { 63 bool IsProfileFromActiveUser(Profile* profile) [all...] |
| /external/chromium_org/chrome/browser/ui/cocoa/ |
| encoding_menu_controller_delegate_mac.h | 11 class Profile; 18 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
|
| /external/chromium_org/chrome/browser/ui/search_engines/ |
| search_engine_tab_helper_delegate.h | 8 class Profile; 22 Profile* profile) = 0;
|
| /external/chromium_org/chrome/browser/ui/ |
| settings_window_manager.cc | 7 #include "chrome/browser/profiles/profile.h" 36 void SettingsWindowManager::ShowChromePageForProfile(Profile* profile, 39 Browser* browser = FindBrowserForProfile(profile); 41 DCHECK(browser->profile() == profile); 57 NavigateParams params(profile, gurl, content::PAGE_TRANSITION_AUTO_BOOKMARK); 64 settings_session_map_[profile] = params.browser->session_id().id(); 70 Browser* SettingsWindowManager::FindBrowserForProfile(Profile* profile) { [all...] |
| /external/chromium_org/chrome/browser/ui/tabs/ |
| pinned_tab_service_unittest.cc | 21 KeyedService* BuildPinnedTabService(content::BrowserContext* profile) { 22 return new PinnedTabService(static_cast<Profile*>(profile)); 25 PinnedTabService* BuildForProfile(Profile* profile) { 28 profile, BuildPinnedTabService)); 37 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable 38 pinned_tab_service_ = BuildForProfile(profile); 39 return profile; 55 Browser::CreateParams params(Browser::TYPE_POPUP, profile(), [all...] |
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| profile_settings_reset_browsertest.js | 6 * TestFixture for profile settings reset WebUI testing. 16 * Browse to the reset profile settings page. 21 // Test opening the profile settings reset has correct location.
|
| /external/chromium_org/chrome/browser/undo/ |
| bookmark_undo_service_factory.h | 12 class Profile; 16 static BookmarkUndoService* GetForProfile(Profile* profile);
|