Home
last modified time | relevance | path

Searched refs:ApplyTextColor (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/include/views/
Dcef_textfield.h209 virtual void ApplyTextColor(cef_color_t color, const CefRange& range) = 0;
/third_party/cef/libcef/browser/views/
Dtextfield_impl.h51 void ApplyTextColor(cef_color_t color, const CefRange& range) override;
Dtextfield_impl.cc155 void CefTextfieldImpl::ApplyTextColor(cef_color_t color, in ApplyTextColor() function in CefTextfieldImpl
/third_party/cef/libcef_dll/ctocpp/views/
Dtextfield_ctocpp.h59 void ApplyTextColor(cef_color_t color, const CefRange& range) override;
Dtextfield_ctocpp.cc399 void CefTextfieldCToCpp::ApplyTextColor(cef_color_t color, in ApplyTextColor() function in CefTextfieldCToCpp
/third_party/cef/tests/ceftests/views/
Dtextfield_unittest.cc169 textfield->ApplyTextColor(color, CefRange(0, 5)); in RunTextfieldStyle()
/third_party/cef/libcef_dll/cpptoc/views/
Dtextfield_cpptoc.cc429 CefTextfieldCppToC::Get(self)->ApplyTextColor(color, rangeVal); in textfield_apply_text_color()