Searched refs:content_param_offsets (Results 1 – 3 of 3) sorted by relevance
54 std::vector<size_t> content_param_offsets; in SetKeyword() local61 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()
64 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();
454 std::vector<size_t> content_param_offsets; in FillInURLAndContents() local458 &content_param_offsets)); in FillInURLAndContents()459 DCHECK_EQ(2U, content_param_offsets.size()); in FillInURLAndContents()460 AutocompleteMatch::ClassifyLocationInString(content_param_offsets[1], in FillInURLAndContents()