Home
last modified time | relevance | path

Searched refs:cef_color_t (Results 1 – 25 of 66) sorted by relevance

123

/third_party/cef/libcef/browser/views/
Dtextfield_impl.h44 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;
Dtextfield_impl.cc120 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()
Dlabel_button_impl.h37 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/
Dcef_textfield.h156 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;
Dcef_label_button.h105 cef_color_t color) = 0;
111 virtual void SetEnabledTextColors(cef_color_t color) = 0;
Dcef_view.h361 virtual void SetBackgroundColor(cef_color_t color) = 0;
367 virtual cef_color_t GetBackgroundColor() = 0;
/third_party/cef/libcef_dll/ctocpp/views/
Dtextfield_ctocpp.h52 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;
Dmenu_button_ctocpp.h49 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;
Dlabel_button_ctocpp.h45 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;
Dtextfield_ctocpp.cc288 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 …]
Dview_ctocpp.h90 void SetBackgroundColor(cef_color_t color) override;
91 cef_color_t GetBackgroundColor() override;
Dscroll_view_ctocpp.h88 void SetBackgroundColor(cef_color_t color) override;
89 cef_color_t GetBackgroundColor() override;
Dbrowser_view_ctocpp.h84 void SetBackgroundColor(cef_color_t color) override;
85 cef_color_t GetBackgroundColor() override;
Dbutton_ctocpp.h88 void SetBackgroundColor(cef_color_t color) override;
89 cef_color_t GetBackgroundColor() override;
/third_party/cef/include/capi/views/
Dcef_textfield_capi.h152 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);
Dcef_label_button_capi.h106 cef_color_t color);
112 cef_color_t color);
/third_party/cef/tests/cefclient/browser/
Dmain_context_impl.h30 cef_color_t GetBackgroundColor() override;
71 cef_color_t background_color_;
72 cef_color_t browser_background_color_;
Dviews_style.cc15 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/
Dcef_menu_model.h422 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/
Dmenu_model_ctocpp.h115 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/
Dmenu_model_impl.h146 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};
Dsimple_menu_model_impl.h127 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/
Dcef_menu_model_capi.h432 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/
Dtextfield_cpptoc.cc297 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/
Dcef_types.h51 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