OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TombstoneEntity
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/test/fake_server/
tombstone_entity.cc
20
TombstoneEntity
::~
TombstoneEntity
() { }
23
FakeServerEntity*
TombstoneEntity
::Create(const string& id) {
24
return new
TombstoneEntity
(id, GetModelTypeFromId(id));
27
TombstoneEntity
::
TombstoneEntity
(const string& id,
31
string
TombstoneEntity
::GetParentId() const {
35
void
TombstoneEntity
::SerializeAsProto(sync_pb::SyncEntity* proto) {
42
bool
TombstoneEntity
::IsDeleted() const {
46
bool
TombstoneEntity
::IsFolder() const
[
all
...]
tombstone_entity.h
18
class
TombstoneEntity
: public FakeServerEntity {
20
virtual ~
TombstoneEntity
();
22
// Factory function for
TombstoneEntity
.
32
TombstoneEntity
(const std::string& id, const syncer::ModelType& model_type);
fake_server.cc
326
entity =
TombstoneEntity
::Create(client_entity.id_string());
401
FakeServerEntity* tombstone =
TombstoneEntity
::Create(*it);
Completed in 68 milliseconds