HomeSort by relevance Sort by last modified time
    Searched full:webview (Results 526 - 550 of 1115) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/test/base/
chrome_render_view_test.cc 26 #include "third_party/WebKit/public/web/WebView.h"
  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.cc 12 AutomationExtension::AutomationExtension(scoped_ptr<WebView> web_view)
  /external/chromium_org/chrome/test/chromedriver/
session.cc 51 Status Session::GetTargetWindow(WebView** web_view) {
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.h 27 class WebView;
223 // Pointer to the WebView. Used to access page scale factor.
224 WebKit::WebView* web_view_;
254 // a composition when we are defocusing the WebView and we don't want to
  /external/chromium_org/content/browser/android/
content_startup_flags.cc 40 // we are implementing an embedded WebView.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_editcommand_helper.h 17 // This class mimics the behavior of WebKit's WebView class in a way that makes
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 18 #include "third_party/WebKit/public/web/WebView.h"
  /external/chromium_org/content/shell/
shell_aura.cc 22 #include "ui/views/controls/webview/webview.h"
88 web_view_ = new views::WebView(web_contents->GetBrowserContext());
268 views::WebView* web_view_;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Settings.cpp 292 // If this happens while a WebView is being dealloc'ed, and we don't know the WebView is being dealloc'ed, these new loads
293 // can cause crashes downstream when the WebView memory has actually been free'd.
294 // One example where this can happen is in Mac apps that subclass WebView then do work in their overridden dealloc methods.
  /external/chromium_org/third_party/WebKit/Source/web/
StorageNamespaceProxy.cpp 56 WebKit::WebViewClient* webViewClient = static_cast<WebKit::WebViewImpl*>(page->chrome().client()->webView())->client();
  /external/chromium_org/third_party/WebKit/public/testing/
WebPreferences.h 40 class WebView;
  /external/chromium_org/third_party/WebKit/public/web/
WebDevToolsAgent.h 44 class WebView;
WebViewBenchmarkSupport.h 40 // Support for benchmarks accessing the WebView.
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
android_browser_backend.py 115 activity='com.android.webview.chromium.shell.TelemetryActivity',
116 cmdline_file='/data/local/tmp/webview-command-line',
118 pseudo_exec_name='webview')
121 # The DevTools socket name for WebView depends on the activity PID's.
  /external/chromium_org/ui/views/controls/webview/
unhandled_keyboard_event_handler_win.cc 5 #include "ui/views/controls/webview/unhandled_keyboard_event_handler.h"
  /frameworks/base/core/java/android/webkit/
WebResourceResponse.java 26 * response when the WebView requests a particular resource.
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeFieldsTest.java 18 * Part of the test suite for the WebView's Java Bridge. This test tests the
  /packages/apps/Browser/src/com/android/browser/
NfcHandler.java 82 // We can only read the WebView state on the UI thread, so post
  /packages/apps/Email/src/com/android/email/mail/internet/
EmailHtmlUtil.java 31 * @param text Text to be displayed using WebView.
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
FileContentProvider.java 32 * WebView does not support file: loading. This class wraps a file load
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.cpp 63 #include "public/web/WebView.h"
351 void TestRunner::setWebView(WebView* webView, WebTestProxyBase* proxy)
353 m_webView = webView;
731 TestRunner::TestPageOverlay::TestPageOverlay(WebKit::WebView* webView) : m_webView(webView)
808 bool run(WebTestDelegate* delegate, WebView*)
834 bool run(WebTestDelegate* delegate, WebView*)
850 bool run(WebTestDelegate*, WebView* webView
    [all...]
  /external/chromium_org/content/renderer/
render_frame_impl.cc 47 #include "third_party/WebKit/public/web/WebView.h"
67 using WebKit::WebView;
360 // * webview
403 // * webview
421 // TODO(nasko): Check if webview()->mainFrame() is the same as the
423 if (frame == render_view_->webview()->mainFrame())
606 // Forked for WebView, http://crbug.com/306873
608 // the main frame. This emulates the old WebView's behaviour where these
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwSettingsTest.java 503 loadUrlSync(UrlUtils.getTestFileUrl("webview/localStorage.html"));
545 loadUrlSync(UrlUtils.getTestFileUrl("webview/database_access.html"));
559 mIframeContainerUrl = UrlUtils.getTestFileUrl("webview/iframe_access.html");
560 mIframeUrl = UrlUtils.getTestFileUrl("webview/hello_world.html");
608 mIframeContainerUrl = UrlUtils.getTestFileUrl("webview/iframe_access.html");
609 mIframeUrl = UrlUtils.getTestFileUrl("webview/hello_world.html");
655 mXhrContainerUrl = UrlUtils.getTestFileUrl("webview/xhr_access.html");
726 String fileUrl = UrlUtils.getTestFileUrl("webview/hello_world.html?id=" + mIndex);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
EmojiTest.java 57 * Test on Canvas, TextView, EditText and WebView
225 // The Chromium-powered WebView renders asynchronously and there's nothing reliable
  /external/chromium/chrome/browser/ui/cocoa/
rwhvm_editcommand_helper.mm 17 // WebKit/mac/WebView/WebHTMLView.mm .
152 // WebKit/mac/WebView/WebHTMLView.mm .

Completed in 462 milliseconds

<<21222324252627282930>>