/external/chromium/chrome/browser/autocomplete/ |
search_provider.h | 202 bool is_keyword, 215 bool is_keyword); 217 // Adds a match for each result in |results| to |map|. |is_keyword| indicates 220 bool is_keyword, 224 // Adds a match for each result in |suggest_results| to |map|. |is_keyword| 228 bool is_keyword, 235 // |time| is the time at which this query was last seen. |is_keyword| is true 240 bool is_keyword) const; 242 // server; the best suggestion is suggestion number 0. |is_keyword| is true 246 bool is_keyword) const [all...] |
search_provider.cc | 437 bool is_keyword, 504 is_keyword ? keyword_navigation_results_ : 590 bool is_keyword) { 595 const size_t num_results = is_keyword ? 598 CalculateRelevanceForNavigation(num_results, 0, is_keyword), 599 is_keyword)); 604 bool is_keyword, 640 is_keyword); 645 is_keyword ? keyword_input_text_ : input_.text(), 648 is_keyword, input_.initial_prevent_inline_autocomplete() [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
search_provider.h | 73 // |input| and |is_keyword| are necessary for various other details, like 88 bool is_keyword, 367 // and navigation result lists, depending on whether |is_keyword| is true. 369 bool ParseSuggestResults(base::Value* root_val, bool is_keyword); 392 // Adds a match for each result in |results| to |map|. |is_keyword| indicates 395 bool is_keyword, 404 bool is_keyword); 434 // |time| is the time at which this query was last seen. |is_keyword| 441 bool is_keyword, 454 bool is_keyword, [all...] |
search_provider.cc | 268 bool is_keyword, 324 if (is_keyword) 349 match.transition = is_keyword ? 561 const bool is_keyword = (source == keyword_fetcher_.get()); local 566 (is_keyword ? 574 if (!is_keyword && default_url && 593 results_updated = data.get() && ParseSuggestResults(data.get(), is_keyword); 1289 const bool is_keyword = results[i].from_keyword_provider(); local [all...] |
/external/chromium_org/v8/src/ |
preparser.cc | 1288 bool is_keyword = i::Token::IsKeyword(name); local [all...] |
parser.cc | 3940 bool is_keyword = Token::IsKeyword(next); local [all...] |
/external/v8/src/ |
preparser.cc | 1260 bool is_keyword = i::Token::IsKeyword(name); local [all...] |
parser.cc | 4062 bool is_keyword = Token::IsKeyword(next); local [all...] |