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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/sync/
sync_promo_ui.cc 7 #include "chrome/browser/profiles/profile.h"
10 bool SyncPromoUI::ShouldShowSyncPromo(Profile* profile) {
12 if (!signin::ShouldShowPromo(profile)) {
17 if (!profile->IsSyncAccessible())
sync_promo_ui.h 8 class Profile;
14 // |profile| is the profile for which the promo would be displayed.
15 static bool ShouldShowSyncPromo(Profile* profile);
  /external/chromium_org/chrome/browser/ui/
browser_mac.h 11 class Profile;
17 void OpenAboutWindow(Profile* profile);
18 void OpenHistoryWindow(Profile* profile);
19 void OpenDownloadsWindow(Profile* profile);
20 void OpenHelpWindow(Profile* profile, HelpSource source);
21 void OpenOptionsWindow(Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/dom_distiller/
profile_utils.h 8 #include "chrome/browser/profiles/profile.h"
11 // |profile|.
12 void RegisterDomDistillerViewerSource(Profile* profile);
  /external/chromium_org/chrome/browser/services/gcm/
push_messaging_permission_context.cc 9 PushMessagingPermissionContext::PushMessagingPermissionContext(Profile* profile)
10 : PermissionContextBase(profile, CONTENT_SETTINGS_TYPE_PUSH_MESSAGING) {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.cc 19 ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile)
23 profile,
25 profile,
26 SigninManagerFactory::GetForProfile(profile))),
27 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
32 scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile)
35 profile,
37 profile,
48 TestingProfile* profile = new TestingProfile(); local
    [all...]
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_profile_util.h 11 class Profile;
13 // A series of common operations to interact with the profile's Desktop
18 static void ResetToDefaultContentSetting(Profile* profile);
22 Profile* profile, const ContentSettingsPattern& pattern);
25 static void GrantPermission(Profile* profile, const GURL& origin);
26 static void DenyPermission(Profile* profile, const GURL& origin)
    [all...]
  /hardware/libhardware/modules/usbaudio/
