Searched refs:CanEdit (Results 1 – 11 of 11) sorted by relevance
225 EXPECT_TRUE(controller()->CanEdit(turl1)); in TEST_F()226 EXPECT_TRUE(controller()->CanEdit(turl2)); in TEST_F()232 EXPECT_TRUE(controller()->CanEdit(turl1)); in TEST_F()233 EXPECT_TRUE(controller()->CanEdit(turl2)); in TEST_F()235 controller()->CanEdit(util()->model()->GetDefaultSearchProvider())); in TEST_F()
40 bool CanEdit(const TemplateURL* url) const;
63 bool KeywordEditorController::CanEdit(const TemplateURL* url) const { in CanEdit() function in KeywordEditorController
12 bool TreeViewController::CanEdit(TreeView* tree_view, ui::TreeModelNode* node) { in CanEdit() function in views::TreeViewController
30 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node);
558 controller_->CanEdit(this, selected_node))) { in OnKeyPressed()
55 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node) OVERRIDE;
122 bool TreeViewExample::CanEdit(TreeView* tree_view, in CanEdit() function in views::examples::TreeViewExample
96 virtual bool CanEdit(views::TreeView* tree_view,
153 bool BookmarkEditorView::CanEdit(views::TreeView* tree_view, in CanEdit() function in BookmarkEditorView
198 dict->SetBoolean("canBeEdited", list_controller_->CanEdit(template_url)); in CreateDictionaryForEngine()