Searched refs:for_state (Results 1 – 9 of 9) sorted by relevance
/third_party/cef/libcef/browser/views/ |
D | label_button_impl.h | 37 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/ |
D | cef_label_button.h | 104 virtual void SetTextColor(cef_button_state_t for_state,
|
/third_party/cef/include/capi/views/ |
D | cef_label_button_capi.h | 105 cef_button_state_t for_state,
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | menu_button_ctocpp.h | 49 void SetTextColor(cef_button_state_t for_state, cef_color_t color) override;
|
D | label_button_ctocpp.h | 45 void SetTextColor(cef_button_state_t for_state, cef_color_t color) override;
|
D | label_button_ctocpp.cc | 145 void CefLabelButtonCToCpp::SetTextColor(cef_button_state_t for_state, in SetTextColor() argument 156 _struct->set_text_color(_struct, for_state, color); in SetTextColor()
|
D | menu_button_ctocpp.cc | 186 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/ |
D | label_button_cpptoc.cc | 146 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()
|
D | menu_button_cpptoc.cc | 194 cef_button_state_t for_state, in menu_button_set_text_color() argument 206 ->SetTextColor(for_state, color); in menu_button_set_text_color()
|