alsa_device_profile.c 61 static void profile_reset(alsa_device_profile* profile)
63 profile->card = profile->device = -1;
67 for (index = 0; index < ARRAY_SIZE(profile->formats); index++) {
68 profile->formats[index] = PCM_FORMAT_INVALID;
71 for (index = 0; index < ARRAY_SIZE(profile->sample_rates); index++) {
72 profile->sample_rates[index] = 0;
75 for (index = 0; index < ARRAY_SIZE(profile->channel_counts); index++) {
76 profile->channel_counts[index] = 0;
79 profile->min_period_size = profile->max_period_size = 0
    [all...]
alsa_device_profile.h 61 void profile_init(alsa_device_profile* profile, int direction);
62 bool profile_is_initialized(alsa_device_profile* profile);
63 bool profile_is_valid(alsa_device_profile* profile);
64 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device);
65 void profile_decache(alsa_device_profile* profile);
67 bool profile_read_device_info(alsa_device_profile* profile);
70 char * profile_get_sample_rate_strs(alsa_device_profile* profile);
71 char * profile_get_format_strs(alsa_device_profile* profile);
72 char * profile_get_channel_count_strs(alsa_device_profile* profile);
75 unsigned profile_get_default_sample_rate(alsa_device_profile* profile);
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service_factory.h 9 #include "chrome/browser/profiles/profile.h"
14 // Profiles. Listens for the Profile's destruction notification and cleans up
18 // Returns the session service for |profile|. This may return NULL. If this
19 // profile supports a session service (it isn't incognito), and the session
22 // |profile|.
24 // This returns NULL if the profile is incognito. Callers should always check
26 static SessionService* GetForProfile(Profile* profile);
28 // Returns the session service for |profile|, but do not create it if it
29 // doesn't exist. This returns NULL if the profile is incognito or if sessio
    [all...]
session_data_deleter.h 8 class Profile;
13 void DeleteSessionOnlyData(Profile* profile);
session_service_factory.cc 7 #include "chrome/browser/profiles/profile.h"
13 SessionService* SessionServiceFactory::GetForProfile(Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
25 Profile* profile) {
31 GetInstance()->GetServiceForBrowserContext(profile, false));
37 Profile* profile) {
38 SessionService* service = GetForProfile(profile);
    [all...]
tab_restore_service_factory.h 12 class Profile;
15 // Profiles. Listens for the Profile's destruction notification and cleans up
19 static TabRestoreService* GetForProfile(Profile* profile);
23 static TabRestoreService* GetForProfileIfExisting(Profile* profile);
25 static void ResetForProfile(Profile* profile);
37 content::BrowserContext* profile) const OVERRIDE;
tab_restore_service_factory.cc 7 #include "chrome/browser/profiles/profile.h"
12 TabRestoreService* TabRestoreServiceFactory::GetForProfile(Profile* profile) {
14 GetInstance()->GetServiceForBrowserContext(profile, true));
19 Profile* profile) {
21 GetInstance()->GetServiceForBrowserContext(profile, false));
25 void TabRestoreServiceFactory::ResetForProfile(Profile* profile) {
27 factory->BrowserContextShutdown(profile);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_util.cc 9 #include "chrome/browser/profiles/profile.h"
14 bool IsProfileAssociatedWithGaiaAccount(Profile* profile) {
19 if (profile->IsOffTheRecord())
23 // when this method is called during the creation of the sign-in profile
25 // not try to access the sign-in profile.
26 if (profile->GetPath() == ProfileHelper::GetSigninProfileDir())
avatar_menu_chromeos.cc 10 #include "chrome/browser/profiles/profile.h"
14 void AvatarMenu::GetImageForMenuButton(Profile* profile,
19 *image = ash::GetAvatarImageForContext(profile);
profile_util.h 8 class Profile;
12 // Checks if the current log-in state and the profile is GAIA-authenticated and
15 bool IsProfileAssociatedWithGaiaAccount(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/
extension_install_ui.cc 10 ExtensionInstallUI::ExtensionInstallUI(Profile* profile)
11 : profile_(profile),
  /external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.h 14 class Profile;
21 // Gets the ID of |profile|'s theme.
22 std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT;
24 // Returns true iff |profile| is using a custom theme.
25 bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT;
27 // Returns true iff |profile| is using the default theme.
28 bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_manager_util.cc 9 #include "chrome/browser/profiles/profile.h"
20 Profile* profile = ProfileManager::GetActiveUserProfile(); local
21 DCHECK(profile);
24 extensions::ExtensionSystem::Get(profile)->extension_service();
33 OpenApplication(AppLaunchParams(profile, extension,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.h 8 class Profile;
13 // Waits until Drive mount point for |profile| is added. Drive mount point is
16 void WaitUntilDriveMountPointIsAdded(Profile* profile);
  /external/chromium_org/chrome/browser/first_run/
first_run_dialog.h 8 class Profile;
14 bool ShowFirstRunDialog(Profile* profile);
  /external/chromium_org/chrome/browser/ui/cocoa/
keystone_infobar_delegate.h 8 class Profile;
20 static void PromotionInfoBar(Profile* profile);
  /external/javasqlite/src/main/java/SQLite/
Profile.java 4 * Callback interface for SQLite's profile function.
7 public interface Profile {
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
  /external/chromium_org/chrome/browser/signin/
signin_ui_util.h 13 class Profile;
25 GlobalError* GetSignedInServiceError(Profile* profile);
28 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile);
32 base::string16 GetSigninMenuLabel(Profile* profile);
34 void GetStatusLabelsForAuthError(Profile* profile,
40 void InitializePrefsForProfile(Profile* profile)
    [all...]

Completed in 349 milliseconds

1 2 3 4 5 6 7 8 91011>>