Home
last modified time | relevance | path

Searched refs:OnButtonStateChanged (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/include/views/
Dcef_button_delegate.h62 virtual void OnButtonStateChanged(CefRefPtr<CefButton> button) {} in OnButtonStateChanged() function
/third_party/cef/libcef_dll/ctocpp/views/
Dbutton_delegate_ctocpp.h41 void OnButtonStateChanged(CefRefPtr<CefButton> button) override;
Dmenu_button_delegate_ctocpp.h47 void OnButtonStateChanged(CefRefPtr<CefButton> button) override;
Dbutton_delegate_ctocpp.cc43 void CefButtonDelegateCToCpp::OnButtonStateChanged( in OnButtonStateChanged() function in CefButtonDelegateCToCpp
Dmenu_button_delegate_ctocpp.cc73 void CefMenuButtonDelegateCToCpp::OnButtonStateChanged( in OnButtonStateChanged() function in CefMenuButtonDelegateCToCpp
/third_party/cef/libcef/browser/views/
Dbutton_view.h55 ParentClass::cef_delegate()->OnButtonStateChanged(GetCefButton()); in StateChanged()
/third_party/cef/libcef_dll/cpptoc/views/
Dbutton_delegate_cpptoc.cc61 CefButtonDelegateCppToC::Get(self)->OnButtonStateChanged( in button_delegate_on_button_state_changed()
Dmenu_button_delegate_cpptoc.cc99 ->OnButtonStateChanged(CefButtonCToCpp::Wrap(button)); in menu_button_delegate_on_button_state_changed()