Searched defs:BookmarkEntity (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/test/fake_server/
H A Dbookmark_entity.cc28 BookmarkEntity::~BookmarkEntity() { }
31 FakeServerEntity* BookmarkEntity::CreateNew(
43 return new BookmarkEntity(id,
57 FakeServerEntity* BookmarkEntity::CreateUpdatedVersion(
65 BookmarkEntity* current_bookmark_entity =
66 static_cast<BookmarkEntity*>(current_server_entity);
72 return new BookmarkEntity(client_entity.id_string(),
85 BookmarkEntity::BookmarkEntity( function in class:fake_server::BookmarkEntity
[all...]
H A Dbookmark_entity.h20 class BookmarkEntity : public FakeServerEntity { class in namespace:fake_server
22 virtual ~BookmarkEntity();
24 // Factory function for BookmarkEntity. This factory should be used only for
30 // Factory function for BookmarkEntity. The server's current entity for this
39 BookmarkEntity(const std::string& id,

Completed in 71 milliseconds