match_ 84 chrome/browser/ui/app_list/search/omnibox_provider.cc match_.destination_url, match_ 85 chrome/browser/ui/app_list/search/omnibox_provider.cc match_.transition); match_ 94 chrome/browser/ui/app_list/search/omnibox_provider.cc new OmniboxResult(profile_, match_)).Pass(); match_ 103 chrome/browser/ui/app_list/search/omnibox_provider.cc int resource_id = match_.starred ? match_ 104 chrome/browser/ui/app_list/search/omnibox_provider.cc IDR_OMNIBOX_STAR : AutocompleteMatch::TypeToIcon(match_.type); match_ 110 chrome/browser/ui/app_list/search/omnibox_provider.cc set_title(match_.contents); match_ 112 chrome/browser/ui/app_list/search/omnibox_provider.cc ACMatchClassificationsToTags(match_.contents, match_ 113 chrome/browser/ui/app_list/search/omnibox_provider.cc match_.contents_class, match_ 117 chrome/browser/ui/app_list/search/omnibox_provider.cc set_details(match_.description); match_ 119 chrome/browser/ui/app_list/search/omnibox_provider.cc ACMatchClassificationsToTags(match_.description, match_ 120 chrome/browser/ui/app_list/search/omnibox_provider.cc match_.description_class, match_ 126 chrome/browser/ui/app_list/search/omnibox_provider.cc AutocompleteMatch match_; match_ 24 chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h AutocompleteMatch match_; match_ 46 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc match_(match), match_ 48 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc DCHECK(match_.destination_url.is_valid()); match_ 63 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc return base::UTF8ToUTF16(match_.destination_url.spec()); match_ 74 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc shortcuts_backend->AddOrUpdateShortcut(text_, match_); match_ 86 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc match_.destination_url, content::Referrer(), disposition, match_ 43 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h const AutocompleteMatch match_; match_ 59 chrome/browser/ui/omnibox/omnibox_navigation_observer.cc match_(match), match_ 81 chrome/browser/ui/omnibox/omnibox_navigation_observer.cc shortcuts_backend_->AddOrUpdateShortcut(text_, match_); match_ 105 chrome/browser/ui/omnibox/omnibox_navigation_observer.cc IsValidNavigation(match_.destination_url, load_details.entry->GetURL())) match_ 147 chrome/browser/ui/omnibox/omnibox_navigation_observer.cc web_contents(), text_, alternate_nav_match_, match_.destination_url); match_ 96 chrome/browser/ui/omnibox/omnibox_navigation_observer.h const AutocompleteMatch match_; match_ 181 chrome/browser/ui/views/omnibox/omnibox_result_view.cc match_ = match; match_ 185 chrome/browser/ui/views/omnibox/omnibox_result_view.cc AutocompleteMatch* associated_keyword_match = match_.associated_keyword.get(); match_ 439 chrome/browser/ui/views/omnibox/omnibox_result_view.cc int icon = match_.starred ? match_ 440 chrome/browser/ui/views/omnibox/omnibox_result_view.cc IDR_OMNIBOX_STAR : AutocompleteMatch::TypeToIcon(match_.type); match_ 471 chrome/browser/ui/views/omnibox/omnibox_result_view.cc return match_.associated_keyword && match_ 487 chrome/browser/ui/views/omnibox/omnibox_result_view.cc match_.contents, match_.contents_class, false).release()); match_ 502 chrome/browser/ui/views/omnibox/omnibox_result_view.cc if (match_.associated_keyword.get()) { match_ 538 chrome/browser/ui/views/omnibox/omnibox_result_view.cc if (!description_rendertext_ && !match_.description.empty()) { match_ 541 chrome/browser/ui/views/omnibox/omnibox_result_view.cc match_.description, match_.description_class, true).release()); match_ 543 chrome/browser/ui/views/omnibox/omnibox_result_view.cc PaintMatch(match_, contents_rendertext_.get(), match_ 547 chrome/browser/ui/views/omnibox/omnibox_result_view.cc AutocompleteMatch* keyword_match = match_.associated_keyword.get(); match_ 171 chrome/browser/ui/views/omnibox/omnibox_result_view.h AutocompleteMatch match_; match_ 117 third_party/re2/re2/nfa.cc const char** match_; // best match so far match_ 140 third_party/re2/re2/nfa.cc match_ = NULL; match_ 147 third_party/re2/re2/nfa.cc delete[] match_; match_ 302 third_party/re2/re2/nfa.cc if (matched_ && match_[0] < t->capture[0]) { match_ 327 third_party/re2/re2/nfa.cc CopyCapture((const char**)match_, t->capture); match_ 349 third_party/re2/re2/nfa.cc if (!matched_ || t->capture[0] < match_[0] || match_ 350 third_party/re2/re2/nfa.cc (t->capture[0] == match_[0] && t->capture[1] > match_[1])) match_ 351 third_party/re2/re2/nfa.cc CopyCapture((const char**)match_, t->capture); match_ 355 third_party/re2/re2/nfa.cc CopyCapture((const char**)match_, t->capture); match_ 446 third_party/re2/re2/nfa.cc match_ = new const char*[ncapture_]; match_ 448 third_party/re2/re2/nfa.cc memset(match_, 0, ncapture_*sizeof match_[0]); match_ 464 third_party/re2/re2/nfa.cc memset(&match_[0], 0, ncapture_*sizeof match_[0]); match_ 532 third_party/re2/re2/nfa.cc match_[ip->cap()] = p; match_ 541 third_party/re2/re2/nfa.cc match_[1] = p; match_ 584 third_party/re2/re2/nfa.cc match_[0] = p; match_ 585 third_party/re2/re2/nfa.cc AddToThreadq(runq, start_, flag, p, match_); match_ 586 third_party/re2/re2/nfa.cc match_[0] = NULL; match_ 610 third_party/re2/re2/nfa.cc submatch[i].set(match_[2*i], match_[2*i+1] - match_[2*i]); match_ 613 third_party/re2/re2/nfa.cc static_cast<int>(match_[0] - btext_), match_ 614 third_party/re2/re2/nfa.cc static_cast<int>(match_[1] - btext_)); match_ 243 third_party/re2/re2/prefilter.cc Prefilter* match_; match_ 253 third_party/re2/re2/prefilter.cc delete match_; match_ 258 third_party/re2/re2/prefilter.cc match_ = Prefilter::OrStrings(&exact_); match_ 261 third_party/re2/re2/prefilter.cc Prefilter* m = match_; match_ 262 third_party/re2/re2/prefilter.cc match_ = NULL; match_ 287 third_party/re2/re2/prefilter.cc if (match_) match_ 288 third_party/re2/re2/prefilter.cc return match_->DebugString(); match_ 337 third_party/re2/re2/prefilter.cc ab->match_ = Prefilter::And(a->TakeMatch(), b->TakeMatch()); match_ 357 third_party/re2/re2/prefilter.cc ab->match_ = Prefilter::Or(a->TakeMatch(), b->TakeMatch()); match_ 371 third_party/re2/re2/prefilter.cc ab->match_ = new Prefilter(ALL); match_ 387 third_party/re2/re2/prefilter.cc ab->match_ = a->TakeMatch(); match_ 424 third_party/re2/re2/prefilter.cc info->match_ = new Prefilter(ALL); match_ 431 third_party/re2/re2/prefilter.cc info->match_ = new Prefilter(NONE); match_ 441 third_party/re2/re2/prefilter.cc info->match_ = new Prefilter(ALL); match_ 239 third_party/re2/re2/testing/dfa_test.cc : prog_(prog), match_(match), no_match_(no_match) {} match_ 244 third_party/re2/re2/testing/dfa_test.cc matched = prog_->SearchDFA(match_, NULL, match_ 259 third_party/re2/re2/testing/dfa_test.cc StringPiece match_;