Home | History | Annotate | Download | only in search_engines

Lines Matching defs:keyword

29                   const string16& keyword,
53 // Keyword to use.
54 string16 keyword() const { return keyword_; }
79 const string16& keyword,
87 keyword_(keyword),
129 // Make sure we can still replace the keyword, i.e. the fetch was successful.
158 // Generate new keyword from URL in OSDD for none autodetected case.
159 // Previous keyword was generated from URL where OSDD was placed and
182 // Try to generate a keyword automatically when we are setting the default
183 // provider. The keyword isn't as important in this case.
188 // Concatenate a number at end of the keyword and try that.
190 // Try the keyword alone the first time
204 // A keyword could not be found. This user must have a lot of numerical
225 // since it is better when generated keyword in many cases.
235 // Mark the keyword as replaceable so it can be removed if necessary.
271 const string16& keyword,
279 // For JS added OSDD empty keyword is OK because we will generate keyword
282 keyword.empty())
289 // and try to brute force a unique keyword for it.
296 url_model->GetTemplateURLForKeyword(keyword);
299 // Either there is a user created TemplateURL for this keyword, or the
300 // keyword has the same OSDD url and we've parsed it.
309 (*i)->keyword() == keyword;
319 new RequestDelegate(this, keyword, osdd_url, favicon_url,