Searched refs:GetPlaceholderText (Results 1 – 5 of 5) sorted by relevance
65 textfields_.front()->GetPlaceholderText(), in SetText()117 sender->GetPlaceholderText(), in ContentsChanged()
98 base::string16 DecoratedTextfield::GetPlaceholderText() const { in GetPlaceholderText() function in autofill::DecoratedTextfield99 return editable_ ? views::Textfield::GetPlaceholderText() : base::string16(); in GetPlaceholderText()
49 virtual base::string16 GetPlaceholderText() const OVERRIDE;
149 virtual base::string16 GetPlaceholderText() const;
466 base::string16 Textfield::GetPlaceholderText() const { in GetPlaceholderText() function in views::Textfield1632 if (text().empty() && !GetPlaceholderText().empty()) { in PaintTextAndCursor()1633 canvas->DrawStringRect(GetPlaceholderText(), GetFontList(), in PaintTextAndCursor()