Searched refs:WebView (Results 1 - 25 of 217) sorted by relevance

123456789

/external/chromium_org/extensions/renderer/resources/
H A Dweb_view_internal.js5 exports.WebView =
H A Dweb_view_experimental.js24 WebView.captureVisibleRegion(this.guestInstanceId, spec, callback);
/external/chromium_org/athena/extensions/
H A Dathena_native_app_window_views.cc9 views::WebView* AthenaNativeAppWindowViews::GetWebView() {
H A Dathena_native_app_window_views.h18 views::WebView* GetWebView();
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc27 const char WebView::kViewClassName[] = "WebView";
30 // WebView, public:
32 WebView::WebView(content::BrowserContext* browser_context) function in class:views::WebView
42 WebView::~WebView() {
47 content::WebContents* WebView::GetWebContents() {
56 void WebView::SetWebContents(content::WebContents* replacement) {
75 void WebView
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDevToolsFrontend.h40 class WebView;
47 WebView*,
H A DWebPageSerializer.h43 class WebView;
56 // Serializes all the frames from the WebView, retrieves the page's
60 BLINK_EXPORT static void serialize(WebView*, WebVector<Resource>*);
62 // Serializes the WebView contents to a MHTML representation.
63 BLINK_EXPORT static WebCString serializeToMHTML(WebView*);
67 BLINK_EXPORT static WebCString serializeToMHTMLUsingBinaryEncoding(WebView*);
103 BLINK_EXPORT static bool retrieveAllResources(WebView*,
/external/chromium_org/third_party/WebKit/public/web/mac/
H A DWebSubstringUtil.h45 class WebView;
54 BLINK_EXPORT static NSAttributedString* attributedWordAtPoint(WebView*,
/external/chromium_org/chrome/test/chromedriver/
H A Dwindow_commands.h20 class WebView;
24 WebView* web_view,
38 WebView* web_view,
45 WebView* web_view,
52 WebView* web_view,
59 WebView* web_view,
66 WebView* web_view,
73 WebView* web_view,
80 WebView* web_view,
88 WebView* web_vie
[all...]
H A Delement_util.h21 class WebView;
33 WebView* web_view,
39 WebView* web_view,
44 WebView* web_view,
50 WebView* web_view,
57 WebView* web_view,
65 WebView* web_view,
71 WebView* web_view,
78 WebView* web_view,
84 WebView* web_vie
[all...]
H A Dalert_commands.h18 class WebView;
22 WebView* web_view,
36 WebView* web_view,
43 WebView* web_view,
50 WebView* web_view,
57 WebView* web_view,
64 WebView* web_view,
H A Delement_commands.h20 class WebView;
24 WebView* web_view,
33 WebView* web_view,
41 WebView* web_view,
50 WebView* web_view,
58 WebView* web_view,
66 WebView* web_view,
74 WebView* web_view,
82 WebView* web_view,
90 WebView* web_vie
[all...]
H A Dutil.h17 class WebView;
24 WebView* web_view,
H A Dalert_commands.cc21 WebView* web_view = NULL;
44 WebView* web_view,
54 WebView* web_view,
68 WebView* web_view,
84 WebView* web_view,
95 WebView* web_view,
/external/chromium_org/android_webview/tools/WebViewTelemetryShell/src/org/chromium/telemetry_shell/
H A DJankActivity.java11 import android.webkit.WebView;
15 * This activity is designed for Android Jank testing of WebView.
28 WebView webView = (WebView) findViewById(R.id.webview);
33 public boolean shouldOverrideUrlLoading(WebView webView, String url) {
H A DTelemetryActivity.java10 import android.webkit.WebView;
14 * This activity is designed for Telemetry testing of WebView.
25 WebView webView = (WebView) findViewById(R.id.webview);
31 public boolean shouldOverrideUrlLoading(WebView webView, String url) {
/external/chromium_org/ui/views/examples/
H A Dwebview_example.h16 class WebView;
29 WebView* webview_;
/external/chromium_org/chrome/test/chromedriver/test/webview_shell/java/src/org/chromium/chromedriver_webview_shell/
H A DMain.java13 import android.webkit.WebView;
18 private WebView mWebView;
27 WebView.setWebContentsDebuggingEnabled(true);
28 mWebView = (WebView) findViewById(R.id.webview);
35 public void onProgressChanged(WebView view, int progress) {
41 public void onReceivedError(WebView view, int errorCode, String description,
/external/chromium_org/athena/content/
H A Dcontent_proxy.h15 class WebView;
34 ContentProxy(views::WebView* web_view, Activity* activity);
83 views::WebView* web_view_;
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.h18 class WebView;
23 explicit AutomationExtension(scoped_ptr<WebView> web_view);
52 scoped_ptr<WebView> web_view_;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtext_input_controller.h16 class WebView;
31 void SetWebView(blink::WebView* view);
47 blink::WebView* view_;
/external/chromium_org/athena/activity/public/
H A Dactivity_factory.h20 class WebView;
48 views::WebView* web_view) = 0;
/external/chromium_org/content/renderer/
H A Dtext_input_client_observer.h15 class WebView;
34 // Returns the WebView of the RenderView.
35 blink::WebView* webview();
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility.cc11 #include "third_party/WebKit/public/web/WebView.h"
14 using blink::WebView;
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_view.h20 class WebView;
49 views::WebView* web_view_;

Completed in 7657 milliseconds

123456789