Home
last modified time | relevance | path

Searched refs:IsPermanentNodeVisible (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/components/bookmarks/test/
Dtest_bookmark_client.h41 virtual bool IsPermanentNodeVisible(
Dtest_bookmark_client.cc54 bool TestBookmarkClient::IsPermanentNodeVisible( in IsPermanentNodeVisible() function in test::TestBookmarkClient
/external/chromium_org/components/bookmarks/browser/
Dbookmark_client.h63 virtual bool IsPermanentNodeVisible(const BookmarkPermanentNode* node) = 0;
Dbookmark_model.cc59 bool n1_visible = client_->IsPermanentNodeVisible(n1); in operator ()()
60 bool n2_visible = client_->IsPermanentNodeVisible(n2); in operator ()()
708 node->set_visible(value || client_->IsPermanentNodeVisible(node)); in SetPermanentNodeVisible()
912 node->set_visible(client_->IsPermanentNodeVisible(node)); in CreatePermanentNode()
/external/chromium_org/chrome/browser/bookmarks/
Dchrome_bookmark_client.h56 virtual bool IsPermanentNodeVisible(
Dchrome_bookmark_client.cc145 bool ChromeBookmarkClient::IsPermanentNodeVisible( in IsPermanentNodeVisible() function in ChromeBookmarkClient