/external/chromium_org/chrome/browser/ui/ |
auto_login_prompter.cc | 13 #include "chrome/browser/profiles/profile.h" 32 bool FetchUsernameThroughSigninManager(Profile* profile, std::string* output) { 35 ProfileOAuth2TokenServiceFactory::GetForProfile(profile); 40 SigninManagerFactory::GetInstance()->GetForProfile(profile); 100 Profile* profile = 101 Profile::FromBrowserContext(web_contents->GetBrowserContext()); 103 if (!profile->GetPrefs()->GetBoolean(prefs::kAutologinEnabled)) 109 if (!FetchUsernameThroughSigninManager(profile, ¶ms.username) [all...] |
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator.h | 15 #include "chrome/browser/profiles/profile.h" 26 // initialize the profile. 29 typedef std::vector<Profile*> Profiles; 42 Profile* last_used_profile, 54 // |startup_profile_dir| is the directory that contains the profile that the 63 Profile* profile, 66 // Returns true if we're launching a profile synchronously. In that case, the 70 // Launches a browser window associated with |profile|. |command_line| should 74 // |is_first_run| indicates that this is a new profile [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_non_client_frame_view.cc | 9 #include "chrome/browser/profiles/profile.h" 54 Profile* profile = browser_view_->browser()->profile(); local 55 if (profile->IsManaged() && !avatar_label_) { 86 Profile* profile = browser_view_->browser()->profile(); local 87 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
|
/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/chrome/browser/autofill/ |
autofill_profile.cc | 191 AutofillProfile::AutofillProfile(const AutofillProfile& profile) 193 operator=(profile); 199 AutofillProfile& AutofillProfile::operator=(const AutofillProfile& profile) { 200 if (this == &profile) 203 label_ = profile.label_; 204 guid_ = profile.guid_; 206 name_ = profile.name_; 207 email_ = profile.email_; 208 company_ = profile.company_; 209 home_number_ = profile.home_number_ 547 const AutofillProfile* profile = profiles[*it]; local 568 const AutofillProfile* profile = profiles[*it]; local [all...] |
autofill_profile.h | 27 // A collection of FormGroups stored in a profile. AutofillProfile also 29 // form information from the profile, and the profile will delegate the request 41 AutofillProfile(const AutofillProfile& profile); 44 AutofillProfile& operator=(const AutofillProfile& profile); 62 // The user-visible label of the profile, generated in relation to other 63 // profiles. Shows at least 2 fields that differentiate profile from other 75 // Adjusts the labels according to profile data. 83 // Profile labels are changed accordingly to these rules. 86 // profiles. For non permanent situations (selection of profile, when use [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_unittest.cc | 15 explicit MockChromeFrameAutomationProvider(Profile* profile) 16 : ChromeFrameAutomationProvider(profile) {}
|
/external/chromium/chrome/browser/extensions/ |
extension_processes_api.h | 24 void ObserveProfile(Profile* profile); 44 void DispatchEvent(Profile* profile, 52 typedef std::set<Profile*> ProfileSet;
|
extension_uninstall_dialog.h | 15 class Profile; 31 explicit ExtensionUninstallDialog(Profile* profile); 43 static void Show(Profile* profile, 57 Profile* profile_;
|
/external/chromium/chrome/browser/prefs/ |
session_startup_pref.h | 14 class Profile; 16 // StartupPref specifies what should happen at startup for a specified profile. 17 // StartupPref is stored in the preferences for a particular profile. 33 // What should happen on startup for the specified profile. 34 static void SetStartupPref(Profile* profile, const SessionStartupPref& pref); 37 static SessionStartupPref GetStartupPref(Profile* profile);
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher.h | 14 class Profile; 30 // Creates a TemplateURLFetcher with the specified Profile. 31 explicit TemplateURLFetcher(Profile* profile); 53 Profile* profile() const { return profile_; } function in class:TemplateURLFetcher 58 Profile* profile_;
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_data_type_controller.cc | 14 Profile* profile, 17 profile,
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_all_tabs_controller.h | 29 profile:(Profile*)profile
|
bookmark_editor_controller.h | 25 profile:(Profile*)profile
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_action_context_menu.h | 19 class Profile; 37 // The browser profile of the window that contains this extension. Weak. 38 Profile* profile_; 46 // The observer used to reset |observer_| when the profile is destroyed. 55 // Initializes and returns a context menu for the given extension and profile. 57 profile:(Profile*)profile 63 // Notifies the ExtensionActionContextMenu that the profile is is being
|
/external/chromium/chrome/browser/ui/views/ |
dialog_stubs_gtk.cc | 35 Profile* profile) { 36 new EditSearchEngineDialog(GTK_WINDOW(parent), template_url, NULL, profile); local
|
dom_view.h | 17 class Profile; 31 bool Init(Profile* profile, SiteInstance* instance); 53 virtual TabContents* CreateTabContents(Profile* profile,
|
/external/chromium_org/apps/ |
app_restore_service.cc | 46 AppRestoreService::AppRestoreService(Profile* profile) 47 : profile_(profile) { 81 AppRestoreService* AppRestoreService::Get(Profile* profile) { 82 return apps::AppRestoreServiceFactory::GetForProfile(profile); 85 void AppRestoreService::OnAppStart(Profile* profile, 90 void AppRestoreService::OnAppActivated(Profile* profile, [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_model_factory.h | 14 class Profile; 20 static BookmarkModel* GetForProfile(Profile* profile); 22 static BookmarkModel* GetForProfileIfExists(Profile* profile);
|
/external/chromium_org/chrome/browser/chromeos/contacts/ |
contact_store.h | 13 class Profile; 51 // Does |profile| support this type of ContactStore? 52 virtual bool CanCreateContactStoreForProfile(Profile* profile) = 0; 54 // Creates and returns a new, uninitialized ContactStore for |profile|. 58 // stuff contained in a Profile. 59 virtual ContactStore* CreateContactStore(Profile* profile) = 0;
|
/external/chromium_org/chrome/browser/download/ |
download_service_factory.cc | 35 content::BrowserContext* profile) const { 37 new DownloadService(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/extensions/api/feedback_private/ |
blob_reader.cc | 7 #include "chrome/browser/profiles/profile.h" 13 BlobReader::BlobReader(Profile* profile, 20 fetcher_->SetRequestContext(profile->GetRequestContext());
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
identity_signin_flow.cc | 15 IdentitySigninFlow::IdentitySigninFlow(Delegate* delegate, Profile* profile) 17 profile_(profile) {
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
chrome_direct_setting_api.h | 12 class Profile; 20 explicit ChromeDirectSettingAPI(Profile* profile); 36 // Convenience method to get the ChromeDirectSettingAPI for a profile. 37 static ChromeDirectSettingAPI* Get(Profile* profile); 51 Profile* profile_;
|
preference_helpers.h | 13 class Profile; 28 Profile* profile, 39 Profile* profile,
|