OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLsEqual
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc
51
static bool
URLsEqual
(history::URLRow& lhs, history::URLRow& rhs) {
87
EXPECT_TRUE(
URLsEqual
(new_row2, expected2));
104
EXPECT_TRUE(
URLsEqual
(new_row3, expected3));
121
EXPECT_TRUE(
URLsEqual
(new_row4, expected4));
138
EXPECT_TRUE(
URLsEqual
(new_row5, expected5));
/external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc
250
static bool
URLsEqual
(history::URLRow& lhs, history::URLRow& rhs) {
339
EXPECT_TRUE(
URLsEqual
(entries[0], sync_entries[0]));
377
EXPECT_TRUE(
URLsEqual
(expected[entry->url().spec()], *entry));
417
EXPECT_TRUE(
URLsEqual
(merged_entry, new_sync_entries[0]));
443
EXPECT_TRUE(
URLsEqual
(added_entry, new_sync_entries[0]));
476
EXPECT_TRUE(
URLsEqual
(updated_entry, new_sync_entries[0]));
511
EXPECT_TRUE(
URLsEqual
(original_entry2, new_sync_entries[0]));
Completed in 8089 milliseconds