/external/chromium_org/chrome/browser/chromeos/login/ |
fake_login_utils.h | 23 virtual void DoBrowserLaunch(Profile* profile, 35 virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE; 36 virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE; 45 Profile* CreateProfile(const std::string& username_hash);
|
test_login_utils.h | 16 class Profile; 28 virtual void DoBrowserLaunch(Profile* profile, 45 virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE {} 47 virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_network_configuration_updater_factory.h | 15 class Profile; 26 // |profile|. Will return NULL if this service isn't allowed for |profile|, 27 // i.e. for all but the primary user's profile. 28 static UserNetworkConfigurationUpdater* GetForProfile(Profile* profile);
|
/external/chromium_org/chrome/browser/custom_handlers/ |
protocol_handler_registry_factory.h | 12 class Profile; 17 // Profiles. Listens for the Profile's destruction notification and cleans up 26 // |profile|. Ownership stays with this factory object. 27 static ProtocolHandlerRegistry* GetForProfile(Profile* profile); 44 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/ |
bookmark_manager_private_apitest.cc | 14 #include "chrome/browser/profiles/profile.h" 31 Profile* profile = browser()->profile(); local 35 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile); 42 PrefService* prefs = user_prefs::UserPrefs::Get(profile);
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_event_dispatcher.h | 18 // Per-profile dispatcher for events on serial connections. 21 explicit SerialEventDispatcher(Profile* profile); 27 static SerialEventDispatcher* Get(Profile* profile); 68 Profile* const profile_;
|
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/ |
signed_in_devices_manager_unittest.cc | 21 content::BrowserContext* profile) { 28 scoped_ptr<TestingProfile> profile(new TestingProfile()); 29 profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername, "foo"); 31 profile.get(), CreateProfileSyncServiceMock); 32 SignedInDevicesManager manager(profile.get()); 36 profile.get());
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_windows_api.h | 19 explicit TabsWindowsAPI(Profile* profile); 22 // Convenience method to get the TabsWindowsAPI for a profile. 23 static TabsWindowsAPI* Get(Profile* profile); 41 Profile* profile_;
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor_factory.cc | 11 #include "chrome/browser/profiles/profile.h" 42 Profile* profile = Profile::FromBrowserContext(context); local 45 if (!IsSpeculativeResourcePrefetchingEnabled(profile, &config)) 48 return new ResourcePrefetchPredictor(config, profile);
|
/external/chromium_org/chrome/browser/prerender/ |
external_prerender_handler_android.h | 14 class Profile; 29 // the given profile. This is restricted to a single prerender at a time. 32 jobject profile, 42 // Whether the PrerenderManager associated with the given profile has any 44 static bool HasPrerenderedUrl(Profile* profile,
|
/external/chromium_org/chrome/browser/profiles/ |
gaia_info_update_service_unittest.cc | 44 explicit GAIAInfoUpdateServiceMock(Profile* profile) 45 : GAIAInfoUpdateService(profile) { 59 Profile* profile() { function in class:__anon5470::GAIAInfoUpdateServiceTest 66 Profile* profile_; 72 GAIAInfoUpdateService service(profile()); 90 // On success both the profile info and GAIA info should be updated. 91 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath()); 103 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath()) [all...] |
profile.cc | 5 #include "chrome/browser/profiles/profile.h" 30 Profile::Profile() 36 Profile::~Profile() { 40 Profile* Profile::FromBrowserContext(content::BrowserContext* browser_context) { 42 return static_cast<Profile*>(browser_context); 46 Profile* Profile::FromWebUI(content::WebUI* web_ui) [all...] |
/external/chromium_org/chrome/browser/sessions/ |
persistent_tab_restore_service_browsertest.cc | 12 #include "chrome/browser/profiles/profile.h" 26 Profile* profile = browser()->profile(); local 27 TabRestoreService* trs = TabRestoreServiceFactory::GetForProfile(profile); 30 Browser* app_browser = CreateBrowserForApp(app_name, profile);
|
/external/chromium_org/chrome/browser/signin/ |
signin_account_id_helper.h | 15 class Profile; 19 // opens a connected Chrome profile without an obfuscated account ID, and stores 20 // the ID in the profile preference. 25 explicit SigninAccountIdHelper(Profile* profile); 50 Profile* profile_;
|
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_extension_api.h | 14 class Profile; 65 explicit TtsAPI(Profile* profile); 68 // Convenience method to get the TtsAPI for a profile. 69 static TtsAPI* Get(Profile* profile);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
overflow_button.cc | 10 #include "chrome/browser/profiles/profile.h" 17 OverflowButton::OverflowButton(Profile* profile) : profile_(profile) { 18 widget_.Own(GtkThemeService::GetFrom(profile)->BuildChromeButton()); 21 GtkThemeService* theme_service = GtkThemeService::GetFrom(profile);
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_ntp.cc | 8 #include "chrome/browser/profiles/profile.h" 17 Profile* profile) 18 : InstantPage(ntp_prerenderer, instant_url, profile, 19 profile->IsOffTheRecord()), 32 loader_.Init(instantNTP_url, profile(), on_stale_callback);
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_win.cc | 18 GURL GetURLToOpen(Profile* profile) { 26 GetDefaultSearchURLForSearchTerms(profile, params) : GURL(); 33 Profile* profile, 47 profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
|
/external/chromium_org/chrome/browser/ui/sync/ |
inline_login_dialog.h | 15 class Profile; 22 static void Show(Profile* profile); 25 explicit InlineLoginDialog(Profile* profile); 42 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/webui/ |
app_launcher_page_ui.h | 12 class Profile; 30 explicit HTMLSource(Profile* profile); 46 // Pointer back to the original profile. 47 Profile* profile_; 52 Profile* GetProfile() const;
|
theme_source.h | 15 class Profile; 23 explicit ThemeSource(Profile* profile); 47 // The original profile (never an OTR profile). 48 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/webui/omnibox/ |
omnibox_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 24 Profile* profile = Profile::FromWebUI(web_ui); local 25 content::WebUIDataSource::Add(profile, html_source); 28 web_ui->AddMessageHandler(new OmniboxUIHandler(profile));
|
/external/chromium/chrome/browser/ |
accessibility_events.h | 14 class Profile; 18 // listeners. Will not send if the profile's pause level is nonzero 19 // (using profile->PauseAccessibilityEvents). 37 Profile* profile() const { return profile_; } function in class:AccessibilityControlInfo 42 AccessibilityControlInfo(Profile* profile, const std::string& control_name); 44 // The profile this control belongs to. 45 Profile* profile_; 55 AccessibilityWindowInfo(Profile* profile, const std::string& window_name) [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2TransactionTest.java | 29 import android.provider.ContactsContract.Profile; 38 * the profile db and the contacts db. 70 // profile db. 75 // Insert a profile raw contact. 77 mResolver.insert(Profile.CONTENT_RAW_CONTACTS_URI, values); 79 // Even though we only touched the profile DB, we also start and finish a transaction 92 // Make sure to create a raw contact and a profile raw contact. 94 mResolver.insert(Profile.CONTENT_RAW_CONTACTS_URI, values); 104 // profile db. 109 // Update all profile raw contacts [all...] |
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_events.h | 15 class Profile; 22 // event and AccessibilityEventInfo details. Will not send if the profile's 23 // pause level is nonzero (using profile->PauseAccessibilityEvents). 46 Profile* profile() const { return profile_; } function in class:AccessibilityEventInfo 49 explicit AccessibilityEventInfo(Profile* profile) : profile_(profile) {} 51 // The profile this control belongs to. 52 Profile* profile_ [all...] |