Searched refs:current_match (Results 1 – 5 of 5) sorted by relevance
274 AutocompleteMatch match = omnibox_controller_->current_match(); in CurrentMatch()354 const AutocompleteMatch& current_match = user_input_in_progress_ ? in OnChanged() local363 prerenderer->IsAllowed(current_match, controller_->GetWebContents()) && in OnChanged()378 action_predictor->RecommendAction(user_text_, current_match); in OnChanged()398 if (current_match.destination_url != PermanentURL()) in OnChanged()399 delegate_->DoPrerender(current_match); in OnChanged()402 omnibox_controller_->DoPreconnect(current_match); in OnChanged()1232 const AutocompleteMatch& match = omnibox_controller_->current_match(); in OnCurrentMatchChanged()
72 const AutocompleteMatch& current_match() const { return current_match_; } in current_match() function
216 AutocompleteMatch current_match = CurrentMatch(); in OnChanged() local217 if (current_match.destination_url == PermanentURL()) { in OnChanged()510 AutocompleteMatch current_match; in OpenURL() local511 GetInfoForCurrentText(¤t_match, NULL); in OpenURL()515 current_match : result().match_at(index); in OpenURL()
264 double current_match = std::max(fabs(default_page_width - paper_width),267 if (current_match > 2)269 current_match += IsPaperNameEqual(paper, default_paper) ? 0 : 1;270 if (current_match < best_match) {272 best_match = current_match;
3985 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString() local3986 if (current_match == NULL) { in StringReplaceGlobalRegExpWithString()4009 int start = current_match[0]; in StringReplaceGlobalRegExpWithString()4010 int end = current_match[1]; in StringReplaceGlobalRegExpWithString()4022 current_match); in StringReplaceGlobalRegExpWithString()4026 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()4027 } while (current_match != NULL); in StringReplaceGlobalRegExpWithString()4068 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString() local4069 if (current_match == NULL) { in StringReplaceGlobalRegExpWithEmptyString()4074 int start = current_match[0]; in StringReplaceGlobalRegExpWithEmptyString()[all …]