Searched refs:CanEdit (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_controller.cc12 bool TreeViewController::CanEdit(TreeView* tree_view, ui::TreeModelNode* node) { function in class:views::TreeViewController
H A Dtree_view_controller.h30 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node);
H A Dtree_view.cc558 controller_->CanEdit(this, selected_node))) {
/external/chromium/chrome/browser/ui/search_engines/
H A Dkeyword_editor_controller.h43 bool CanEdit(const TemplateURL* url) const;
H A Dkeyword_editor_controller_unittest.cc220 EXPECT_TRUE(controller_->CanEdit(turl1));
221 EXPECT_TRUE(controller_->CanEdit(turl2));
227 EXPECT_TRUE(controller_->CanEdit(turl1));
228 EXPECT_TRUE(controller_->CanEdit(turl2));
229 EXPECT_FALSE(controller_->CanEdit(model_->GetDefaultSearchProvider()));
H A Dkeyword_editor_controller.cc81 bool KeywordEditorController::CanEdit(const TemplateURL* url) const { function in class:KeywordEditorController
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dkeyword_editor_controller.h42 bool CanEdit(const TemplateURL* url) const;
H A Dkeyword_editor_controller_unittest.cc217 EXPECT_TRUE(controller_->CanEdit(turl1));
218 EXPECT_TRUE(controller_->CanEdit(turl2));
224 EXPECT_TRUE(controller_->CanEdit(turl1));
225 EXPECT_TRUE(controller_->CanEdit(turl2));
226 EXPECT_FALSE(controller_->CanEdit(model_->GetDefaultSearchProvider()));
H A Dkeyword_editor_controller.cc70 bool KeywordEditorController::CanEdit(const TemplateURL* url) const { function in class:KeywordEditorController
/external/chromium_org/ui/views/examples/
H A Dtree_view_example.h55 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node) OVERRIDE;
H A Dtree_view_example.cc120 bool TreeViewExample::CanEdit(TreeView* tree_view, function in class:views::examples::TreeViewExample
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.h99 virtual bool CanEdit(views::TreeView* tree_view, ui::TreeModelNode* node);
H A Dbookmark_editor_view.cc177 bool BookmarkEditorView::CanEdit(views::TreeView* tree_view, function in class:BookmarkEditorView
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.h96 virtual bool CanEdit(views::TreeView* tree_view,
H A Dbookmark_editor_view.cc150 bool BookmarkEditorView::CanEdit(views::TreeView* tree_view, function in class:BookmarkEditorView
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsearch_engine_manager_handler.cc193 dict->SetBoolean("canBeEdited", list_controller_->CanEdit(template_url));

Completed in 205 milliseconds