Searched refs:ApplyTextColor (Results 1 – 7 of 7) sorted by relevance
209 virtual void ApplyTextColor(cef_color_t color, const CefRange& range) = 0;
51 void ApplyTextColor(cef_color_t color, const CefRange& range) override;
155 void CefTextfieldImpl::ApplyTextColor(cef_color_t color, in ApplyTextColor() function in CefTextfieldImpl
59 void ApplyTextColor(cef_color_t color, const CefRange& range) override;
399 void CefTextfieldCToCpp::ApplyTextColor(cef_color_t color, in ApplyTextColor() function in CefTextfieldCToCpp
169 textfield->ApplyTextColor(color, CefRange(0, 5)); in RunTextfieldStyle()
429 CefTextfieldCppToC::Get(self)->ApplyTextColor(color, rangeVal); in textfield_apply_text_color()