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

<<11121314151617181920>>

  /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/ui/webui/sync_file_system_internals/
extension_statuses_handler.h 11 class Profile;
21 explicit ExtensionStatusesHandler(Profile* profile);
26 static void GetExtensionStatusesAsDictionary(Profile* profile,
35 Profile* profile_;
  /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/chromium_org/ui/gfx/
color_profile.h 26 const std::vector<char>& profile() const { return profile_; } function in class:gfx::ColorProfile
35 UI_EXPORT void GetColorProfile(std::vector<char>* profile);
  /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/android/omnibox/
omnibox_prerender.cc 13 #include "chrome/browser/profiles/profile.h"
42 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local
43 DCHECK(profile);
44 if (!profile)
47 AutocompleteActionPredictorFactory::GetForProfile(profile);
55 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local
56 // Initialize the AutocompleteActionPredictor for this profile.
58 AutocompleteActionPredictorFactory::GetForProfile(profile);
70 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); 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...]
typed_urls_sync_perf_test.cc 38 // Adds |num_urls| new unique typed urls to |profile|.
39 void AddURLs(int profile, int num_urls);
41 // Update all typed urls in |profile| by visiting them once again.
42 void UpdateURLs(int profile);
44 // Removes all typed urls for |profile|.
45 void RemoveURLs(int profile);
47 // Returns the number of typed urls stored in |profile|.
48 int GetURLCount(int profile);
61 void TypedUrlsSyncPerfTest::AddURLs(int profile, int num_urls) {
63 AddUrlToHistory(profile, NextURL())
    [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...]
sync_app_helper.h 14 class Profile;
28 bool AppStatesMatch(Profile* profile1, Profile* profile2);
30 // Gets the page ordinal value for the applications with |name| in |profile|.
31 syncer::StringOrdinal GetPageOrdinalForApp(Profile* profile,
35 // |profile|.
36 void SetPageOrdinalForApp(Profile* profile,
41 // |profile|
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.h 19 Profile* profile, const std::string& extension_id);
25 Profile* profile, const std::string& extension_id,
30 Profile* profile, const std::string& extension_id,
36 Profile* profile, const std::string& extension_id);
87 Profile* profile,
    [all...]
  /external/chromium/chrome/browser/metrics/
user_metrics.cc 7 #include "chrome/browser/profiles/profile.h"
12 Profile* profile) {
13 Record(action.str_, profile);
17 Profile* profile) {
18 Record(action.c_str(), profile);
21 void UserMetrics::Record(const char *action, Profile *profile) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
MostVisitedSites.java 15 private Profile mProfile;
44 * MostVisitedSites constructor requires a valid user profile object.
46 * @param profile A valid user profile object.
48 public MostVisitedSites(Profile profile) {
49 mProfile = profile;
81 Profile profile, MostVisitedURLsCallback callback, int numResults);
83 Profile profile, String url, ThumbnailCallback callback)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_stub.h 18 explicit ContactManagerStub(Profile* profile);
29 virtual void AddObserver(ContactManagerObserver* observer, Profile* profile)
32 Profile* profile) OVERRIDE;
33 virtual scoped_ptr<ContactPointers> GetAllContacts(Profile* profile) OVERRIDE;
34 virtual const Contact* GetContactById(Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
data_deleter.cc 9 #include "chrome/browser/profiles/profile.h"
24 void DataDeleter::StartDeleting(Profile* profile,
28 DCHECK(profile);
33 BrowserContext::GetStoragePartitionForSite(profile, site);
50 profile->GetRequestContextForExtensions());
63 profile->GetExtensionService()->settings_frontend()->
install_tracker_factory.cc 13 #include "chrome/browser/profiles/profile.h"
19 InstallTracker* InstallTrackerFactory::GetForProfile(Profile* profile) {
21 GetInstance()->GetServiceForBrowserContext(profile, true));
40 Profile* profile = static_cast<Profile*>(context); local
42 extensions::ExtensionSystem::Get(profile)->extension_service();
43 return new InstallTracker(profile, service->extension_prefs());
48 // The installs themselves are routed to the non-incognito profile and s
    [all...]
lazy_background_task_queue.cc 14 #include "chrome/browser/profiles/profile.h"
27 LazyBackgroundTaskQueue::LazyBackgroundTaskQueue(Profile* profile)
28 : profile_(profile) {
34 content::Source<Profile>(profile));
41 Profile* profile, const Extension* extension) {
44 ExtensionProcessManager* pm = ExtensionSystem::Get(profile)->
58 Profile* profile
142 Profile* profile = content::Source<Profile>(source).ptr(); local
152 Profile* profile = content::Source<Profile>(source).ptr(); local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_factory.cc 8 #include "chrome/browser/profiles/profile.h"
23 Profile* profile) {
25 GetInstance()->GetServiceForBrowserContext(profile, true));
36 Profile* profile = static_cast<Profile*>(context); local
37 if (!GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(profile))
39 return new GAIAInfoUpdateService(profile);
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.h 16 class Profile;
29 AppLaunchParams(Profile* profile,
37 AppLaunchParams(Profile* profile,
43 AppLaunchParams(Profile* profile,
47 // The profile to load the application from.
48 Profile* profile; member in struct:chrome::AppLaunchParams
    [all...]
  /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) {

Completed in 547 milliseconds

<<11121314151617181920>>