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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.h 11 #include "chrome/browser/profiles/profile.h"
23 // A wrapper of WebDataService so that we can use it as a profile keyed service.
26 explicit WebDataServiceWrapper(Profile* profile);
56 // Returns the WebDataServiceWrapper associated with the |profile|.
58 Profile* profile,
59 Profile::ServiceAccessType access_type);
62 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...]
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;
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...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
OmniboxPrerender.java 8 import org.chromium.chrome.browser.profiles.Profile;
33 * @param profile profile instance corresponding to the active profile.
35 public void clear(Profile profile) {
36 nativeClear(mNativeOmniboxPrerender, profile);
40 * Initializes the underlying action predictor for a given profile instance. This should be
44 * @param profile profile instance corresponding to active profile
    [all...]
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.h 10 class Profile;
24 // Profile.
29 // Profile.
33 // Migrates prefs from |local_state| to |profile|'s pref store.
34 void MigrateBrowserPrefs(Profile* profile, PrefService* local_state);
36 // Migrates prefs in |profile|'s pref store.
37 void MigrateUserPrefs(Profile* profile);
  /external/chromium_org/chrome/browser/profiles/
profiles_state.h 13 class Profile;
22 // Returns the path to the default profile directory, based on the given
26 // Register multi-profile related preferences in Local State.
29 // Returns the display name of the active on-the-record profile (or guest)
30 // used in the avatar button. If there is only one local profile present, it
31 // will return IDS_SINGLE_PROFILE_DISPLAY_NAME, unless the profile has a
33 base::string16 GetAvatarNameForProfile(Profile* profile);
35 // Update the name of |profile| to |new_profile_name|. This updates the
36 // profile preferences, which triggers an update in the ProfileInfoCache
    [all...]
profile_android.h 14 class Profile;
16 // Android wrapper around profile that provides safer passage from java and
20 static ProfileAndroid* FromProfile(Profile* profile);
21 static Profile* FromProfileAndroid(jobject obj);
26 explicit ProfileAndroid(Profile* profile);
32 Profile* profile_; // weak
  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service_builder.cc 5 #include "chrome/browser/profiles/profile.h"
13 Profile* profile = Profile::FromBrowserContext(context); local
16 ChromeSigninClientFactory::GetInstance()->GetForProfile(profile));
22 Profile* profile = Profile::FromBrowserContext(context); local
26 ChromeSigninClientFactory::GetInstance()->GetForProfile(profile));
profile_oauth2_token_service_factory.h 12 class Profile;
21 // Profiles. Listens for the Profile's destruction notification and cleans up
27 // profile (creating one if none exists). Returns NULL if this profile
28 // cannot have a ProfileOAuth2TokenService (for example, if |profile| is
30 static ProfileOAuth2TokenService* GetForProfile(Profile* profile);
33 // associated with this profile (creating one if none exists). Returns NULL
34 // if this profile cannot have a ProfileOAuth2TokenService (for example,
35 // if |profile| is incognito)
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.cc 10 #include "chrome/browser/profiles/profile.h"
17 TabModel::TabModel(Profile* profile)
18 : profile_(profile),
22 if (profile) {
23 // A normal Profile creates an OTR profile if it does not exist when
25 // HasOffTheRecordProfile(). An OTR profile returns itself when you call
27 is_off_the_record_ = (profile->HasOffTheRecordProfile() &&
28 profile == profile->GetOffTheRecordProfile())
89 Profile* profile = content::Source<Profile>(source).ptr(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_state_factory.h 13 class Profile;
18 static FindBarState* GetForProfile(Profile* profile);
20 // Retrieves the last prepopulate text for a given Profile. If the profile is
22 // prepopulate text from the normal profile.
23 static base::string16 GetLastPrepopulateText(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/sync/test/integration/
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...]
sync_app_list_helper.h 14 class Profile;
34 // Moves an app in |profile|.
35 void MoveApp(Profile* profile, size_t from, size_t to);
37 // Moves an app in |profile| to |folder_id|.
38 void MoveAppToFolder(Profile* profile,
42 // Moves an app in |profile| from |folder_id| to the top level list of apps.
43 void MoveAppFromFolder(Profile* profile,
    [all...]
extensions_helper.cc 12 #include "chrome/browser/profiles/profile.h"
31 LOG(ERROR) << "Profile " << i << " doesn't have the same extensions as"
32 " the verifier profile.";
43 LOG(ERROR) << "Profile " << i << " doesnt have the same extensions as"
44 " profile 0.";
52 std::string InstallExtension(Profile* profile, int index) {
54 profile,
65 void UninstallExtension(Profile* profile, int index)
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
ProfileDownloader.java 26 * Notifies that an account data in the profile has been updated.
52 * @param profile Profile associated with the request
57 Profile profile, String accountId, int imageSidePixels) {
59 nativeStartFetchingAccountInfoFor(profile, accountId, imageSidePixels);
71 * @param profile Profile
72 * @return The profile name if cached, or null.
74 public static String getCachedName(Profile profile)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_api.cc 12 FileBrowserPrivateAPI::FileBrowserPrivateAPI(Profile* profile)
13 : event_router_(new EventRouter(profile)) {
25 FileBrowserPrivateAPI* FileBrowserPrivateAPI::Get(Profile* profile) {
26 return FileBrowserPrivateAPIFactory::GetForProfile(profile);
  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 44 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) {
45 Log.v(TAG, String.format("profile: duration=%d, quality=%d, " +
49 profile.duration,
50 profile.quality,
51 profile.fileFormat,
52 profile.videoCodec,
53 profile.videoBitRate,
54 profile.videoFrameRate,
55 profile.videoFrameWidth,
56 profile.videoFrameHeight
202 CamcorderProfile profile = getWithOptionalId(quality, cameraId); local
    [all...]
  /external/e2fsprogs/e2fsck/
prof_err.et 3 error_code PROF_VERSION, "Profile version 0.0"
9 error_code PROF_NO_SECTION, "Profile section not found"
10 error_code PROF_NO_RELATION, "Profile relation not found"
14 "A profile section header has a non-zero value"
15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures"
16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures"
18 "Bad parent pointer in profile structures"
19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator"
21 error_code PROF_EINVAL, "Invalid argument passed to profile library"
22 error_code PROF_READ_ONLY, "Attempt to modify read-only profile"
    [all...]
  /hardware/libhardware/modules/usbaudio/
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/favicon/
favicon_service_factory.cc 17 Profile* profile, Profile::ServiceAccessType sat) {
18 if (!profile->IsOffTheRecord()) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
21 } else if (sat == Profile::EXPLICIT_ACCESS) {
22 // Profile must be OffTheRecord in this case.
25 profile->GetOriginalProfile(), true));
28 // Profile is OffTheRecord without access.
29 NOTREACHED() << "This profile is OffTheRecord"
    [all...]
  /external/chromium_org/chrome/browser/bitmap_fetcher/
bitmap_fetcher_service_factory.cc 7 #include "chrome/browser/profiles/profile.h"
12 content::BrowserContext* profile) {
14 GetInstance()->GetServiceForBrowserContext(profile, true));
33 Profile* profile = static_cast<Profile*>(context); local
34 DCHECK(!profile->IsOffTheRecord());
35 return new BitmapFetcherService(profile);
  /external/chromium_org/chrome/browser/chromeos/login/signin/
auth_sync_observer_factory.cc 8 #include "chrome/browser/profiles/profile.h"
26 Profile* profile) {
28 GetInstance()->GetServiceForBrowserContext(profile, true));
39 Profile* profile = static_cast<Profile*>(context); local
40 return new AuthSyncObserver(profile);
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager_android.h 18 virtual void Add(const Notification& notification, Profile* profile) OVERRIDE;
20 Profile* profile) OVERRIDE;
25 Profile* profile,
28 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/options/
manage_profile_overlay.html 1 <div id="manage-profile-overlay" class="page" hidden>
4 <div id="manage-profile-overlay-manage" hidden>
6 <div id="manage-profile-content" class="content-area">
7 <div id="manage-profile-icon-label"
10 <grid id="manage-profile-icon-grid"></grid>
11 <div id="manage-profile-name-input-container">
13 <span id="manage-profile-name-label" for="manage-profile-name"
16 <input id="manage-profile-name" type="text" required>
19 <div id="manage-profile-error-bubble" hidden></div
    [all...]

Completed in 572 milliseconds

12 3 4 5 6 7 8 91011>>