Searched defs:hint_text (Results 1 – 2 of 2) sorted by relevance
59 const base::string16& hint_text() const { return hint_text_; } in hint_text() function
45 void SearchBoxModel::SetHintText(const base::string16& hint_text) { in SetHintText()