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

  /external/chromium/chrome/browser/search_engines/
template_url_parser.h 23 virtual bool KeepParameter(const std::string& key,
template_url_parser_unittest.cc 147 bool KeepParameter(const std::string& key, const std::string& value) {
template_url_parser.cc 175 if (parameter_filter_ && !parameter_filter_->KeepParameter(key, value))
418 if (filter->KeepParameter(key_str, value_str)) {
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser.h 23 virtual bool KeepParameter(const std::string& key,
template_url_parser_unittest.cc 23 virtual bool KeepParameter(const std::string& key,
41 bool ParamFilterImpl::KeepParameter(const std::string& key,
template_url_parser.cc 409 (!parameter_filter_ || parameter_filter_->KeepParameter(key, value)))
432 if (parameter_filter_->KeepParameter(key_str, value_str)) {
  /external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.cc 76 virtual bool KeepParameter(const std::string& key,
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 34 virtual bool KeepParameter(const std::string& key,

Completed in 1708 milliseconds