HomeSort by relevance Sort by last modified time
    Searched refs:BookmarkEntity (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/test/fake_server/
bookmark_entity.cc 28 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(
    [all...]
bookmark_entity.h 20 class BookmarkEntity : public FakeServerEntity {
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,
bookmark_entity_builder.cc 66 new BookmarkEntity(id_,
fake_server.cc 343 entity = BookmarkEntity::CreateUpdatedVersion(
348 entity = BookmarkEntity::CreateNew(client_entity, parent_id, client_guid);

Completed in 2237 milliseconds