Searched refs:cef_color_t (Results 1 – 25 of 66) sorted by relevance
123
/third_party/cef/libcef/browser/views/ |
D | textfield_impl.h | 44 void SetTextColor(cef_color_t color) override; 45 cef_color_t GetTextColor() override; 46 void SetSelectionTextColor(cef_color_t color) override; 47 cef_color_t GetSelectionTextColor() override; 48 void SetSelectionBackgroundColor(cef_color_t color) override; 49 cef_color_t GetSelectionBackgroundColor() override; 51 void ApplyTextColor(cef_color_t color, const CefRange& range) override; 60 void SetPlaceholderTextColor(cef_color_t color) override; 65 void SetBackgroundColor(cef_color_t color) override; 66 cef_color_t GetBackgroundColor() override;
|
D | textfield_impl.cc | 120 void CefTextfieldImpl::SetTextColor(cef_color_t color) { in SetTextColor() 125 cef_color_t CefTextfieldImpl::GetTextColor() { in GetTextColor() 130 void CefTextfieldImpl::SetSelectionTextColor(cef_color_t color) { in SetSelectionTextColor() 135 cef_color_t CefTextfieldImpl::GetSelectionTextColor() { in GetSelectionTextColor() 140 void CefTextfieldImpl::SetSelectionBackgroundColor(cef_color_t color) { in SetSelectionBackgroundColor() 145 cef_color_t CefTextfieldImpl::GetSelectionBackgroundColor() { in GetSelectionBackgroundColor() 155 void CefTextfieldImpl::ApplyTextColor(cef_color_t color, in ApplyTextColor() 203 void CefTextfieldImpl::SetPlaceholderTextColor(cef_color_t color) { in SetPlaceholderTextColor() 208 void CefTextfieldImpl::SetBackgroundColor(cef_color_t color) { in SetBackgroundColor() 213 cef_color_t CefTextfieldImpl::GetBackgroundColor() { in GetBackgroundColor()
|
D | label_button_impl.h | 37 void SetTextColor(cef_button_state_t for_state, cef_color_t color) override; 38 void SetEnabledTextColors(cef_color_t color) override; 99 cef_color_t color) { in SetTextColor() 106 cef_color_t color) { in SetEnabledTextColors()
|
/third_party/cef/include/views/ |
D | cef_textfield.h | 156 virtual void SetTextColor(cef_color_t color) = 0; 162 virtual cef_color_t GetTextColor() = 0; 168 virtual void SetSelectionTextColor(cef_color_t color) = 0; 174 virtual cef_color_t GetSelectionTextColor() = 0; 180 virtual void SetSelectionBackgroundColor(cef_color_t color) = 0; 186 virtual cef_color_t GetSelectionBackgroundColor() = 0; 209 virtual void ApplyTextColor(cef_color_t color, const CefRange& range) = 0; 259 virtual void SetPlaceholderTextColor(cef_color_t color) = 0;
|
D | cef_label_button.h | 105 cef_color_t color) = 0; 111 virtual void SetEnabledTextColors(cef_color_t color) = 0;
|
D | cef_view.h | 361 virtual void SetBackgroundColor(cef_color_t color) = 0; 367 virtual cef_color_t GetBackgroundColor() = 0;
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | textfield_ctocpp.h | 52 void SetTextColor(cef_color_t color) override; 53 cef_color_t GetTextColor() override; 54 void SetSelectionTextColor(cef_color_t color) override; 55 cef_color_t GetSelectionTextColor() override; 56 void SetSelectionBackgroundColor(cef_color_t color) override; 57 cef_color_t GetSelectionBackgroundColor() override; 59 void ApplyTextColor(cef_color_t color, const CefRange& range) override; 68 void SetPlaceholderTextColor(cef_color_t color) override; 114 void SetBackgroundColor(cef_color_t color) override; 115 cef_color_t GetBackgroundColor() override;
|
D | menu_button_ctocpp.h | 49 void SetTextColor(cef_button_state_t for_state, cef_color_t color) override; 50 void SetEnabledTextColors(cef_color_t color) override; 107 void SetBackgroundColor(cef_color_t color) override; 108 cef_color_t GetBackgroundColor() override;
|
D | label_button_ctocpp.h | 45 void SetTextColor(cef_button_state_t for_state, cef_color_t color) override; 46 void SetEnabledTextColors(cef_color_t color) override; 103 void SetBackgroundColor(cef_color_t color) override; 104 cef_color_t GetBackgroundColor() override;
|
D | textfield_ctocpp.cc | 288 void CefTextfieldCToCpp::SetTextColor(cef_color_t color) { in SetTextColor() 301 NO_SANITIZE("cfi-icall") cef_color_t CefTextfieldCToCpp::GetTextColor() { in GetTextColor() 311 cef_color_t _retval = _struct->get_text_color(_struct); in GetTextColor() 318 void CefTextfieldCToCpp::SetSelectionTextColor(cef_color_t color) { in SetSelectionTextColor() 332 cef_color_t CefTextfieldCToCpp::GetSelectionTextColor() { in GetSelectionTextColor() 342 cef_color_t _retval = _struct->get_selection_text_color(_struct); in GetSelectionTextColor() 349 void CefTextfieldCToCpp::SetSelectionBackgroundColor(cef_color_t color) { in SetSelectionBackgroundColor() 363 cef_color_t CefTextfieldCToCpp::GetSelectionBackgroundColor() { in GetSelectionBackgroundColor() 373 cef_color_t _retval = _struct->get_selection_background_color(_struct); in GetSelectionBackgroundColor() 399 void CefTextfieldCToCpp::ApplyTextColor(cef_color_t color, in ApplyTextColor() [all …]
|
D | view_ctocpp.h | 90 void SetBackgroundColor(cef_color_t color) override; 91 cef_color_t GetBackgroundColor() override;
|
D | scroll_view_ctocpp.h | 88 void SetBackgroundColor(cef_color_t color) override; 89 cef_color_t GetBackgroundColor() override;
|
D | browser_view_ctocpp.h | 84 void SetBackgroundColor(cef_color_t color) override; 85 cef_color_t GetBackgroundColor() override;
|
D | button_ctocpp.h | 88 void SetBackgroundColor(cef_color_t color) override; 89 cef_color_t GetBackgroundColor() override;
|
/third_party/cef/include/capi/views/ |
D | cef_textfield_capi.h | 152 cef_color_t color); 157 cef_color_t(CEF_CALLBACK* get_text_color)(struct _cef_textfield_t* self); 163 cef_color_t color); 168 cef_color_t(CEF_CALLBACK* get_selection_text_color)( 176 cef_color_t color); 181 cef_color_t(CEF_CALLBACK* get_selection_background_color)( 203 cef_color_t color, 254 cef_color_t color);
|
D | cef_label_button_capi.h | 106 cef_color_t color); 112 cef_color_t color);
|
/third_party/cef/tests/cefclient/browser/ |
D | main_context_impl.h | 30 cef_color_t GetBackgroundColor() override; 71 cef_color_t background_color_; 72 cef_color_t browser_background_color_;
|
D | views_style.cc | 15 cef_color_t g_background_color = 0; 16 cef_color_t g_background_hover_color = 0; 17 cef_color_t g_text_color = 0;
|
/third_party/cef/include/ |
D | cef_menu_model.h | 422 cef_color_t color) = 0; 434 cef_color_t color) = 0; 444 cef_color_t& color) = 0; 455 cef_color_t& color) = 0;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | menu_model_ctocpp.h | 115 cef_color_t color) override; 118 cef_color_t color) override; 121 cef_color_t& color) override; 124 cef_color_t& color) override;
|
/third_party/cef/libcef/browser/ |
D | menu_model_impl.h | 146 cef_color_t color) override; 149 cef_color_t color) override; 152 cef_color_t& color) override; 155 cef_color_t& color) override; 226 cef_color_t default_colors_[CEF_MENU_COLOR_COUNT] = {0};
|
D | simple_menu_model_impl.h | 127 cef_color_t color) override; 130 cef_color_t color) override; 133 cef_color_t& color) override; 136 cef_color_t& color) override;
|
/third_party/cef/include/capi/ |
D | cef_menu_model_capi.h | 432 cef_color_t color); 444 cef_color_t color); 454 cef_color_t* color); 465 cef_color_t* color);
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | textfield_cpptoc.cc | 297 cef_color_t color) { in textfield_set_text_color() 310 cef_color_t CEF_CALLBACK 321 cef_color_t _retval = CefTextfieldCppToC::Get(self)->GetTextColor(); in textfield_get_text_color() 329 cef_color_t color) { in textfield_set_selection_text_color() 342 cef_color_t CEF_CALLBACK 353 cef_color_t _retval = CefTextfieldCppToC::Get(self)->GetSelectionTextColor(); in textfield_get_selection_text_color() 361 cef_color_t color) { in textfield_set_selection_background_color() 374 cef_color_t CEF_CALLBACK 385 cef_color_t _retval = in textfield_get_selection_background_color() 411 cef_color_t color, in textfield_apply_text_color() [all …]
|
/third_party/cef/include/internal/ |
D | cef_types.h | 51 typedef uint32 cef_color_t; typedef 64 static_cast<cef_color_t>( \ 403 cef_color_t background_color; 640 cef_color_t background_color; 2923 cef_color_t color; 2928 cef_color_t background_color;
|
123