Home
last modified time | relevance | path

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

/third_party/cef/include/views/
Dcef_textfield.h218 virtual void ApplyTextStyle(cef_text_style_t style,
/third_party/cef/libcef/browser/views/
Dtextfield_impl.h52 void ApplyTextStyle(cef_text_style_t style,
Dtextfield_impl.cc164 void CefTextfieldImpl::ApplyTextStyle(cef_text_style_t style, in ApplyTextStyle() function in CefTextfieldImpl
/third_party/cef/libcef_dll/ctocpp/views/
Dtextfield_ctocpp.h60 void ApplyTextStyle(cef_text_style_t style,
Dtextfield_ctocpp.cc414 void CefTextfieldCToCpp::ApplyTextStyle(cef_text_style_t style, in ApplyTextStyle() function in CefTextfieldCToCpp
/third_party/cef/tests/ceftests/views/
Dtextfield_unittest.cc170 textfield->ApplyTextStyle(CEF_TEXT_STYLE_BOLD, true, CefRange(0, 5)); in RunTextfieldStyle()
/third_party/cef/libcef_dll/cpptoc/views/
Dtextfield_cpptoc.cc452 CefTextfieldCppToC::Get(self)->ApplyTextStyle(style, add ? true : false, in textfield_apply_text_style()