/third_party/cef/include/ |
D | cef_life_span_handler.h | 82 virtual bool OnBeforePopup(CefRefPtr<CefBrowser> browser, in OnBeforePopup() function
|
/third_party/cef/libcef_dll/ctocpp/ |
D | life_span_handler_ctocpp.h | 40 bool OnBeforePopup(CefRefPtr<CefBrowser> browser,
|
D | life_span_handler_ctocpp.cc | 25 bool CefLifeSpanHandlerCToCpp::OnBeforePopup( in OnBeforePopup() function in CefLifeSpanHandlerCToCpp
|
/third_party/cef/tests/ceftests/ |
D | osr_display_unittest.cc | 218 bool OnBeforePopup(CefRefPtr<CefBrowser> browser, in OnBeforePopup() function in __anon292c1d0c0211::OsrPopupJSOtherClientTestHandler 354 virtual bool OnBeforePopup(CefRefPtr<CefBrowser> browser, in OnBeforePopup() function in __anon292c1d0c0211::OsrPopupJSOtherCefClient
|
D | request_context_unittest.cc | 281 bool OnBeforePopup(CefRefPtr<CefBrowser> browser, in OnBeforePopup() function in __anone3b6a7700111::PopupTestHandler 504 bool OnBeforePopup(CefRefPtr<CefBrowser> browser, in OnBeforePopup() function in __anone3b6a7700211::PopupNavTestHandler
|
D | navigation_unittest.cc | 1392 bool OnBeforePopup( in OnBeforePopup() function in __anonf3898fd30511::OrderNavTestHandler 2173 bool OnBeforePopup(CefRefPtr<CefBrowser> browser, in OnBeforePopup() function in __anonf3898fd30711::PopupSimultaneousTestHandler 2316 bool OnBeforePopup(CefRefPtr<CefBrowser> browser, in OnBeforePopup() function in __anonf3898fd30811::PopupJSWindowOpenTestHandler 2454 bool OnBeforePopup(CefRefPtr<CefBrowser> browser, in OnBeforePopup() function in __anonf3898fd30911::PopupJSWindowEmptyTestHandler 3463 bool OnBeforePopup(CefRefPtr<CefBrowser> browser, in OnBeforePopup() function in __anonf3898fd30e11::ExtraInfoNavTestHandler
|
D | frame_handler_unittest.cc | 1620 bool OnBeforePopup( in OnBeforePopup() function in __anond1ec902b0511::ParentOrderMainTestHandler
|
/third_party/cef/libcef_dll/cpptoc/ |
D | life_span_handler_cpptoc.cc | 108 bool _retval = CefLifeSpanHandlerCppToC::Get(self)->OnBeforePopup( in life_span_handler_on_before_popup()
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler.h | 193 bool OnBeforePopup(
|
D | client_handler.cc | 581 bool ClientHandler::OnBeforePopup( in OnBeforePopup() function in client::ClientHandler
|
/third_party/cef/libcef/browser/ |
D | browser_info_manager.cc | 169 allow = !handler->OnBeforePopup( in CanCreateWindow()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 35000 @@ -102,6 +102,40 @@ bool CefLifeSpanHandlerCToCpp::OnBeforePopup( 65105 +bool NWebHandlerDelegate::OnBeforePopup( 65118 + LOG(INFO) << "NWebHandlerDelegate::OnBeforePopup"; 66412 + bool OnBeforePopup(
|