OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.h
25
//
BookmarkCodec
is responsible for encoding and decoding the BookmarkModel
28
class
BookmarkCodec
{
34
BookmarkCodec
();
35
~
BookmarkCodec
();
205
DISALLOW_COPY_AND_ASSIGN(
BookmarkCodec
);
bookmark_codec.cc
20
const char*
BookmarkCodec
::kRootsKey = "roots";
21
const char*
BookmarkCodec
::kRootFolderNameKey = "bookmark_bar";
22
const char*
BookmarkCodec
::kOtherBookmarkFolderNameKey = "other";
24
const char*
BookmarkCodec
::kMobileBookmarkFolderNameKey = "synced";
25
const char*
BookmarkCodec
::kVersionKey = "version";
26
const char*
BookmarkCodec
::kChecksumKey = "checksum";
27
const char*
BookmarkCodec
::kIdKey = "id";
28
const char*
BookmarkCodec
::kTypeKey = "type";
29
const char*
BookmarkCodec
::kNameKey = "name";
30
const char*
BookmarkCodec
::kDateAddedKey = "date_added"
[
all
...]
Completed in 179 milliseconds