Home
last modified time | relevance | path

Searched refs:for_state (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/browser/views/
Dlabel_button_impl.h37 void SetTextColor(cef_button_state_t for_state, cef_color_t color) override;
98 cef_button_state_t for_state, in SetTextColor() argument
102 static_cast<views::Button::ButtonState>(for_state), color); in SetTextColor()
/third_party/cef/include/views/
Dcef_label_button.h104 virtual void SetTextColor(cef_button_state_t for_state,
/third_party/cef/include/capi/views/
Dcef_label_button_capi.h105 cef_button_state_t for_state,
/third_party/cef/libcef_dll/ctocpp/views/
Dmenu_button_ctocpp.h49 void SetTextColor(cef_button_state_t for_state, cef_color_t color) override;
Dlabel_button_ctocpp.h45 void SetTextColor(cef_button_state_t for_state, cef_color_t color) override;
Dlabel_button_ctocpp.cc145 void CefLabelButtonCToCpp::SetTextColor(cef_button_state_t for_state, in SetTextColor() argument
156 _struct->set_text_color(_struct, for_state, color); in SetTextColor()
Dmenu_button_ctocpp.cc186 void CefMenuButtonCToCpp::SetTextColor(cef_button_state_t for_state, in SetTextColor() argument
198 _struct->set_text_color(_struct, for_state, color); in SetTextColor()
/third_party/cef/libcef_dll/cpptoc/views/
Dlabel_button_cpptoc.cc146 cef_button_state_t for_state, in label_button_set_text_color() argument
157 CefLabelButtonCppToC::Get(self)->SetTextColor(for_state, color); in label_button_set_text_color()
Dmenu_button_cpptoc.cc194 cef_button_state_t for_state, in menu_button_set_text_color() argument
206 ->SetTextColor(for_state, color); in menu_button_set_text_color()