OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfilesMatch
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h
103
bool
ProfilesMatch
(int profile_a, int profile_b) WARN_UNUSED_RESULT;
109
// Allows the syncers to run until
ProfilesMatch
() returns true.
autofill_helper.cc
396
bool
ProfilesMatch
(int profile_a, int profile_b) {
407
if (!
ProfilesMatch
(0, i)) {
two_client_autofill_sync_test.cc
32
using autofill_helper::
ProfilesMatch
;
382
EXPECT_FALSE(
ProfilesMatch
(0, 1));
Completed in 114 milliseconds