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/
two_client_autofill_sync_test.cc
29
using autofill_helper::
ProfilesMatch
;
163
ASSERT_TRUE(
ProfilesMatch
(0, 1));
170
ASSERT_TRUE(
ProfilesMatch
(0, 1));
177
ASSERT_TRUE(
ProfilesMatch
(0, 1));
184
ASSERT_TRUE(
ProfilesMatch
(0, 1));
194
ASSERT_TRUE(
ProfilesMatch
(0, 1));
201
ASSERT_TRUE(
ProfilesMatch
(0, 1));
213
ASSERT_TRUE(
ProfilesMatch
(0, 1));
230
ASSERT_TRUE(
ProfilesMatch
(0, 1));
240
ASSERT_TRUE(
ProfilesMatch
(0, 1))
[
all
...]
autofill_helper.h
100
bool
ProfilesMatch
(int profile_a, int profile_b) WARN_UNUSED_RESULT;
autofill_helper.cc
315
bool
ProfilesMatch
(int profile_a, int profile_b) {
352
if (!
ProfilesMatch
(0, i)) {
Completed in 27 milliseconds