Searched refs:current_match (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_match.cc88 const gfx::Range& current_match,
93 current_match(current_match),
102 gfx::Range current_match; member in struct:app_list::__anon16543::PrefixMatcher::State
169 current_match_ = last_match.current_match;
87 State(double relevance, const gfx::Range& current_match, const TokenizedStringMatch::Hits& hits, const TokenizedStringCharIterator& query_iter, const TokenizedStringCharIterator& text_iter) argument
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_controller.h64 const AutocompleteMatch& current_match() const { return current_match_; } function in class:OmniboxController
H A Domnibox_edit_model.cc289 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);
1269 const AutocompleteMatch& match = omnibox_controller_->current_match();
/external/chromium_org/v8/src/
H A Druntime.cc3944 int32_t* current_match = global_cache.FetchNext();
3945 if (current_match == NULL) {
3968 int start = current_match[0];
3969 int end = current_match[1];
3981 current_match);
3985 current_match = global_cache.FetchNext();
3986 } while (current_match != NULL);
4029 int32_t* current_match = global_cache.FetchNext();
4030 if (current_match == NULL) {
4035 int start = current_match[
4576 int32_t* current_match = global_cache.FetchNext(); local
[all...]

Completed in 103 milliseconds