HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 101 - 125 of 4127) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.cc 5 // Populates default autofill profile from user's own Android contact.
22 // Generates the autofill profile by accessing the Android
23 // ContactsContract.Profile API through PersonalAutofillPopulator via JNI.
24 // The generated profile corresponds to the user's "ME" contact in the
65 scoped_ptr<AutofillProfile> profile(
67 LoadName(profile.get());
68 LoadEmailAddress(profile.get());
69 LoadPhoneNumbers(profile.get());
71 // Android user's profile contact does not parse its address
76 // LoadAddress(profile.get())
    [all...]
  /external/chromium/chrome/browser/themes/
theme_service_factory.cc 9 #include "chrome/browser/profiles/profile.h"
19 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) {
21 GetInstance()->GetServiceForProfile(profile));
25 const Extension* ThemeServiceFactory::GetThemeForProfile(Profile* profile) {
26 std::string id = GetForProfile(profile)->GetThemeID();
30 return profile->GetExtensionService()->GetExtensionById(id, false);
46 Profile* profile) const
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.cc 12 #include "chrome/browser/profiles/profile.h"
20 BookmarkModel* BookmarkModelFactory::GetForProfile(Profile* profile) {
22 GetInstance()->GetServiceForBrowserContext(profile, true));
25 BookmarkModel* BookmarkModelFactory::GetForProfileIfExists(Profile* profile) {
27 GetInstance()->GetServiceForBrowserContext(profile, false));
45 Profile* profile = static_cast<Profile*>(context) local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_prefs_factory.cc 13 #include "chrome/browser/profiles/profile.h"
22 ExtensionPrefs* ExtensionPrefsFactory::GetForProfile(Profile* profile) {
24 GetInstance()->GetServiceForBrowserContext(profile, true));
48 Profile* profile = Profile::FromBrowserContext(context); local
50 profile->GetPrefs()->GetBoolean(prefs::kDisableExtensions) ||
53 profile->GetPrefs(),
54 profile->GetPath().AppendASCII(extensions::kInstallDirectoryName)
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_factory.cc 8 #include "chrome/browser/profiles/profile.h"
15 Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
26 void TemplateURLFetcherFactory::ShutdownForProfile(Profile* profile) {
28 factory->BrowserContextShutdown(profile);
29 factory->BrowserContextDestroyed(profile);
43 content::BrowserContext* profile) const {
44 return new TemplateURLFetcher(static_cast<Profile*>(profile))
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.cc 21 Profile* profile) : ProfileSyncService(NULL,
22 profile,
32 TestingProfile* profile = new TestingProfile(); local
33 profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername, "foo");
34 return profile;
39 content::BrowserContext* profile) {
40 return new ProfileSyncServiceMock(static_cast<Profile*>(profile));
sync_startup_tracker.cc 5 #include "chrome/browser/profiles/profile.h"
10 SyncStartupTracker::SyncStartupTracker(Profile* profile, Observer* observer)
11 : profile_(profile),
50 Profile* profile) {
52 if (!profile->IsSyncAccessible())
56 ProfileSyncServiceFactory::GetForProfile(profile);
59 if (!profile->IsSyncAccessible() || !service ||
  /external/e2fsprogs/e2fsck/
profile.h 2 * profile.h
48 * Used by the profile iterator in prof_get.c
62 (profile_t profile);
65 (profile_t profile, const char *def_string);
68 (profile_t profile, const char *name, const char *subname,
72 (profile_t profile, const char *name, const char *subname,
77 (profile_t profile, const char *name, const char *subname,
82 (profile_t profile, const char *name, const char *subname,
87 (profile_t profile, const char *const *names,
  /external/chromium/chrome/browser/profiles/
profile_manager.h 20 #include "chrome/browser/profiles/profile.h"
30 public Profile::Delegate {
34 // This method is called when profile is ready. If profile creation has been
35 // failed, method is called with |profile| equals to NULL.
36 virtual void OnProfileCreated(Profile* profile) = 0;
45 // Returns the default profile. This adds the profile to the
47 // the profile doesn't exist and we can't create it
127 scoped_ptr<Profile> profile; member in struct:ProfileManager::ProfileInfo
    [all...]
  /external/chromium_org/chrome/browser/history/
shortcuts_backend_factory.cc 9 #include "chrome/browser/profiles/profile.h"
17 Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true).get());
24 Profile* profile) {
26 GetInstance()->GetServiceForBrowserContext(profile, false).get());
37 content::BrowserContext* profile) {
39 new ShortcutsBackend(static_cast<Profile*>(profile), false))
    [all...]
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_factory.cc 14 #include "chrome/browser/profiles/profile.h"
29 Profile* profile) {
31 GetInstance()->GetServiceForBrowserContext(profile, true));
56 Profile* profile = static_cast<Profile*>(context); local
57 return new P2PInvalidationService(profile);
82 Profile* profile = static_cast<Profile*>(context) local
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_unittest.cc 22 content::BrowserContext* profile) {
23 return new PinnedTabService(static_cast<Profile*>(profile));
26 PinnedTabService* BuildForProfile(Profile* profile) {
29 profile, BuildPinnedTabService));
38 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable
39 pinned_tab_service_ = BuildForProfile(profile);
40 return profile;
56 Browser::CreateParams params(Browser::TYPE_POPUP, profile(),
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
signin_internals_ui.cc 8 #include "chrome/browser/profiles/profile.h"
36 Profile* profile = Profile::FromWebUI(web_ui); local
37 content::WebUIDataSource::Add(profile, CreateSignInInternalsHTMLSource());
38 if (profile) {
40 AboutSigninInternalsFactory::GetForProfile(profile);
47 Profile* profile = Profile::FromWebUI(web_ui()) local
61 Profile* profile = Profile::FromWebUI(web_ui()); local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
theme_util.cc 17 #include "chrome/browser/profiles/profile.h"
39 bool UseSystemTheme(Profile* profile) {
41 return GtkThemeService::GetFrom(profile)->UseGtkTheme();
88 Profile* profile) {
89 DCHECK(profile);
97 profile->GetExtensionService();
113 ThemeServiceFactory::GetThemeForProfile(profile);
119 bool previous_use_system_theme = UseSystemTheme(profile);
    [all...]
  /external/chromium/chrome/browser/tabs/
pinned_tab_service_unittest.cc 23 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable
24 pinned_tab_service_.reset(new PinnedTabService(profile));
25 return profile;
41 scoped_ptr<Browser> popup(new Browser(Browser::TYPE_POPUP, profile()));
50 PinnedTabCodec::ReadPinnedTabs(profile()));
60 PinnedTabCodec::ReadPinnedTabs(profile()));
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier_factory.cc 11 #include "chrome/browser/profiles/profile.h"
18 Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
30 content::BrowserContext* profile) {
31 return new AutocompleteClassifier(static_cast<Profile*>(profile));
59 content::BrowserContext* profile) const {
60 return BuildInstanceFor(static_cast<Profile*>(profile));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
media_player_event_router.cc 10 #include "chrome/browser/profiles/profile.h"
14 static void BroadcastEvent(Profile* profile, const std::string& event_name) {
15 if (profile && extensions::ExtensionSystem::Get(profile)->event_router()) {
19 extensions::ExtensionSystem::Get(profile)->event_router()->
24 MediaPlayerEventRouter::MediaPlayerEventRouter(Profile* profile)
25 : profile_(profile) {
  /external/chromium_org/chrome/browser/favicon/
favicon_service_factory.cc 17 Profile* profile, Profile::ServiceAccessType sat) {
18 if (!profile->IsOffTheRecord()) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
21 } else if (sat == Profile::EXPLICIT_ACCESS) {
22 // Profile must be OffTheRecord in this case.
25 profile->GetOriginalProfile(), true));
28 // Profile is OffTheRecord without access.
29 NOTREACHED() << "This profile is OffTheRecord"
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer.cc 10 #include "chrome/browser/profiles/profile.h"
25 void ProfileDestroyer::DestroyProfileWhenAppropriate(Profile* const profile) {
26 DCHECK(profile);
27 profile->MaybeSendDestroyedNotification();
33 if (profile->AsTestingProfile() == NULL) {
34 GetHostsForProfile(profile, &hosts);
35 if (!profile->IsOffTheRecord() && profile->HasOffTheRecordProfile())
36 GetHostsForProfile(profile->GetOffTheRecordProfile(), &hosts)
    [all...]
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_factory.cc 7 #include "chrome/browser/profiles/profile.h"
27 ProfileOAuth2TokenServiceFactory::GetForProfile(Profile* profile) {
29 GetInstance()->GetServiceForBrowserContext(profile, true));
34 Profile* profile) {
36 GetInstance()->GetServiceForBrowserContext(profile, true));
49 Profile* profile = static_cast<Profile*>(context) local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.cc 8 #include "chrome/browser/profiles/profile.h"
14 const extensions::Extension* GetExtensionForTab(Profile* profile,
16 ExtensionService* extension_service = profile->GetExtensionService();
22 const extensions::Extension* GetExtensionByID(Profile* profile,
24 ExtensionService* service = profile->GetExtensionService();
32 LauncherAppTabHelper::LauncherAppTabHelper(Profile* profile)
33 : profile_(profile) {
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_win.cc 10 #include "chrome/browser/profiles/profile.h"
19 void NewWindowMaybeMetro(Browser* source_browser, Profile* profile) {
29 Browser* browser = chrome::FindTabbedBrowser(profile, false,
33 chrome::OpenEmptyWindow(profile, host_desktop_type);
45 NewEmptyWindow(profile, host_desktop_type);
54 NewWindowMaybeMetro(browser, browser->profile()->GetOriginalProfile());
58 NewWindowMaybeMetro(browser, browser->profile()->GetOffTheRecordProfile());
  /external/chromium_org/chrome/test/base/
chrome_render_view_host_test_harness.cc 30 TestingProfile* ChromeRenderViewHostTestHarness::profile() { function in class:ChromeRenderViewHostTestHarness
40 Profile* profile = static_cast<Profile*>(context); local
43 signin->Initialize(profile, NULL);
46 FakeSigninManager* manager = new FakeSigninManager(profile);
47 manager->Initialize(profile, g_browser_process->local_state());
55 profile(), BuildSigninManagerFake);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_decoder.c 36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile)
39 switch (u_reduce_video_profile(profile)) {
49 enum pipe_video_profile profile,
64 profile,
71 switch (u_reduce_video_profile(profile)) {
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_decoder.c 36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile)
39 switch (u_reduce_video_profile(profile)) {
49 enum pipe_video_profile profile,
64 profile,
71 switch (u_reduce_video_profile(profile)) {
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,

Completed in 361 milliseconds

1 2 3 45 6 7 8 91011>>