Searched refs:ApplyTextStyle (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/include/views/ |
D | cef_textfield.h | 218 virtual void ApplyTextStyle(cef_text_style_t style,
|
/third_party/cef/libcef/browser/views/ |
D | textfield_impl.h | 52 void ApplyTextStyle(cef_text_style_t style,
|
D | textfield_impl.cc | 164 void CefTextfieldImpl::ApplyTextStyle(cef_text_style_t style, in ApplyTextStyle() function in CefTextfieldImpl
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | textfield_ctocpp.h | 60 void ApplyTextStyle(cef_text_style_t style,
|
D | textfield_ctocpp.cc | 414 void CefTextfieldCToCpp::ApplyTextStyle(cef_text_style_t style, in ApplyTextStyle() function in CefTextfieldCToCpp
|
/third_party/cef/tests/ceftests/views/ |
D | textfield_unittest.cc | 170 textfield->ApplyTextStyle(CEF_TEXT_STYLE_BOLD, true, CefRange(0, 5)); in RunTextfieldStyle()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | textfield_cpptoc.cc | 452 CefTextfieldCppToC::Get(self)->ApplyTextStyle(style, add ? true : false, in textfield_apply_text_style()
|