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

<<11121314151617181920>>

  /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...]
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...]
typed_urls_sync_perf_test.cc 37 // Adds |num_urls| new unique typed urls to |profile|.
38 void AddURLs(int profile, int num_urls);
40 // Update all typed urls in |profile| by visiting them once again.
41 void UpdateURLs(int profile);
43 // Removes all typed urls for |profile|.
44 void RemoveURLs(int profile);
46 // Returns the number of typed urls stored in |profile|.
47 int GetURLCount(int profile);
60 void TypedUrlsSyncPerfTest::AddURLs(int profile, int num_urls) {
62 AddUrlToHistory(profile, NextURL())
    [all...]
  /hardware/libhardware/modules/usbaudio/
alsa_device_proxy.c 30 void proxy_prepare(alsa_device_proxy * proxy, alsa_device_profile* profile,
35 proxy->profile = profile;
42 config->format != PCM_FORMAT_INVALID && profile_is_format_valid(profile, config->format)
43 ? config->format : profile->default_config.format;
45 config->rate != 0 && profile_is_sample_rate_valid(profile, config->rate)
46 ? config->rate : profile->default_config.rate;
48 config->channels != 0 && profile_is_channel_count_valid(profile, config->channels)
49 ? config->channels : profile->default_config.channels;
51 proxy->alsa_config.period_count = profile->default_config.period_count
67 alsa_device_profile* profile = proxy->profile; local
    [all...]
  /external/chromium_org/apps/
app_lifetime_monitor.h 21 class Profile;
34 virtual void OnAppStart(Profile* profile, const std::string& app_id) = 0;
36 virtual void OnAppActivated(Profile* profile,
39 virtual void OnAppDeactivated(Profile* profile,
42 virtual void OnAppStop(Profile* profile, const std::string& app_id) = 0;
45 // so there is no associated profile and app id
    [all...]
app_lifetime_monitor_factory.cc 9 #include "chrome/browser/profiles/profile.h"
16 AppLifetimeMonitor* AppLifetimeMonitorFactory::GetForProfile(Profile* profile) {
18 GetInstance()->GetServiceForBrowserContext(profile, false));
35 content::BrowserContext* profile) const {
36 return new AppLifetimeMonitor(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/password_manager/
password_manager_internals_service_unittest.cc 34 scoped_ptr<TestingProfile> profile(builder.Build());
40 ->MarkBrowserContextLiveForTesting(profile.get());
42 return profile.Pass();
47 // When the profile is not incognito, it should be possible to activate the
50 scoped_ptr<TestingProfile> profile(CreateProfile(NORMAL_PROFILE));
53 profile.get());
56 ASSERT_TRUE(profile);
67 // When the browser profile is incognito, it should not be possible to activate
70 scoped_ptr<TestingProfile> profile(CreateProfile(INCOGNITO_PROFILE));
71 ASSERT_TRUE(profile);
    [all...]
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service.h 19 class Profile;
30 // Providing GCM service, via GCMDriver, to a profile.
33 // Returns whether GCM is enabled for |profile|.
34 static bool IsGCMEnabled(Profile* profile);
36 // Register profile-specific prefs for GCM.
40 explicit GCMProfileService(Profile* profile);
42 GCMProfileService(Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/signin/
fake_signin_manager.cc 9 #include "chrome/browser/profiles/profile.h"
17 FakeSigninManagerBase::FakeSigninManagerBase(Profile* profile)
19 ChromeSigninClientFactory::GetInstance()->GetForProfile(profile)) {}
27 Profile* profile = static_cast<Profile*>(context); local
29 manager = new FakeSigninManagerBase(profile);
31 manager = new FakeSigninManager(profile);
41 FakeSigninManager::FakeSigninManager(Profile* profile
    [all...]
signin_manager_factory.cc 9 #include "chrome/browser/profiles/profile.h"
46 Profile* profile) {
48 GetInstance()->GetServiceForBrowserContext(profile, false));
53 Profile* profile) {
55 GetInstance()->GetServiceForBrowserContext(profile, true));
60 SigninManager* SigninManagerFactory::GetForProfile(Profile* profile) {
62 GetInstance()->GetServiceForBrowserContext(profile, true))
127 Profile* profile = static_cast<Profile*>(context); local
    [all...]
  /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/chromeos/dbus/
bluetooth_profile_manager_client.h 20 // BluetoothProfileManagerClient is used to communicate with the profile
24 // Species the role of the object within the profile. SYMMETRIC should be
25 // usually used unless the profile requires you specify as a CLIENT or as a
33 // Options used to register a Profile object.
38 // Human readable name for the profile.
65 // Profile version.
68 // Profile features.
80 // Registers a profile implementation within the local process at the
81 // D-bus object path |profile_path| with the remote profile manager.
82 // |uuid| specifies the identifier of the profile and |options| the way i
    [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 37 const AutofillProfile& profile) {
40 ConvertUTF8ToJavaString(env, profile.guid()).obj(),
41 ConvertUTF8ToJavaString(env, profile.origin()).obj(),
42 ConvertUTF16ToJavaString(env, profile.GetRawInfo(NAME_FULL)).obj(),
43 ConvertUTF16ToJavaString(env, profile.GetRawInfo(COMPANY_NAME)).obj(),
46 profile.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS)).obj(),
49 profile.GetRawInfo(ADDRESS_HOME_STATE)).obj(),
52 profile.GetRawInfo(ADDRESS_HOME_CITY)).obj(),
55 profile.GetRawInfo(ADDRESS_HOME_DEPENDENT_LOCALITY)).obj(),
58 profile.GetRawInfo(ADDRESS_HOME_ZIP)).obj()
202 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID( local
218 AutofillProfile profile; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
profilesPanel.css 32 #profile-views {
37 .profile-view .data-grid table.data {
41 .profile-view .data-grid tr:not(.filler):hover td {
45 .profile-view .data-grid td.numeric-column {
49 .profile-view .data-grid div.profile-multiple-values {
53 .profile-view .data-grid span.percent-column {
59 .profile-view .data-grid tr.selected span {
73 .profile-launcher-view-tree-item > .icon {
88 .profile-sidebar-tree-item .icon
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_with_browser.cc 64 bool IsPepperPluginEnabled(Profile* profile,
66 DCHECK(profile);
73 scoped_refptr<PluginPrefs> plugin_prefs = PluginPrefs::GetForProfile(profile);
80 bool IsPdfPluginEnabled(Profile* profile) {
81 DCHECK(profile);
85 return IsPepperPluginEnabled(profile, plugin_path);
88 bool IsFlashPluginEnabled(Profile* profile) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
managed_user_import_handler.cc 13 #include "chrome/browser/profiles/profile.h"
55 Profile* profile = Profile::FromWebUI(web_ui()); local
56 if (!profile->IsSupervised()) {
58 SupervisedUserSyncServiceFactory::GetForProfile(profile);
88 Profile* profile = Profile::FromWebUI(web_ui()); local
89 if (!profile->IsSupervised())
158 Profile* profile = Profile::FromWebUI(web_ui()); local
214 Profile* profile = Profile::FromWebUI(web_ui()); local
221 Profile* profile = Profile::FromWebUI(web_ui()); local
    [all...]
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 37 // Callback to show error dialog on profile load error.
70 WebDataServiceWrapper::WebDataServiceWrapper(Profile* profile) {
71 base::FilePath profile_path = profile->GetPath();
156 static_cast<Profile*>(context), Profile::EXPLICIT_ACCESS);
174 Profile* profile,
175 Profile::ServiceAccessType access_type) {
179 DCHECK(access_type != Profile::IMPLICIT_ACCESS || !profile->IsOffTheRecord())
    [all...]
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc 26 explicit AccountInfoRetriever(Profile* profile,
29 : profile_(profile),
52 virtual Profile* GetBrowserProfile() OVERRIDE {
72 LOG(ERROR) << "Failed to download the profile information: " << reason;
76 // The profile image downloader instance.
79 // The browser profile associated with this download request.
80 Profile* profile_;
85 // Desired side length of the profile image (in pixels).
113 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile) local
129 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile); local
155 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_service_factory.cc 18 #include "chrome/browser/profiles/profile.h"
26 PolicyCertService* PolicyCertServiceFactory::GetForProfile(Profile* profile) {
28 GetInstance()->GetServiceForBrowserContext(profile, false));
33 Profile* profile) {
34 DCHECK(!GetInstance()->GetServiceForBrowserContext(profile, false));
36 GetInstance()->GetServiceForBrowserContext(profile, true));
94 Profile* profile = static_cast<Profile*>(context) local
    [all...]
  /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/invalidation/
profile_invalidation_provider_factory.cc 11 #include "chrome/browser/profiles/profile.h"
50 Profile* profile) {
53 // when this method is called during the creation of the sign-in profile
55 // not try to access the sign-in profile.
56 if (profile->GetPath() == chromeos::ProfileHelper::GetSigninProfileDir()||
65 GetInstance()->GetServiceForBrowserContext(profile, true));
97 Profile* profile = static_cast<Profile*>(context) local
    [all...]
  /external/chromium_org/chrome/browser/speech/
tts_extension_loader_chromeos.cc 13 #include "chrome/browser/profiles/profile.h"
24 // Factory to load one instance of TtsExtensionLoaderChromeOs per profile.
28 static TtsExtensionLoaderChromeOs* GetForProfile(Profile* profile) {
30 GetInstance()->GetServiceForBrowserContext(profile, true));
50 // If given an incognito profile (including the Chrome OS login
51 // profile), share the service with the original profile.
56 content::BrowserContext* profile) const OVERRIDE {
57 return new TtsExtensionLoaderChromeOs(static_cast<Profile*>(profile))
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.cc 12 #include "chrome/browser/profiles/profile.h"
27 const extensions::Extension* GetExtensionForTab(Profile* profile,
30 extensions::ExtensionSystem::Get(profile)->extension_service();
39 extensions::ExtensionRegistry::Get(profile);
70 const extensions::Extension* GetExtensionByID(Profile* profile,
72 ExtensionService* extension_service = profile->GetExtensionService();
80 LauncherAppTabHelper::LauncherAppTabHelper(Profile* profile)
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_display_color_profile_private.idl 8 * getting the color profile of the display.
19 * the display color profile and monitoring its changes.
32 * Create() creates a display color profile resource.
35 * @return A <code>PP_Resource</code> containing a display color profile
54 * GetColorProfile() enqueues a request for the current display color profile.
56 * This method is intended for getting the color profile data of the display
58 * considers the system's primary display color profile when doing its color
59 * management. For consistency this method will also return the color profile
62 * @param[in] display_color_profile_res The display color profile resource.
64 * will receive a byte array containing the ICC color profile data (se
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_display_color_profile_private.h 29 * getting the color profile of the display.
39 * the display color profile and monitoring its changes.
52 * Create() creates a display color profile resource.
55 * @return A <code>PP_Resource</code> containing a display color profile
72 * GetColorProfile() enqueues a request for the current display color profile.
74 * This method is intended for getting the color profile data of the display
76 * considers the system's primary display color profile when doing its color
77 * management. For consistency this method will also return the color profile
80 * @param[in] display_color_profile_res The display color profile resource.
82 * will receive a byte array containing the ICC color profile data (se
    [all...]

Completed in 1134 milliseconds

<<11121314151617181920>>