OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMetaInfo
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.cc
56
namespace
SetMetaInfo
= api::bookmark_manager_private::
SetMetaInfo
;
537
scoped_ptr<
SetMetaInfo
::Params> params(
SetMetaInfo
::Params::Create(*args_));
/external/chromium_org/chrome/browser/bookmarks/
bookmark_model.h
129
bool
SetMetaInfo
(const std::string& key, const std::string& value);
bookmark_model_unittest.cc
[
all
...]
bookmark_model.cc
98
bool BookmarkNode::
SetMetaInfo
(const std::string& key,
484
if (AsMutable(node)->
SetMetaInfo
(key, value) && store_.get())
[
all
...]
Completed in 27 milliseconds