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

  /external/chromium_org/ui/app_list/search/
tokenized_string_match.cc 88 const gfx::Range& current_match,
93 current_match(current_match),
102 gfx::Range current_match; member in struct:app_list::__anon248::PrefixMatcher::State
169 current_match_ = last_match.current_match;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.h 64 const AutocompleteMatch& current_match() const { return current_match_; } function in class:OmniboxController
omnibox_edit_model.cc 289 AutocompleteMatch match = omnibox_controller_->current_match();
369 const AutocompleteMatch& current_match = user_input_in_progress_ ? local
378 prerenderer->IsAllowed(current_match, controller_->GetWebContents()) &&
393 action_predictor->RecommendAction(user_text_, current_match);
413 if (current_match.destination_url != delegate_->GetURL())
414 delegate_->DoPrerender(current_match);
417 omnibox_controller_->DoPreconnect(current_match);
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 4576 int32_t* current_match = global_cache.FetchNext(); local
    [all...]

Completed in 203 milliseconds