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

  /external/chromium_org/third_party/skia/tools/copyright/
fileparser.py 53 first_match = matches[0]
54 return (first_match[0], first_match[1])
  /external/skia/tools/copyright/
fileparser.py 53 first_match = matches[0]
54 return (first_match[0], first_match[1])
  /external/chromium_org/components/omnibox/
search_provider.cc 500 ACMatches::const_iterator first_match = FindTopMatch(); local
501 if ((first_match != matches_.end()) &&
502 !first_match->inline_autocompletion.empty()) {
506 if (AutocompleteMatch::IsSearchType(first_match->type))
507 top_query_suggestion_match_contents_ = first_match->contents;
509 top_navigation_suggestion_ = first_match->destination_url;
963 ACMatches::const_iterator first_match = FindTopMatch(); local
    [all...]
autocomplete_result_unittest.cc 409 const AutocompleteMatch* first_match = result.match_at(0); local
411 first_match->duplicate_matches.at(1).destination_url);
413 first_match->duplicate_matches.at(2).destination_url);
415 first_match->duplicate_matches.at(3).destination_url);
    [all...]
  /external/chromium_org/third_party/pexpect/
pexpect.py     [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py     [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 244 : first_match(-1),
251 int first_match; member in struct:views::MenuController::SelectByCharDetails
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 873 const size_t first_match = local
    [all...]

Completed in 223 milliseconds