Home
last modified time | relevance | path

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

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