HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 251 - 275 of 7885) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc 10 #include "chrome/browser/profiles/profile.h"
18 void StartSyncOnUIThread(const base::FilePath& profile,
27 Profile* p = profile_manager->GetProfileByPath(profile);
29 DVLOG(2) << "Profile not found, can't start sync.";
35 DVLOG(2) << "No ProfileSyncService for profile, can't start sync.";
41 void StartSyncProxy(const base::FilePath& profile,
45 base::Bind(&StartSyncOnUIThread, profile, type));
  /external/chromium_org/chrome/browser/sync/
sync_global_error_factory.cc 9 #include "chrome/browser/profiles/profile.h"
32 Profile* profile) {
34 GetInstance()->GetServiceForBrowserContext(profile, true));
49 Profile* profile = static_cast<Profile*>(context);
51 ProfileSyncServiceFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_list_helper.cc 8 #include "chrome/browser/profiles/profile.h"
54 bool SyncAppListHelper::AppListMatchesVerifier(Profile* profile) {
56 AppListSyncableServiceFactory::GetForProfile(profile);
100 LOG(ERROR) << "Profile " << i
101 << " doesn't have the same app list as the verifier profile.";
106 Profile* verifier = test_->verifier();
111 Profile* profile = test_->GetProfile(i); local
112 VLOG(1) << "Profile: " << i << ":
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_factory.h 12 class Profile;
21 // Returns an instance of ThumbnailService associated with this profile
22 // (creating one if none exists). Returns NULL if this profile cannot have a
23 // ThumbnailService (for example, if |profile| is incognito).
25 // can be provided either by TopSites (stored in the profile itself) or
29 Profile* profile);
41 BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/
start_page_service_factory.cc 9 #include "chrome/browser/profiles/profile.h"
20 StartPageService* StartPageServiceFactory::GetForProfile(Profile* profile) {
27 GetInstance()->GetServiceForBrowserContext(profile, true));
48 Profile* profile = static_cast<Profile*>(context); local
49 return new StartPageService(profile);
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile_store.h 19 void LoadProfile(Profile* profile);
20 void RemoveProfile(Profile* profile);
26 base::Callback<void(Profile*)> callback) OVERRIDE;
27 virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE;
33 typedef std::map<base::FilePath, base::Callback<void(Profile*)> >
37 typedef std::map<base::FilePath, Profile*> ProfilesByPath;
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.h 29 virtual void DoCreateShortcutsFlow(Profile* profile,
31 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
32 virtual void ActivateApp(Profile* profile,
36 virtual void LaunchApp(Profile* profile,
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
app_info_dialog_cocoa.mm 9 Profile* profile,
  /external/chromium_org/chrome/browser/ui/pdf/
adobe_reader_info_win.h 12 class Profile;
16 bool is_enabled; // Only valid in the context of a given Profile.
25 // If |profile| is NULL, then the plugin's enable status cannot be
28 Profile* profile,
33 // If |profile| is NULL, then the plugin's enable status cannot be
35 bool GetAdobeReaderPluginInfo(Profile* profile,
  /external/chromium_org/chrome/browser/ui/
settings_window_manager.h 17 class Profile;
34 // Browser window for |profile| or creates a new one.
35 void ShowChromePageForProfile(Profile* profile, const GURL& gurl);
37 // If a Browser settings window for |profile| has already been created,
39 Browser* FindBrowserForProfile(Profile* profile);
46 typedef std::map<Profile*, SessionID::id_type> ProfileSessionMap;
  /external/chromium_org/chrome/browser/ui/sync/
inline_login_dialog.cc 7 #include "chrome/browser/profiles/profile.h"
14 void InlineLoginDialog::Show(Profile* profile) {
15 chrome::ShowWebDialog(NULL, profile, new InlineLoginDialog(profile));
18 InlineLoginDialog::InlineLoginDialog(Profile* profile)
19 : profile_(profile) {
profile_signin_confirmation_helper.cc 19 #include "chrome/browser/profiles/profile.h"
33 // Determines whether a profile has any typed URLs in its history.
45 DVLOG(1) << "ProfileSigninConfirmationHelper: profile contains "
62 bool HasBookmarks(Profile* profile) {
63 BookmarkModel* bookmarks = BookmarkModelFactory::GetForProfile(profile);
66 DVLOG(1) << "ProfileSigninConfirmationHelper: profile contains bookmarks";
70 // Helper functions for Chrome profile signin.
75 Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
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/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui.cc 7 #include "chrome/browser/profiles/profile.h"
28 Profile* profile = Profile::FromWebUI(web_ui); local
29 content::WebUIDataSource::Add(profile, html_source);
31 profile, new FaviconSource(profile, FaviconSource::FAVICON));
34 web_ui->AddMessageHandler(new SuggestionsInternalsUIHandler(profile));
  /external/chromium_org/chromeos/test/data/network/policy/
shill_managed_wifi1.json 8 "Profile": "/profile/user1/shill",
shill_managed_wifi1_rsn.json 6 "Profile": "/profile/user1/shill",
  /frameworks/base/tools/layoutlib/.idea/inspectionProfiles/
Project_Default.xml 2 <profile version="1.0" is_locked="false">
10 </profile>
  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util_unittest.cc 29 Profile* CreateProfileWithName(const std::string& name) {
39 TestingProfile profile; local
43 const base::FilePath kDownloads = GetDownloadsFolderForProfile(&profile);
48 &profile,
54 &profile,
61 &profile,
67 &profile,
73 Profile* profile = CreateProfileWithName("hash"); local
75 const base::FilePath kDrive = drive::util::GetDriveMountPointPath(profile);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
chrome_notification_observer.cc 9 #include "chrome/browser/profiles/profile.h"
33 Profile* profile = browser->profile(); local
34 DCHECK(profile);
36 // Inform the process manager for this profile that the window is ready.
38 // a related incognito profile or other regular profiles.
40 ExtensionSystem::Get(profile)->process_manager();
43 DCHECK_EQ(profile, manager->GetBrowserContext());
46 // For incognito profiles also inform the original profile's process manage
    [all...]
  /external/chromium_org/chrome/browser/search/
hotword_service_unittest.cc 28 explicit MockHotwordService(Profile* profile)
29 : HotwordService(profile),
70 return new MockHotwordService(static_cast<Profile*>(context));
80 void SetApplicationLocale(Profile* profile, const std::string& new_locale) {
82 // On ChromeOS locale is per-profile.
83 profile->GetPrefs()->SetString(prefs::kApplicationLocale, new_locale);
97 scoped_ptr<TestingProfile> profile = profile_builder.Build(); local
106 hotword_service_factory->GetForProfile(profile.get())
136 scoped_ptr<TestingProfile> profile = profile_builder.Build(); local
176 scoped_ptr<TestingProfile> profile = profile_builder.Build(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_unittest.cc 22 MOCK_METHOD0(GetOffTheRecordProfile, Profile*());
29 explicit TestTabModel(Profile* profile)
30 : TabModel(profile) {}
52 // Construct TabModel with standard Profile.
56 // Verify TabModel has the correct profile and profile type.
60 // Notify profile is being destroyed and verify pointer is cleared.
63 content::Source<Profile>(&testing_profile),
69 // Construct TabModel with off-the-record Profile
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state.h 18 class Profile;
23 // normal user profile (i.e. it does not watch for guest profile or exsiting
24 // user profile) and lasts for at the most 1 minute.
35 // Returns the instance for the given |profile|. It's a convenience wrapper
37 // NULL if ShouldObserveAppSyncForProfile returns false for |profile|.
38 static AppSyncUIState* Get(Profile* profile);
40 // Returns true if |profile| should be watched for app syncing.
41 static bool ShouldObserveAppSyncForProfile(Profile* profile)
    [all...]
  /external/chromium_org/apps/
app_lifetime_monitor_factory.h 11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
22 static AppLifetimeMonitor* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
app_restore_service_factory.h 11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
22 static AppRestoreService* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/apps/
app_launch_for_metro_restart_win.h 13 class Profile;
19 void HandleAppLaunchForMetroRestart(Profile* profile);
22 void SetAppLaunchForMetroRestart(Profile* profile,

Completed in 773 milliseconds

<<11121314151617181920>>