Home
last modified time | relevance | path

Searched refs:WebContentsDelegate (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dweb_contents_delegate.cc27 WebContentsDelegate::WebContentsDelegate() = default;
39 bool WebContentsDelegate::CanOverscrollContent() { in CanOverscrollContent()
51 bool WebContentsDelegate::DidAddMessageToConsole( in DidAddMessageToConsole()
99 bool WebContentsDelegate::HandleKeyboardEvent( in HandleKeyboardEvent()
111 bool WebContentsDelegate::CanDragEnter( in CanDragEnter()
154 void WebContentsDelegate::CreateSmsPrompt( in CreateSmsPrompt()
189 void WebContentsDelegate::RunFileChooser( in RunFileChooser()
196 void WebContentsDelegate::EnumerateDirectory( in EnumerateDirectory()
243 WebContentsDelegate::~WebContentsDelegate() { in ~WebContentsDelegate()
339 bool WebContentsDelegate::IsFrameLowPriority( in IsFrameLowPriority()
[all …]
H A Dweb_contents_delegate.h108 class CONTENT_EXPORT WebContentsDelegate {
110 WebContentsDelegate();
724 virtual base::WeakPtr<WebContentsDelegate> GetDelegateWeakPtr();
729 virtual ~WebContentsDelegate();
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dweb_contents_delegate.cc28 WebContentsDelegate::WebContentsDelegate() = default;
40 bool WebContentsDelegate::CanOverscrollContent() { in CanOverscrollContent()
52 bool WebContentsDelegate::DidAddMessageToConsole( in DidAddMessageToConsole()
100 bool WebContentsDelegate::HandleKeyboardEvent( in HandleKeyboardEvent()
112 bool WebContentsDelegate::CanDragEnter( in CanDragEnter()
149 void WebContentsDelegate::CreateSmsPrompt( in CreateSmsPrompt()
184 void WebContentsDelegate::RunFileChooser( in RunFileChooser()
191 void WebContentsDelegate::EnumerateDirectory( in EnumerateDirectory()
238 WebContentsDelegate::~WebContentsDelegate() { in ~WebContentsDelegate()
345 bool WebContentsDelegate::IsFrameLowPriority( in IsFrameLowPriority()
[all …]
H A Dweb_contents_delegate.h116 class CONTENT_EXPORT WebContentsDelegate {
118 WebContentsDelegate();
742 virtual base::WeakPtr<WebContentsDelegate> GetDelegateWeakPtr();
745 virtual ~WebContentsDelegate();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/exclusive_access/
H A Dfullscreen_controller_state_unittest.cc485 content::WebContentsDelegate* const wc_delegate = in TEST_F()
486 static_cast<content::WebContentsDelegate*>(browser()); in TEST_F()
551 content::WebContentsDelegate* const wc_delegate = in TEST_F()
552 static_cast<content::WebContentsDelegate*>(browser()); in TEST_F()
611 content::WebContentsDelegate* const wc_delegate = in TEST_F()
612 static_cast<content::WebContentsDelegate*>(browser()); in TEST_F()
668 content::WebContentsDelegate* const wc_delegate = in TEST_F()
669 static_cast<content::WebContentsDelegate*>(browser()); in TEST_F()
716 content::WebContentsDelegate* const wc_delegate = in TEST_F()
799 content::WebContentsDelegate* const wc_delegate = in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/profiles/
H A Dsignin_view_controller_delegate_views.h20 class WebContentsDelegate; variable
38 public content::WebContentsDelegate,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_contents/
H A Dopened_by_dom_browsertest.cc25 class CloseTrackingDelegate : public WebContentsDelegate {
56 WebContentsDelegate* old_delegate = web_contents->GetDelegate(); in AttemptCloseFromJavaScript()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_contents/
H A Dopened_by_dom_browsertest.cc26 class CloseTrackingDelegate : public WebContentsDelegate {
57 WebContentsDelegate* old_delegate = web_contents->GetDelegate(); in AttemptCloseFromJavaScript()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/embedder_support/android/delegate/
H A Dweb_contents_delegate_android.cc39 using content::WebContentsDelegate;
84 return WebContentsDelegate::OpenURLFromTab(source, params); in OpenURLFromTab()
231 return WebContentsDelegate::DidAddMessageToConsole( in DidAddMessageToConsole()
293 return WebContentsDelegate::TakeFocus(source, reverse); in TakeFocus()
H A Dweb_contents_delegate_android.h22 class WebContentsDelegate; variable
44 class WebContentsDelegateAndroid : public content::WebContentsDelegate {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/embedder_support/android/delegate/
H A Dweb_contents_delegate_android.cc38 using content::WebContentsDelegate;
83 return WebContentsDelegate::OpenURLFromTab(source, params); in OpenURLFromTab()
230 return WebContentsDelegate::DidAddMessageToConsole( in DidAddMessageToConsole()
292 return WebContentsDelegate::TakeFocus(source, reverse); in TakeFocus()
H A Dweb_contents_delegate_android.h22 class WebContentsDelegate; variable
44 class WebContentsDelegateAndroid : public content::WebContentsDelegate {
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/android/
H A Ddom_utils.cc24 WebContentsDelegate* delegate = web_contents->GetDelegate(); in JNI_DOMUtils_GetTopControlsShrinkBlinkHeight()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/sms/test/
H A Dmock_sms_web_contents_delegate.h14 class MockSmsWebContentsDelegate : public WebContentsDelegate {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/assistant/
H A Dassistant_web_view_impl.cc88 return content::WebContentsDelegate::IsWebContentsCreationOverridden( in IsWebContentsCreationOverridden()
101 return content::WebContentsDelegate::OpenURLFromTab(source, params); in OpenURLFromTab()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/examples/
H A Dwebview_example.h22 class WebViewExample : public ExampleBase, public content::WebContentsDelegate {
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/examples/
H A Dwebview_example.h22 class WebViewExample : public ExampleBase, public content::WebContentsDelegate {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_browsertest.cc181 static_cast<content::WebContentsDelegate*>(app_browser_) in IN_PROC_BROWSER_TEST_F()
194 static_cast<content::WebContentsDelegate*>(app_browser_) in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/bluetooth/
H A Dbluetooth_device_scanning_prompt_controller.cc35 WebContentsDelegate* delegate = in ShowPermissionPrompt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/first_run/
H A Dfirst_run_view.h27 public content::WebContentsDelegate {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/accessibility/
H A Daccessibility_event_rewriter_delegate.h26 public content::WebContentsDelegate,
H A Daccessibility_panel.h27 public content::WebContentsDelegate {
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/android/
H A Ddialog_overlay_impl.cc95 WebContentsDelegate* delegate = web_contents()->GetDelegate(); in CompleteInit()
161 WebContentsDelegate* delegate = web_contents()->GetDelegate(); in UnregisterCallbacksIfNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/android/
H A Ddialog_overlay_impl.cc96 WebContentsDelegate* delegate = web_contents()->GetDelegate(); in CompleteInit()
162 WebContentsDelegate* delegate = web_contents()->GetDelegate(); in UnregisterCallbacksIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/keyboard/
H A Dchrome_keyboard_web_contents_unittest.cc52 class TestDelegate : public content::WebContentsDelegate {

12345678