HomeSort by relevance Sort by last modified time
    Searched defs:BookmarkCodec (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/bookmarks/browser/
bookmark_codec.h 26 // BookmarkCodec is responsible for encoding and decoding the BookmarkModel
29 class BookmarkCodec {
35 BookmarkCodec();
36 ~BookmarkCodec();
206 DISALLOW_COPY_AND_ASSIGN(BookmarkCodec);
bookmark_codec.cc 22 const char* BookmarkCodec::kRootsKey = "roots";
23 const char* BookmarkCodec::kRootFolderNameKey = "bookmark_bar";
24 const char* BookmarkCodec::kOtherBookmarkFolderNameKey = "other";
26 const char* BookmarkCodec::kMobileBookmarkFolderNameKey = "synced";
27 const char* BookmarkCodec::kVersionKey = "version";
28 const char* BookmarkCodec::kChecksumKey = "checksum";
29 const char* BookmarkCodec::kIdKey = "id";
30 const char* BookmarkCodec::kTypeKey = "type";
31 const char* BookmarkCodec::kNameKey = "name";
32 const char* BookmarkCodec::kDateAddedKey = "date_added"
    [all...]

Completed in 63 milliseconds