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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
OmniboxPrerender.java 7 import org.chromium.chrome.browser.profiles.Profile;
32 * @param profile profile instance corresponding to the active profile.
34 public void clear(Profile profile) {
35 nativeClear(mNativeOmniboxPrerender, profile);
39 * Initializes the underlying action predictor for a given profile instance. This should be
43 * @param profile profile instance corresponding to active profile
    [all...]
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.h 10 class Profile;
22 // Profile.
27 // Profile.
31 // Migrates prefs from |local_state| to |profile|'s pref store.
32 void MigrateBrowserPrefs(Profile* profile, PrefService* local_state);
34 // Migrates prefs in |profile|'s pref store.
35 void MigrateUserPrefs(Profile* profile);
  /external/chromium_org/chrome/browser/sessions/
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;
  /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 string16 GetLastPrepopulateText(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /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/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...]
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/chrome/browser/autofill/
autofill_common_test.cc 12 #include "chrome/browser/profiles/profile.h"
29 FormGroup* profile, AutofillFieldType type, const char* value) {
31 profile->SetInfo(type, ASCIIToUTF16(value));
34 void SetProfileInfo(AutofillProfile* profile,
40 check_and_set(profile, NAME_FIRST, first_name);
41 check_and_set(profile, NAME_MIDDLE, middle_name);
42 check_and_set(profile, NAME_LAST, last_name);
43 check_and_set(profile, EMAIL_ADDRESS, email);
44 check_and_set(profile, COMPANY_NAME, company);
45 check_and_set(profile, ADDRESS_HOME_LINE1, address1)
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 5 #include "chrome/browser/profiles/profile.h"
25 class MockProfileDelegate : public Profile::Delegate {
27 MOCK_METHOD3(OnProfileCreated, void(Profile*, bool, bool));
41 void CheckChromeVersion(Profile *profile, bool is_new) {
50 ChromeVersionService::GetVersion(profile->GetPrefs());
60 // creating a new profile synchronously.
71 scoped_ptr<Profile> profile(Profile::CreateProfile
    [all...]
profile_loader.cc 33 base::Callback<void(Profile*)> callback) {
36 Profile* profile = GetProfileByPath(profile_file_path); local
37 if (profile) {
38 callback.Run(profile);
52 Profile* ProfileLoader::GetProfileByPath(const base::FilePath& path) {
67 base::Callback<void(Profile*)> callback,
68 Profile* profile,
69 Profile::CreateStatus status)
    [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);
24 explicit ProfileAndroid(Profile* profile);
30 Profile* profile_; // weak
profile_manager.h 21 #include "chrome/browser/profiles/profile.h"
33 public Profile::Delegate {
35 typedef base::Callback<void(Profile*, Profile::CreateStatus)> CreateCallback;
45 // Physically remove deleted profile directories from disk.
51 // Returns the default profile. This adds the profile to the
53 // the profile doesn't exist and we can't create it.
54 // The profile used can be overridden by using --login-profile on cros
239 scoped_ptr<Profile> profile; member in struct:ProfileManager::ProfileInfo
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 43 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) {
44 Log.v(TAG, String.format("profile: duration=%d, quality=%d, " +
48 profile.duration,
49 profile.quality,
50 profile.fileFormat,
51 profile.videoCodec,
52 profile.videoBitRate,
53 profile.videoFrameRate,
54 profile.videoFrameWidth,
55 profile.videoFrameHeight
160 CamcorderProfile profile = getWithOptionalId(quality, cameraId); local
    [all...]
  /external/e2fsprogs/e2fsck/
prof_err.c 9 "Profile version 0.0",
11 "Profile section not found",
12 "Profile relation not found",
14 "A profile section header has a non-zero value",
15 "Bad linked list in profile structures",
16 "Bad group level in profile strctures",
17 "Bad parent pointer in profile strctures",
18 "Bad magic value in profile iterator",
20 "Invalid argument passed to profile library",
21 "Attempt to modify read-only profile",
    [all...]
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 strctures"
18 "Bad parent pointer in profile strctures"
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...]
  /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...]
contact_manager.h 21 class Profile;
41 // Adds or removes an observer for changes to |profile|'s contacts.
43 Profile* profile) = 0;
45 Profile* profile) = 0;
47 // Returns pointers to all currently-loaded contacts for |profile|. The
50 virtual scoped_ptr<ContactPointers> GetAllContacts(Profile* profile) = 0;
54 virtual const Contact* GetContactById(Profile* profile
    [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.h 17 class Profile;
22 // active user profile.
27 // 1. Get "signin profile" which is a special type of profile that is only used
29 // 2. Get profile dir of an active user, used by ProfileManager:
31 // 3. Get mapping from user_id_hash to Profile instance/profile path etc.
39 // Returns Profile instance that corresponds to |user_id_hash|.
40 static Profile* GetProfileByUserIdHash(const std::string& user_id_hash);
42 // Returns profile path that corresponds to a given |user_id_hash|
    [all...]
  /external/chromium_org/chrome/browser/signin/
token_service_factory.h 12 class Profile;
15 // Listens for the Profile's destruction notification and cleans up the
19 // Returns the instance of TokenService associated with this profile
20 // (creating one if none exists). Returns NULL if this profile cannot have a
21 // TokenService (for example, if |profile| is incognito).
22 static TokenService* GetForProfile(Profile* profile);
35 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/chromeos/test/data/network/policy/
shill_policy_on_unconfigured_wifi1.json 5 "Profile": "/profile/user1/shill",
shill_policy_on_unmanaged_user_wifi1.json 5 "Profile": "/profile/user1/shill",
shill_policy_on_unmanaged_user_wifi1_wo_uidata.json 5 "Profile": "/profile/user1/shill",
shill_unmanaged_user_wifi1.json 5 "Profile": "/profile/chronos/shill",
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_manager_factory.h 14 class Profile;
21 // instances that initialize per-profile cloud policy settings on the desktop
26 // Therefore, lifetime of instances is managed by Profile, Profile startup code
39 // Returns the UserCloudPolicyManager instance associated with |profile|.
40 static UserCloudPolicyManager* GetForProfile(Profile* profile);
42 // Creates an instance for |profile|. Note that the caller is responsible for
49 Profile* profile,
    [all...]

Completed in 1850 milliseconds

12 3 4 5 6 7 8 91011>>