HomeSort by relevance Sort by last modified time
    Searched refs:profile_a (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 59 // |profile_a| and |profile_b|. Returns true if they match.
60 bool KeysMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
63 bool AwaitKeysMatch(int profile_a, int profile_b);
102 // |profile_a| and |profile_b|. Returns true if they match.
103 bool ProfilesMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
110 bool AwaitProfilesMatch(int profile_a, int profile_b);
autofill_helper.cc 236 bool KeysMatch(int profile_a, int profile_b) {
237 return GetAllKeys(profile_a) == GetAllKeys(profile_b);
244 KeysMatchStatusChecker(int profile_a, int profile_b);
255 KeysMatchStatusChecker::KeysMatchStatusChecker(int profile_a, int profile_b)
258 profile_a_(profile_a),
360 int profile_a,
387 DVLOG(1) << "Entries present in Profile " << profile_a << " but not in "
396 bool ProfilesMatch(int profile_a, int profile_b) {
398 GetAllProfiles(profile_a);
402 profile_a, autofill_profiles_a, profile_b, autofill_profiles_b)
    [all...]
bookmarks_helper.h 143 // Checks if the bookmark models of |profile_a| and |profile_b| match each
145 bool ModelsMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
search_engines_helper.cc 63 bool ServicesMatch(int profile_a, int profile_b) {
65 search_engines_helper::GetServiceForBrowserContext(profile_a);
bookmarks_helper.cc 664 bool ModelsMatch(int profile_a, int profile_b) {
665 return BookmarkModelsMatch(GetBookmarkModel(profile_a),
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 56 } profile_a; member in struct:BrowserCloseTest::DownloadsCloseCheckCase
312 browser_a_regular, check_case.profile_a.regular.downloads);
314 browser_a_incognito, check_case.profile_a.incognito.downloads);
326 check_case.profile_a.regular.windows,
327 check_case.profile_a.incognito.windows,
394 // Top level nesting is {profile_a, profile_b}
476 if (profile_a.regular.windows || profile_a.regular.downloads)
478 profile_a.regular.windows,
479 profile_a.regular.downloads)
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 166 TestingProfile* profile_a() { return test_util_a_.profile(); } function in class:TemplateURLServiceSyncTest
    [all...]
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 996 AutofillProfile profile_a; local
    [all...]

Completed in 159 milliseconds