HomeSort by relevance Sort by last modified time
    Searched refs:profile_a (Results 1 - 9 of 9) 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;
99 // |profile_a| and |profile_b|. Returns true if they match.
100 bool ProfilesMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
autofill_helper.cc 235 bool KeysMatch(int profile_a, int profile_b) {
236 return GetAllKeys(profile_a) == GetAllKeys(profile_b);
315 bool ProfilesMatch(int profile_a, int profile_b) {
317 GetAllProfiles(profile_a);
343 LOG(ERROR) << "Entries present in Profile " << profile_a
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 62 bool ServicesMatch(int profile_a, int profile_b) {
64 search_engines_helper::GetServiceForBrowserContext(profile_a);
bookmarks_helper.cc 641 bool ModelsMatch(int profile_a, int profile_b) {
642 return BookmarkModelsMatch(GetBookmarkModel(profile_a),
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 56 } profile_a; member in struct:BrowserCloseTest::DownloadsCloseCheckCase
311 browser_a_regular, check_case.profile_a.regular.downloads);
313 browser_a_incognito, check_case.profile_a.incognito.downloads);
325 check_case.profile_a.regular.windows,
326 check_case.profile_a.incognito.windows,
393 // Top level nesting is {profile_a, profile_b}
475 if (profile_a.regular.windows || profile_a.regular.downloads)
477 profile_a.regular.windows,
478 profile_a.regular.downloads)
    [all...]
  /external/chromium/chrome/browser/webdata/
web_database_migration_unittest.cc 894 AutofillProfile profile_a; local
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 204 TestingProfile* profile_a() { return test_util_a_.profile(); } function in class:TemplateURLServiceSyncTest
    [all...]
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 813 AutofillProfile profile_a; local
    [all...]

Completed in 461 milliseconds