OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNoteKey
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/enhanced_bookmarks/
metadata_accessor.h
31
extern const char*
kNoteKey
;
metadata_accessor.cc
76
const char*
kNoteKey
= "stars.note";
95
bookmark_model->SetNodeMetaInfo(node,
kNoteKey
, description);
104
BookmarkNode::MetaInfoMap::const_iterator it = map->find(
kNoteKey
);
enhanced_bookmark_model.cc
26
const char*
kNoteKey
= "stars.note";
163
SetMetaInfo(node,
kNoteKey
, description);
169
if (node->GetMetaInfo(
kNoteKey
, &description) && !description.empty())
Completed in 549 milliseconds