Home
last modified time | relevance | path

Searched refs:GetContextMenuHandler (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/libcef/browser/
Dmenu_manager.cc147 CefRefPtr<CefContextMenuHandler> handler = client->GetContextMenuHandler(); in CreateContextMenu()
212 CefRefPtr<CefContextMenuHandler> handler = client->GetContextMenuHandler(); in ExecuteCommand()
263 CefRefPtr<CefContextMenuHandler> handler = client->GetContextMenuHandler(); in MenuClosed()
/third_party/cef/include/
Dcef_client.h77 virtual CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() { in GetContextMenuHandler() function
/third_party/cef/libcef_dll/ctocpp/
Dclient_ctocpp.h37 CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() override;
Dclient_ctocpp.cc54 CefRefPtr<CefContextMenuHandler> CefClientCToCpp::GetContextMenuHandler() { in GetContextMenuHandler() function in CefClientCToCpp
/third_party/cef/libcef/browser/chrome/
Dchrome_context_menu_handler.cc191 if (auto handler = client->GetContextMenuHandler()) { in MenuCreatedCallback()
/third_party/cef/tests/ceftests/
Dpdf_viewer_unittest.cc64 CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() override { in GetContextMenuHandler() function in __anon5740bc700111::PdfViewerTestHandler
Dos_rendering_unittest.cc385 CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() override { in GetContextMenuHandler() function in __anonee1efea40111::OSRTestHandler
/third_party/cef/libcef_dll/cpptoc/
Dclient_cpptoc.cc66 CefClientCppToC::Get(self)->GetContextMenuHandler(); in client_get_context_menu_handler()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h103 CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() override { in GetContextMenuHandler() function
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch16468 CefRefPtr<CefContextMenuHandler> CefClientCToCpp::GetContextMenuHandler() {
16482 @@ -70,14 +70,14 @@ CefRefPtr<CefContextMenuHandler> CefClientCToCpp::GetContextMenuHandler() {
D0003-ohos-1115.patch16368 + handler = client->GetContextMenuHandler();
16384 + handler = client->GetContextMenuHandler();
16402 + handler = client->GetContextMenuHandler();
21144 + if (auto handler = browser->client()->GetContextMenuHandler()) {
21154 + if (auto handler = browser->client()->GetContextMenuHandler()) {
21427 + if (auto handler = browser->client()->GetContextMenuHandler()) {
32500 CefRefPtr<CefContextMenuHandler> CefClientCToCpp::GetContextMenuHandler() {
32514 @@ -68,14 +70,14 @@ CefRefPtr<CefContextMenuHandler> CefClientCToCpp::GetContextMenuHandler() {
64966 +CefRefPtr<CefContextMenuHandler> NWebHandlerDelegate::GetContextMenuHandler() {
66390 + CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() override;