Searched refs:SetPlaceholderTextColor (Results 1 – 7 of 7) sorted by relevance
259 virtual void SetPlaceholderTextColor(cef_color_t color) = 0;
60 void SetPlaceholderTextColor(cef_color_t color) override;
203 void CefTextfieldImpl::SetPlaceholderTextColor(cef_color_t color) { in SetPlaceholderTextColor() function in CefTextfieldImpl
68 void SetPlaceholderTextColor(cef_color_t color) override;
512 void CefTextfieldCToCpp::SetPlaceholderTextColor(cef_color_t color) { in SetPlaceholderTextColor() function in CefTextfieldCToCpp
161 textfield->SetPlaceholderTextColor(color); in RunTextfieldStyle()
549 CefTextfieldCppToC::Get(self)->SetPlaceholderTextColor(color); in textfield_set_placeholder_text_color()