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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_ui.cc 7 #include "chrome/browser/profiles/profile.h"
41 Profile* profile = Profile::FromWebUI(web_ui); local
43 new syncfs_internals::ExtensionStatusesHandler(profile));
45 new syncfs_internals::FileMetadataHandler(profile));
47 new syncfs_internals::SyncFileSystemInternalsHandler(profile));
48 content::WebUIDataSource::Add(profile,
  /external/chromium_org/chrome/browser/
user_style_sheet_watcher_factory.cc 8 #include "chrome/browser/profiles/profile.h"
15 Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true).get());
37 Profile* profile = static_cast<Profile*>(context); local
39 new UserStyleSheetWatcher(profile, profile->GetPath()));
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_stub.cc 12 #include "chrome/browser/profiles/profile.h"
19 ContactManagerStub::ContactManagerStub(Profile* profile)
20 : profile_(profile),
42 Profile* profile) {
45 CHECK_EQ(profile, profile_);
51 Profile* profile) {
54 CHECK_EQ(profile, profile_)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/app_runtime/
app_runtime_api.cc 16 #include "chrome/browser/profiles/profile.h"
30 Profile* profile) {
32 extensions::ExtensionSystem::Get(profile);
34 event->restrict_to_profile = profile;
43 Profile* profile, const Extension* extension) {
45 DispatchOnLaunchedEventImpl(extension->id(), arguments.Pass(), profile);
49 void AppEventRouter::DispatchOnRestartedEvent(Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
passwords_sync_perf_test.cc 26 // Adds |num_logins| new unique passwords to |profile|.
27 void AddLogins(int profile, int num_logins);
29 // Updates the password for all logins for |profile|.
30 void UpdateLogins(int profile);
32 // Removes all logins for |profile|.
33 void RemoveLogins(int profile);
46 void PasswordsSyncPerfTest::AddLogins(int profile, int num_logins) {
48 AddLogin(GetPasswordStore(profile), NextLogin());
52 void PasswordsSyncPerfTest::UpdateLogins(int profile) {
54 GetLogins(GetPasswordStore(profile), logins)
    [all...]
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/android/tab_model/
tab_model.cc 10 #include "chrome/browser/profiles/profile.h"
18 TabModel::TabModel(Profile* profile)
19 : profile_(profile),
24 if (profile) {
25 // A normal Profile creates an OTR profile if it does not exist when
27 // HasOffTheRecordProfile(). An OTR profile returns itself when you call
29 is_off_the_record_ = (profile->HasOffTheRecordProfile() &&
30 profile == profile->GetOffTheRecordProfile())
128 Profile* profile = content::Source<Profile>(source).ptr(); local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 103 // Simple task to log the size of the current profile.
110 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalSize", size_MB);
114 UMA_HISTOGRAM_COUNTS_10000("Profile.HistorySize", size_MB);
118 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalHistorySize", size_MB);
122 UMA_HISTOGRAM_COUNTS_10000("Profile.CookiesSize", size_MB);
126 UMA_HISTOGRAM_COUNTS_10000("Profile.BookmarksSize", size_MB);
130 UMA_HISTOGRAM_COUNTS_10000("Profile.FaviconsSize", size_MB);
134 UMA_HISTOGRAM_COUNTS_10000("Profile.TopSitesSize", size_MB);
138 UMA_HISTOGRAM_COUNTS_10000("Profile.VisitedLinksSize", size_MB);
142 UMA_HISTOGRAM_COUNTS_10000("Profile.WebDataSize", size_MB)
240 Profile* profile = GetDefaultProfile(); local
256 Profile* profile = GetLastUsedProfile(); local
383 std::string profile; local
411 Profile* profile = GetProfile(default_profile_dir); local
460 Profile* profile = GetProfileByPath(profile_dir); local
627 Profile* profile = browser->profile(); local
643 Profile* profile = browser->profile(); local
1084 Profile* profile = GetProfileByPath(profile_dir); local
    [all...]
profile_browsertest.cc 5 #include "chrome/browser/profiles/profile.h"
25 class MockProfileDelegate : public Profile::Delegate {
27 MOCK_METHOD3(OnProfileCreated, void(Profile*, bool, bool));
41 void CheckChromeVersion(Profile *profile, bool is_new) {
50 ChromeVersionService::GetVersion(profile->GetPrefs());
60 // creating a new profile synchronously.
71 scoped_ptr<Profile> profile(Profile::CreateProfile
    [all...]
profile_android.cc 8 #include "chrome/browser/profiles/profile.h"
18 ProfileAndroid* ProfileAndroid::FromProfile(Profile* profile) {
19 if (!profile)
23 profile->GetUserData(kProfileAndroidKey));
25 profile_android = new ProfileAndroid(profile);
26 profile->SetUserData(kProfileAndroidKey, profile_android);
32 Profile* ProfileAndroid::FromProfileAndroid(jobject obj) {
48 ProfileAndroid::ProfileAndroid(Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.cc 11 #include "chrome/browser/profiles/profile.h"
19 Profile *profile = info->profile(); local
20 if (profile->ShouldSendAccessibilityEvents()) {
23 content::Source<Profile>(profile),
29 Profile* profile, const std::string& name)
30 : AccessibilityEventInfo(profile),
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_promo.cc 16 #include "chrome/browser/profiles/profile.h"
81 bool HasShownPromoAtStartup(Profile* profile) {
82 return profile->GetPrefs()->HasPrefPath(prefs::kSignInPromoStartupCount);
86 bool HasUserSkippedPromo(Profile* profile) {
87 return profile->GetPrefs()->GetBoolean(prefs::kSignInPromoUserSkipped);
94 bool ShouldShowPromo(Profile* profile) {
106 if (profile->IsManaged()
    [all...]
signin_ui_util.cc 9 #include "chrome/browser/profiles/profile.h"
30 GlobalError* GetSignedInServiceError(Profile* profile) {
31 std::vector<GlobalError*> errors = GetSignedInServiceErrors(profile);
37 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile) {
42 SigninGlobalError* signin_error = SigninGlobalError::GetForProfile(profile);
49 if (profile->IsSyncAccessible()) {
51 ProfileSyncServiceFactory::GetForProfile(profile);
60 string16 GetSigninMenuLabel(Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_finder.cc 7 #include "chrome/browser/profiles/profile.h"
30 // . If it contains kMatchOriginalProfile then the original profile of the
31 // browser must match |profile->GetOriginalProfile()|. This is used to match
37 Profile* profile,
46 if (browser->profile()->GetOriginalProfile() !=
47 profile->GetOriginalProfile())
49 } else if (browser->profile() != profile) {
65 Profile* profile
    [all...]
  /external/chromium/chrome/browser/
accessibility_events.cc 10 #include "chrome/browser/profiles/profile.h"
18 Profile *profile = info->profile(); local
19 if (profile->ShouldSendAccessibilityEvents()) {
22 Source<Profile>(profile),
28 Profile* profile, const std::string& control_name)
29 : profile_(profile), name_(control_name)
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.h 21 class Profile;
93 void WriteToClipboard(Profile* profile) const;
109 // |profile| is used to identify which profile the data came from. Use a
110 // value of null to indicate the data is not associated with any profile.
111 void Write(Profile* profile, ui::OSExchangeData* data) const;
118 void WriteToPickle(Profile* profile, Pickle* pickle) const
    [all...]
  /external/chromium/chrome/browser/chromeos/
choose_mobile_network_dialog.cc 24 HtmlDialogWithoutContextMenuView(Profile* profile,
26 : HtmlDialogView(profile, delegate) {}
41 Profile* profile; local
45 profile = browser->profile();
47 profile = ProfileManager::GetDefaultProfile();
50 profile, new ChooseMobileNetworkDialog);
  /external/chromium/chrome/browser/tab_contents/
background_contents.cc 9 #include "chrome/browser/profiles/profile.h"
30 Profile* profile = site_instance->browsing_instance()->profile(); local
39 // Register for our parent profile to shutdown, so we can shut ourselves down
43 Source<Profile>(profile));
55 Profile* profile = render_view_host_->process()->profile();
99 Profile* profile = render_view_host->process()->profile(); local
162 Profile* profile = render_view_host_->process()->profile(); local
167 Profile* profile = render_view_host_->process()->profile(); local
172 Profile* profile = render_view_host->process()->profile(); local
183 Profile* profile = rvh->process()->profile(); local
206 Profile* profile = render_view_host_->process()->profile(); local
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autocheckout_whitelist_manager_factory.cc 10 #include "chrome/browser/profiles/profile.h"
20 explicit WhitelistManagerServiceImpl(Profile* profile);
32 ::WhitelistManagerServiceImpl(Profile* profile) {
34 whitelist_manager_->Init(profile->GetRequestContext());
51 WhitelistManagerFactory::GetForProfile(Profile* profile) {
54 GetInstance()->GetServiceForBrowserContext(profile, true));
76 content::BrowserContext* profile) const
    [all...]
personal_data_manager_factory.cc 11 #include "chrome/browser/profiles/profile.h"
21 explicit PersonalDataManagerServiceImpl(Profile* profile);
33 Profile* profile) {
36 personal_data_manager_->Init(profile);
53 Profile* profile) {
56 GetInstance()->GetServiceForBrowserContext(profile, true));
81 content::BrowserContext* profile) const
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_factory.cc 8 #include "chrome/browser/profiles/profile.h"
22 explicit Service(Profile* profile) {
24 context_ = new ChromeGeolocationPermissionContextAndroid(profile);
26 context_ = new ChromeGeolocationPermissionContext(profile);
48 ChromeGeolocationPermissionContextFactory::GetForProfile(Profile* profile) {
50 GetInstance()->GetServiceForBrowserContext(profile, true))->context();
72 content::BrowserContext* profile) const {
73 return new Service(static_cast<Profile*>(profile))
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service_browsertest.cc 10 #include "chrome/browser/profiles/profile.h"
47 Profile* profile = browser()->profile(); local
48 ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile);
55 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
64 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
69 profile->GetPrefs()->SetFilePath(
76 browser()->profile());
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc 10 #include "chrome/browser/profiles/profile.h"
25 bool BrowserActionDragData::IsFromProfile(Profile* profile) const {
26 return profile_ == profile;
31 Profile* profile, ui::OSExchangeData* data) const {
34 WriteToPickle(profile, &data_pickle);
65 Profile* profile, Pickle* pickle) const {
66 pickle->WriteBytes(&profile, sizeof(profile))
    [all...]
browser_action_drag_data_unittest.cc 25 TestingProfile profile; local
26 profile.SetID(L"id");
37 TestingProfile profile; local
38 Profile* profile_ptr = &profile;
39 profile.SetID(L"id");
43 pickle.WriteBytes(&profile_ptr, sizeof(&profile));
53 ASSERT_TRUE(drag_data.IsFromProfile(profile.GetOriginalProfile()));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_config.c 51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
59 switch (profile) {
62 VA_INFO("Using profile %08x\n",profile);
75 VA_ERROR("Unsupported profile %08x\n",profile);
85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,

Completed in 434 milliseconds

<<11121314151617181920>>