HomeSort by relevance Sort by last modified time
    Searched defs:show_in_default_list (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 262 WriteParam(m, p.show_in_default_list());
289 bool show_in_default_list; local
313 !ReadParam(m, iter, &show_in_default_list) ||
347 p->set_show_in_default_list(show_in_default_list);
  /external/chromium/chrome/browser/search_engines/
template_url.h 384 void set_show_in_default_list(bool show_in_default_list) {
385 show_in_default_list_ = show_in_default_list;
387 bool show_in_default_list() const { return show_in_default_list_; } function in class:TemplateURL
389 // Returns true if show_in_default_list() is true and this TemplateURL has a

Completed in 122 milliseconds