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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/
sync_global_error_factory.h 12 class Profile;
15 // Profiles. Listens for the Profile's destruction notification and cleans up
19 // Returns the instance of SyncGlobalError associated with this profile,
21 static SyncGlobalError* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
sync_startup_tracker.h 12 class Profile;
31 SyncStartupTracker(Profile* profile, Observer* observer);
46 static SyncServiceState GetSyncServiceState(Profile* profile);
57 // Profile whose ProfileSyncService we should track.
58 Profile* profile_;
  /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/
app_list_syncable_service_factory.cc 12 #include "chrome/browser/profiles/profile.h"
27 Profile* profile) {
29 GetInstance()->GetServiceForBrowserContext(profile, true));
40 Profile* profile = static_cast<Profile*>(browser_context); local
42 if (chromeos::ProfileHelper::IsSigninProfile(profile))
45 VLOG(1) << "BuildInstanceFor: " << profile->GetDebugName()
46 << " (" << profile << ")";
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_installer.cc 10 Profile* profile,
14 profile,
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.h 12 class Profile;
18 explicit LauncherAppTabHelper(Profile* profile);
24 virtual void SetCurrentUser(Profile* profile) OVERRIDE;
27 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.h 14 class Profile;
23 void DragBookmarks(Profile* profile,
30 // are copied, otherwise they are moved if they belong to the same |profile|.
32 int DropBookmarks(Profile* profile,
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service_factory.h 14 class Profile;
17 // Profiles. Listens for the Profile's destruction notification and cleans up
21 static GlobalErrorService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /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/tabs/
pinned_tab_codec_unittest.cc 25 PinnedTabCodec::WritePinnedTabs(profile());
28 PinnedTabCodec::ReadPinnedTabs(profile()));
44 PinnedTabCodec::WritePinnedTabs(profile());
46 StartupTabs pinned_tabs = PinnedTabCodec::ReadPinnedTabs(profile());
53 PinnedTabCodec::WritePinnedTabs(profile());
55 PinnedTabCodec::ReadPinnedTabs(profile()));
59 PinnedTabCodec::WritePinnedTabs(profile(), pinned_tabs);
61 PinnedTabCodec::ReadPinnedTabs(profile()));
pinned_tab_service_factory.h 13 class Profile;
16 // Listens for the Profile's destruction notification and cleans up the
20 // Returns the PinnedTabService that tracks pinning changes for |profile|.
21 static PinnedTabService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_resource_cache_factory.h 12 class Profile;
15 // associates them with Profiles. Listens for the Profile's destruction
19 static NTPResourceCache* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
ntp_resource_cache_factory.h 12 class Profile;
15 // with Profiles. Listens for the Profile's destruction notification and cleans
19 static NTPResourceCache* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/signin/
login_ui_service_factory.h 12 class Profile;
15 // Profiles. Listens for the Profile's destruction notification and cleans up
19 // Returns the instance of LoginUIService associated with this profile
20 // (creating one if none exists). Returns NULL if this profile cannot have a
21 // LoginUIService (for example, if |profile| is incognito).
22 static LoginUIService* GetForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.h 11 #include "chrome/browser/profiles/profile.h"
27 // A wrapper of WebDataService so that we can use it as a profile keyed service.
30 explicit WebDataServiceWrapper(Profile* profile);
68 // Returns the WebDataServiceWrapper associated with the |profile|.
70 Profile* profile,
71 Profile::ServiceAccessType access_type);
74 Profile* profile,
    [all...]
  /external/chromium_org/chrome/test/ppapi/
ppapi_interactive_browsertest.cc 9 #include "chrome/browser/profiles/profile.h"
25 browser()->profile()->GetHostContentSettingsMap();
37 browser()->profile()->GetHostContentSettingsMap();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_video.h 43 u_reduce_video_profile(enum pipe_video_profile profile)
45 switch (profile)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_decoder.h 35 * check if a given profile is supported with shader based decoding
38 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile);
45 enum pipe_video_profile profile,
  /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 *name, const char *subname,
92 (profile_t profile, const char *const *names
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_video.h 43 u_reduce_video_profile(enum pipe_video_profile profile)
45 switch (profile)
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_decoder.h 35 * check if a given profile is supported with shader based decoding
38 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile);
45 enum pipe_video_profile profile,
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.cc 13 #include "chrome/browser/profiles/profile.h"
55 Profile* profile,
59 PrefService* prefs = incognito ? profile->GetOffTheRecordPrefs()
60 : profile->GetPrefs();
70 if (PreferenceAPI::Get(profile)->DoesExtensionControlPref(
77 if (PreferenceAPI::Get(profile)->CanExtensionControlPref(extension_id,
87 Profile* profile,
93 EventRouter* router = EventRouter::Get(profile);
    [all...]
  /external/chromium_org/chrome/browser/net/
cookie_store_util.cc 17 #include "chrome/browser/profiles/profile.h"
35 explicit ChromeCookieMonsterDelegate(Profile* profile)
38 profile)) {
40 DCHECK(profile);
64 static Profile* GetProfileOnUI(ProfileManager* profile_manager,
65 Profile* profile) {
66 if (profile_manager->IsValidProfile(profile))
67 return profile;
75 Profile* profile = profile_getter_.Run(); local
86 Profile* profile = profile_getter_.Run(); local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
sessions_sync_perf_test.cc 28 // Opens |num_tabs| new tabs on |profile|.
29 void AddTabs(int profile, int num_tabs);
31 // Update all tabs in |profile| by visiting a new URL.
32 void UpdateTabs(int profile);
34 // Close all tabs in |profile|.
35 void RemoveTabs(int profile);
38 // |profile|. Returns -1 on failure.
39 int GetTabCount(int profile);
52 void SessionsSyncPerfTest::AddTabs(int profile, int num_tabs) {
57 OpenMultipleTabs(profile, urls)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.h 18 class Profile;
34 // Installs the extension with the given name to |profile|, and returns the
36 std::string InstallExtension(Profile* profile,
40 // Uninstalls the extension with the given name from |profile|.
41 void UninstallExtension(Profile* profile, const std::string& name);
44 // on |profile|.
45 std::vector<std::string> GetInstalledExtensionNames(Profile* profile) const
    [all...]

Completed in 1438 milliseconds

<<11121314151617181920>>