/third_party/cef/libcef/renderer/ |
D | blink_glue.h | 26 class WebView; variable 37 BLINK_EXPORT bool CanGoBack(blink::WebView* view); 38 BLINK_EXPORT bool CanGoForward(blink::WebView* view); 39 BLINK_EXPORT void GoBack(blink::WebView* view); 40 BLINK_EXPORT void GoForward(blink::WebView* view);
|
D | blink_glue.cc | 49 bool CanGoBack(blink::WebView* view) { in CanGoBack() 55 bool CanGoForward(blink::WebView* view) { in CanGoForward() 61 void GoBack(blink::WebView* view) { in GoBack() 76 void GoForward(blink::WebView* view) { in GoForward()
|
D | render_manager.h | 22 class WebView; variable 58 void WebViewCreated(blink::WebView* web_view,
|
D | browser_impl.cc | 192 blink::WebView* web_view = GetWebView(); in GetFrame() 384 blink::WebView* web_view = GetWebView(); in OnLoadingStateChange()
|
/third_party/cef/patch/patches/ |
D | set_resize_background_color.patch | 5 @@ -142,6 +142,10 @@ void WebView::EnableSizingFromWebContents(const gfx::Size& min_size, 9 +void WebView::SetResizeBackgroundColor(SkColor resize_background_color) { 13 void WebView::SetCrashedOverlayView(View* crashed_overlay_view) { 20 @@ -85,6 +85,10 @@ class WEBVIEW_EXPORT WebView : public View,
|
D | webkit_popups.patch | 5 @@ -340,6 +340,7 @@ class WebView { 17 @@ -247,8 +247,13 @@ void WebView::SetUseExternalPopupMenus(bool use_external_popup_menus) { 45 @@ -133,7 +133,8 @@ class CORE_EXPORT WebViewImpl final : public WebView, 53 // Returns whether frames under this WebView are backed by a compositor. 55 @@ -799,6 +800,8 @@ class CORE_EXPORT WebViewImpl final : public WebView,
|
/third_party/cef/libcef/browser/views/ |
D | browser_view_view.h | 17 class WebViewEx : public views::WebView { 19 WebViewEx() : views::WebView(nullptr) {} in WebViewEx()
|
D | browser_view_impl.h | 78 views::WebView* web_view() const;
|
/third_party/cef/libcef/browser/native/ |
D | window_delegate_view.h | 16 class WebView; variable 50 views::WebView* web_view_;
|
D | window_delegate_view.cc | 28 web_view_ = new views::WebView(web_contents->GetBrowserContext()); in Init()
|
/third_party/cef/libcef/browser/chrome/views/ |
D | chrome_browser_view.h | 19 class WebView; variable 60 views::WebView* web_view_ = nullptr;
|
/third_party/skia/third_party/externals/angle2/third_party/android_system_sdk/ |
D | DIR_METADATA | 2 component: "Mobile>WebView"
|
/third_party/cef/libcef/renderer/chrome/ |
D | chrome_content_renderer_client_cef.h | 42 void WebViewCreated(blink::WebView* web_view) override;
|
D | chrome_content_renderer_client_cef.cc | 56 void ChromeContentRendererClientCef::WebViewCreated(blink::WebView* web_view) { in WebViewCreated()
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/ |
D | proguard-rules.pro | 12 # If your project uses WebView with JS, uncomment the following
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/ |
D | proguard-rules.pro | 8 # If your project uses WebView with JS, uncomment the following
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/ |
D | proguard-rules.pro | 12 # If your project uses WebView with JS, uncomment the following
|
/third_party/flutter/engine/flutter/testing/scenario_app/android/app/ |
D | proguard-rules.pro | 8 # If your project uses WebView with JS, uncomment the following
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/ |
D | proguard-rules.pro | 8 # If your project uses WebView with JS, uncomment the following
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/ |
D | proguard-rules.pro | 8 # If your project uses WebView with JS, uncomment the following
|
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/android/app/ |
D | proguard-rules.pro | 12 # If your project uses WebView with JS, uncomment the following
|
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/ |
D | proguard-rules.pro | 8 # If your project uses WebView with JS, uncomment the following
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/ |
D | proguard-rules.pro | 12 # If your project uses WebView with JS, uncomment the following
|
/third_party/flutter/skia/third_party/externals/sdl/android-project/ |
D | proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following
|
/third_party/skia/third_party/externals/oboe/samples/audio-device/ |
D | proguard-rules.pro | 12 # If your project uses WebView with JS, uncomment the following
|