HomeSort by relevance Sort by last modified time
    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 3825 milliseconds