Home
last modified time | relevance | path

Searched refs:CefContextMenuHandlerCToCpp (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dcontext_menu_handler_ctocpp.cc26 void CefContextMenuHandlerCToCpp::OnBeforeContextMenu( in OnBeforeContextMenu()
64 bool CefContextMenuHandlerCToCpp::RunContextMenu( in RunContextMenu()
110 bool CefContextMenuHandlerCToCpp::OnContextMenuCommand( in OnContextMenuCommand()
147 void CefContextMenuHandlerCToCpp::OnContextMenuDismissed( in OnContextMenuDismissed()
174 CefContextMenuHandlerCToCpp::CefContextMenuHandlerCToCpp() {} in CefContextMenuHandlerCToCpp() function in CefContextMenuHandlerCToCpp
178 CefContextMenuHandlerCToCpp::~CefContextMenuHandlerCToCpp() { in ~CefContextMenuHandlerCToCpp()
184 CefContextMenuHandlerCToCpp,
193 CefWrapperType CefCToCppRefCounted<CefContextMenuHandlerCToCpp,
Dcontext_menu_handler_ctocpp.h29 class CefContextMenuHandlerCToCpp
30 : public CefCToCppRefCounted<CefContextMenuHandlerCToCpp,
34 CefContextMenuHandlerCToCpp();
35 virtual ~CefContextMenuHandlerCToCpp();
Dclient_ctocpp.cc66 return CefContextMenuHandlerCToCpp::Wrap(_retval); in GetContextMenuHandler()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch31980 @@ -169,6 +171,149 @@ void CefContextMenuHandlerCToCpp::OnContextMenuDismissed(
31985 +bool CefContextMenuHandlerCToCpp::RunQuickMenu(
32024 +bool CefContextMenuHandlerCToCpp::OnQuickMenuCommand(
32056 +void CefContextMenuHandlerCToCpp::OnQuickMenuDismissed(
32082 +void CefContextMenuHandlerCToCpp::OnGetImageForContextNode(
32108 +void CefContextMenuHandlerCToCpp::OnGetImageFromCache(
32129 CefContextMenuHandlerCToCpp::CefContextMenuHandlerCToCpp() {}
32143 @@ -51,6 +51,21 @@ class CefContextMenuHandlerCToCpp