Home
last modified time | relevance | path

Searched refs:content_param_offsets (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dkeyword_hint_view.cc54 std::vector<size_t> content_param_offsets; in SetKeyword() local
61 message_id, base::string16(), short_name, &content_param_offsets); in SetKeyword()
62 DCHECK_EQ(2U, content_param_offsets.size()); in SetKeyword()
64 keyword_hint.substr(0, content_param_offsets.front())); in SetKeyword()
65 trailing_label_->SetText(keyword_hint.substr(content_param_offsets.front())); in SetKeyword()
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dkeyword_hint_decoration.mm64 std::vector<size_t> content_param_offsets;
70 &content_param_offsets));
74 DCHECK_EQ(content_param_offsets.size(), 2U);
77 const size_t split = content_param_offsets.front();
/external/chromium_org/components/omnibox/
Dkeyword_provider.cc454 std::vector<size_t> content_param_offsets; in FillInURLAndContents() local
458 &content_param_offsets)); in FillInURLAndContents()
459 DCHECK_EQ(2U, content_param_offsets.size()); in FillInURLAndContents()
460 AutocompleteMatch::ClassifyLocationInString(content_param_offsets[1], in FillInURLAndContents()