OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_entity
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/syncable/
model_type.cc
121
const browser_sync::SyncEntity&
sync_entity
=
local
123
DCHECK(!
sync_entity
.id().IsRoot()); // Root shouldn't ever go over the wire.
125
if (
sync_entity
.deleted())
129
if (
sync_entity
.has_bookmarkdata())
132
ModelType specifics_type = GetModelTypeFromSpecifics(
sync_entity
.specifics());
138
if (!
sync_entity
.server_defined_unique_tag().empty() &&
139
sync_entity
.IsFolder()) {
model_type.h
92
ModelType GetModelType(const sync_pb::SyncEntity&
sync_entity
);
Completed in 271 milliseconds