HomeSort by relevance Sort by last modified time
    Searched refs:KeywordEditorController (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller.cc 16 KeywordEditorController::KeywordEditorController(Profile* profile)
21 KeywordEditorController::~KeywordEditorController() {
27 void KeywordEditorController::RegisterPrefs(PrefService* prefs) {
31 int KeywordEditorController::AddTemplateURL(const string16& title,
55 void KeywordEditorController::ModifyTemplateURL(const TemplateURL* template_url,
81 bool KeywordEditorController::CanEdit(const TemplateURL* url) const {
86 bool KeywordEditorController::CanMakeDefault(const TemplateURL* url) const {
90 bool KeywordEditorController::CanRemove(const TemplateURL* url) const
    [all...]
keyword_editor_controller.h 21 class KeywordEditorController {
23 explicit KeywordEditorController(Profile* profile);
24 ~KeywordEditorController();
77 DISALLOW_COPY_AND_ASSIGN(KeywordEditorController);
keyword_editor_controller_unittest.cc 97 scoped_ptr<KeywordEditorController> controller_;
119 controller_.reset(new KeywordEditorController(profile_.get()));
  /external/chromium/chrome/browser/ui/webui/options/
search_engine_manager_handler.h 12 class KeywordEditorController;
41 scoped_ptr<KeywordEditorController> list_controller_;
search_engine_manager_handler.cc 40 list_controller_.reset(new KeywordEditorController(web_ui_->GetProfile()));
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 92 KeywordEditorController::RegisterPrefs(local_state);
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 198 milliseconds