OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sync_entry
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/engine/
build_commit_command.cc
59
void SetEntrySpecifics(MutableEntry* meta_entry, SyncEntity*
sync_entry
) {
61
sync_entry
->mutable_specifics()->CopyFrom(meta_entry->Get(SPECIFICS));
62
sync_entry
->set_folder(meta_entry->Get(syncable::IS_DIR));
64
DCHECK(meta_entry->GetModelType() ==
sync_entry
->GetModelType());
67
void SetOldStyleBookmarkData(MutableEntry* meta_entry, SyncEntity*
sync_entry
) {
72
sync_entry
->mutable_bookmarkdata();
101
SyncEntity*
sync_entry
=
local
103
sync_entry
->set_id(id);
117
sync_entry
->set_name(name);
123
sync_entry
->set_non_unique_name(name)
[
all
...]
/external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h
77
SimpleSynchronousEntry*
sync_entry
;
member in struct:disk_cache::SimpleEntryCreationResults
simple_synchronous_entry.cc
180
:
sync_entry
(NULL),
232
SimpleSynchronousEntry*
sync_entry
=
local
235
sync_entry
->InitializeForOpen(had_index,
240
sync_entry
->Doom();
241
delete
sync_entry
;
242
out_results->
sync_entry
= NULL;
246
out_results->
sync_entry
=
sync_entry
;
258
SimpleSynchronousEntry*
sync_entry
=
local
260
out_results->result =
sync_entry
->InitializeForCreate
[
all
...]
Completed in 1760 milliseconds