/external/chromium/chrome/browser/ui/search_engines/ |
D | keyword_editor_controller_unittest.cc | 220 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()
|
D | keyword_editor_controller.h | 43 bool CanEdit(const TemplateURL* url) const;
|
D | keyword_editor_controller.cc | 81 bool KeywordEditorController::CanEdit(const TemplateURL* url) const { in CanEdit() function in KeywordEditorController
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
D | keyword_editor_controller_unittest.cc | 217 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()
|
D | keyword_editor_controller.h | 42 bool CanEdit(const TemplateURL* url) const;
|
D | keyword_editor_controller.cc | 70 bool KeywordEditorController::CanEdit(const TemplateURL* url) const { in CanEdit() function in KeywordEditorController
|
/external/chromium_org/ui/views/controls/tree/ |
D | tree_view_controller.cc | 12 bool TreeViewController::CanEdit(TreeView* tree_view, ui::TreeModelNode* node) { in CanEdit() function in views::TreeViewController
|
D | tree_view_controller.h | 30 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node);
|
D | tree_view.cc | 558 controller_->CanEdit(this, selected_node))) { in OnKeyPressed()
|
/external/chromium_org/ui/views/examples/ |
D | tree_view_example.h | 55 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node) OVERRIDE;
|
D | tree_view_example.cc | 120 bool TreeViewExample::CanEdit(TreeView* tree_view, in CanEdit() function in views::examples::TreeViewExample
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_editor_view.h | 99 virtual bool CanEdit(views::TreeView* tree_view, ui::TreeModelNode* node);
|
D | bookmark_editor_view.cc | 177 bool BookmarkEditorView::CanEdit(views::TreeView* tree_view, in CanEdit() function in BookmarkEditorView
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_editor_view.h | 96 virtual bool CanEdit(views::TreeView* tree_view,
|
D | bookmark_editor_view.cc | 150 bool BookmarkEditorView::CanEdit(views::TreeView* tree_view, in CanEdit() function in BookmarkEditorView
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | search_engine_manager_handler.cc | 193 dict->SetBoolean("canBeEdited", list_controller_->CanEdit(template_url)); in CreateDictionaryForEngine()
|