Home
last modified time | relevance | path

Searched refs:SetPermanentNodeVisible (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
Dbookmark_model_unittest.cc1061 model_->SetPermanentNodeVisible(BookmarkNode::BOOKMARK_BAR, false); in TEST_F()
1063 model_->SetPermanentNodeVisible(BookmarkNode::OTHER_NODE, false); in TEST_F()
1065 model_->SetPermanentNodeVisible(BookmarkNode::MOBILE, true); in TEST_F()
1067 model_->SetPermanentNodeVisible(BookmarkNode::MOBILE, false); in TEST_F()
Dbookmark_model.h260 void SetPermanentNodeVisible(BookmarkNode::Type type, bool value);
Dbookmark_model.cc706 void BookmarkModel::SetPermanentNodeVisible(BookmarkNode::Type type, in SetPermanentNodeVisible() function in BookmarkModel
/external/chromium_org/chrome/browser/sync/glue/
Dbookmark_model_associator.cc245 bookmark_model_->SetPermanentNodeVisible( in UpdatePermanentNodeVisibility()