Home
last modified time | relevance | path

Searched refs:WebView (Results 1 – 25 of 37) sorted by relevance

12

/third_party/cef/libcef/renderer/
Dblink_glue.h26 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);
Dblink_glue.cc49 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()
Drender_manager.h22 class WebView; variable
58 void WebViewCreated(blink::WebView* web_view,
Dbrowser_impl.cc192 blink::WebView* web_view = GetWebView(); in GetFrame()
384 blink::WebView* web_view = GetWebView(); in OnLoadingStateChange()
/third_party/cef/patch/patches/
Dset_resize_background_color.patch5 @@ -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,
Dwebkit_popups.patch5 @@ -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/
Dbrowser_view_view.h17 class WebViewEx : public views::WebView {
19 WebViewEx() : views::WebView(nullptr) {} in WebViewEx()
Dbrowser_view_impl.h78 views::WebView* web_view() const;
/third_party/cef/libcef/browser/native/
Dwindow_delegate_view.h16 class WebView; variable
50 views::WebView* web_view_;
Dwindow_delegate_view.cc28 web_view_ = new views::WebView(web_contents->GetBrowserContext()); in Init()
/third_party/cef/libcef/browser/chrome/views/
Dchrome_browser_view.h19 class WebView; variable
60 views::WebView* web_view_ = nullptr;
/third_party/skia/third_party/externals/angle2/third_party/android_system_sdk/
DDIR_METADATA2 component: "Mobile>WebView"
/third_party/cef/libcef/renderer/chrome/
Dchrome_content_renderer_client_cef.h42 void WebViewCreated(blink::WebView* web_view) override;
Dchrome_content_renderer_client_cef.cc56 void ChromeContentRendererClientCef::WebViewCreated(blink::WebView* web_view) { in WebViewCreated()
/third_party/flutter/skia/platform_tools/android/apps/skar_java/
Dproguard-rules.pro12 # If your project uses WebView with JS, uncomment the following
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/
Dproguard-rules.pro8 # If your project uses WebView with JS, uncomment the following
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
Dproguard-rules.pro12 # If your project uses WebView with JS, uncomment the following
/third_party/flutter/engine/flutter/testing/scenario_app/android/app/
Dproguard-rules.pro8 # If your project uses WebView with JS, uncomment the following
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/
Dproguard-rules.pro8 # If your project uses WebView with JS, uncomment the following
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/
Dproguard-rules.pro8 # If your project uses WebView with JS, uncomment the following
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/android/app/
Dproguard-rules.pro12 # If your project uses WebView with JS, uncomment the following
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/
Dproguard-rules.pro8 # If your project uses WebView with JS, uncomment the following
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/
Dproguard-rules.pro12 # If your project uses WebView with JS, uncomment the following
/third_party/flutter/skia/third_party/externals/sdl/android-project/
Dproguard-project.txt15 # If your project uses WebView with JS, uncomment the following
/third_party/skia/third_party/externals/oboe/samples/audio-device/
Dproguard-rules.pro12 # If your project uses WebView with JS, uncomment the following

12