OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sync_entries
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/password_manager/core/browser/
password_syncable_service.cc
158
SyncEntries
sync_entries
;
local
166
&
sync_entries
,
170
WriteToPasswordStore(
sync_entries
);
174
sync_entries
.new_entries.size());
176
merge_result.set_num_items_added(
sync_entries
.new_entries.size());
178
merge_result.set_num_items_modified(
sync_entries
.updated_entries.size());
221
SyncEntries
sync_entries
;
local
228
sync_entries
.EntriesForChangeType(it->change_type());
237
WriteToPasswordStore(
sync_entries
);
323
SyncEntries*
sync_entries
,
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc
389
history::URLRows
sync_entries
;
local
390
GetTypedUrlsFromSyncDB(&
sync_entries
);
391
EXPECT_EQ(0U,
sync_entries
.size());
409
history::URLRows
sync_entries
;
local
410
GetTypedUrlsFromSyncDB(&
sync_entries
);
411
ASSERT_EQ(1U,
sync_entries
.size());
412
EXPECT_TRUE(URLsEqual(entries[0],
sync_entries
[0]));
437
history::URLRows
sync_entries
;
local
438
GetTypedUrlsFromSyncDB(&
sync_entries
);
439
ASSERT_EQ(1U,
sync_entries
.size())
458
std::vector<history::URLRow>
sync_entries
;
local
482
history::URLRows
sync_entries
;
local
508
history::URLRows
sync_entries
;
local
544
history::URLRows
sync_entries
;
local
579
history::URLRows
sync_entries
;
local
963
history::URLRows
sync_entries
;
local
994
history::URLRows
sync_entries
;
local
[
all
...]
profile_sync_service_autofill_unittest.cc
933
std::vector<AutofillEntry>
sync_entries
;
local
950
std::vector<AutofillEntry>
sync_entries
;
local
997
std::vector<AutofillEntry>
sync_entries
;
local
1013
std::vector<AutofillEntry>
sync_entries
;
local
1049
std::vector<AutofillEntry>
sync_entries
;
local
1380
std::vector<AutofillEntry>
sync_entries
;
local
[
all
...]
Completed in 138 milliseconds