HomeSort by relevance Sort by last modified time
    Searched refs:KeywordEditorController (Results 1 - 14 of 14) 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_org/chrome/browser/ui/search_engines/
keyword_editor_controller.cc 19 KeywordEditorController::KeywordEditorController(Profile* profile)
25 KeywordEditorController::~KeywordEditorController() {
31 void KeywordEditorController::RegisterPrefs(PrefRegistrySimple* registry) {
35 int KeywordEditorController::AddTemplateURL(const string16& title,
48 void KeywordEditorController::ModifyTemplateURL(TemplateURL* template_url,
70 bool KeywordEditorController::CanEdit(const TemplateURL* url) const {
75 bool KeywordEditorController::CanMakeDefault(const TemplateURL* url) const {
79 bool KeywordEditorController::CanRemove(const TemplateURL* url) const
    [all...]
keyword_editor_controller.h 20 class KeywordEditorController {
22 explicit KeywordEditorController(Profile* profile);
23 ~KeywordEditorController();
76 DISALLOW_COPY_AND_ASSIGN(KeywordEditorController);
keyword_editor_controller_unittest.cc 95 scoped_ptr<KeywordEditorController> controller_;
118 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_org/chrome/browser/ui/webui/options/
search_engine_manager_handler.h 12 class KeywordEditorController;
48 scoped_ptr<KeywordEditorController> list_controller_;
search_engine_manager_handler.cc 48 new KeywordEditorController(Profile::FromWebUI(web_ui())));
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 92 KeywordEditorController::RegisterPrefs(local_state);
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 213 KeywordEditorController::RegisterPrefs(registry);
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 2682 milliseconds