OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:meta_info_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/bookmarks/
bookmark_model.cc
87
if (!
meta_info_map_
)
90
MetaInfoMap::const_iterator it =
meta_info_map_
->find(key);
91
if (it ==
meta_info_map_
->end())
100
if (!
meta_info_map_
)
101
meta_info_map_
.reset(new MetaInfoMap);
103
MetaInfoMap::iterator it =
meta_info_map_
->find(key);
104
if (it ==
meta_info_map_
->end()) {
105
(*
meta_info_map_
)[key] = value;
116
if (!
meta_info_map_
)
118
bool erased =
meta_info_map_
->erase(key) != 0
[
all
...]
bookmark_model.h
202
scoped_ptr<MetaInfoMap>
meta_info_map_
;
member in class:BookmarkNode
Completed in 143 milliseconds