Searched refs:IsPermanentNodeVisible (Results 1 – 6 of 6) sorted by relevance
41 virtual bool IsPermanentNodeVisible(
54 bool TestBookmarkClient::IsPermanentNodeVisible( in IsPermanentNodeVisible() function in test::TestBookmarkClient
63 virtual bool IsPermanentNodeVisible(const BookmarkPermanentNode* node) = 0;
59 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()
56 virtual bool IsPermanentNodeVisible(
145 bool ChromeBookmarkClient::IsPermanentNodeVisible( in IsPermanentNodeVisible() function in ChromeBookmarkClient