OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanEdit
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller.h
43
bool
CanEdit
(const TemplateURL* url) const;
keyword_editor_controller_unittest.cc
220
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()));
keyword_editor_controller.cc
81
bool KeywordEditorController::
CanEdit
(const TemplateURL* url) const {
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h
99
virtual bool
CanEdit
(views::TreeView* tree_view, ui::TreeModelNode* node);
bookmark_editor_view.cc
177
bool BookmarkEditorView::
CanEdit
(views::TreeView* tree_view,
Completed in 39 milliseconds