OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLsEqual
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc
328
static bool
URLsEqual
(history::URLRow& lhs, history::URLRow& rhs) {
412
EXPECT_TRUE(
URLsEqual
(entries[0], sync_entries[0]));
440
EXPECT_TRUE(
URLsEqual
(native_entry1, sync_entries[0]));
462
EXPECT_TRUE(
URLsEqual
(entries[1], sync_entries[0]));
499
EXPECT_TRUE(
URLsEqual
(expected[entry->url().spec()], *entry));
556
EXPECT_TRUE(
URLsEqual
(merged_entry, new_sync_entries[0]));
591
EXPECT_TRUE(
URLsEqual
(sync_entry, new_sync_entries[0]));
619
EXPECT_TRUE(
URLsEqual
(added_entry, new_sync_entries[0]));
650
EXPECT_TRUE(
URLsEqual
(added_entry, new_sync_entries[0]));
688
EXPECT_TRUE(
URLsEqual
(updated_entry, new_sync_entries[0]))
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc
60
static bool
URLsEqual
(history::URLRow& lhs, history::URLRow& rhs) {
116
EXPECT_TRUE(
URLsEqual
(new_row2, expected2));
133
EXPECT_TRUE(
URLsEqual
(new_row3, expected3));
155
EXPECT_TRUE(
URLsEqual
(new_row4, expected4));
175
EXPECT_TRUE(
URLsEqual
(new_row5, expected5));
207
EXPECT_TRUE(
URLsEqual
(history_url, new_history_url));
/external/chromium_org/chrome/browser/history/
typed_url_syncable_service_unittest.cc
114
static bool
URLsEqual
(URLRow& row,
284
EXPECT_TRUE(
URLsEqual
(url_row, url_specifics));
330
EXPECT_TRUE(
URLsEqual
(url_row, url_specifics));
408
EXPECT_TRUE(
URLsEqual
(url_row, url_specifics));
Completed in 61 milliseconds