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

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 5 // BookmarkCodec is responsible for encoding and decoding the BookmarkModel
26 // BookmarkCodec is responsible for encoding/decoding bookmarks into JSON
27 // values. BookmarkCodec is used by BookmarkService.
29 class BookmarkCodec {
35 BookmarkCodec();
36 ~BookmarkCodec();
162 DISALLOW_COPY_AND_ASSIGN(BookmarkCodec);
bookmark_codec.cc 19 const char* BookmarkCodec::kRootsKey = "roots";
20 const char* BookmarkCodec::kRootFolderNameKey = "bookmark_bar";
21 const char* BookmarkCodec::kOtherBookmarkFolderNameKey = "other";
22 const char* BookmarkCodec::kVersionKey = "version";
23 const char* BookmarkCodec::kChecksumKey = "checksum";
24 const char* BookmarkCodec::kIdKey = "id";
25 const char* BookmarkCodec::kTypeKey = "type";
26 const char* BookmarkCodec::kNameKey = "name";
27 const char* BookmarkCodec::kDateAddedKey = "date_added";
28 const char* BookmarkCodec::kURLKey = "url"
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.cc 19 const char* BookmarkCodec::kRootsKey = "roots";
20 const char* BookmarkCodec::kRootFolderNameKey = "bookmark_bar";
21 const char* BookmarkCodec::kOtherBookmarkFolderNameKey = "other";
23 const char* BookmarkCodec::kMobileBookmarkFolderNameKey = "synced";
24 const char* BookmarkCodec::kVersionKey = "version";
25 const char* BookmarkCodec::kChecksumKey = "checksum";
26 const char* BookmarkCodec::kIdKey = "id";
27 const char* BookmarkCodec::kTypeKey = "type";
28 const char* BookmarkCodec::kNameKey = "name";
29 const char* BookmarkCodec::kDateAddedKey = "date_added"
    [all...]
bookmark_codec.h 24 // BookmarkCodec is responsible for encoding and decoding the BookmarkModel
27 class BookmarkCodec {
33 BookmarkCodec();
34 ~BookmarkCodec();
172 DISALLOW_COPY_AND_ASSIGN(BookmarkCodec);

Completed in 93 milliseconds