HomeSort by relevance Sort by last modified time
    Searched refs:webView (Results 1 - 25 of 63) sorted by null

1 2 3

  /cts/tests/tests/webkit/src/android/webkit/cts/
WebView_WebViewTransportTest.java 22 import android.webkit.WebView;
23 import android.webkit.WebView.WebViewTransport;
38 WebView webView = getActivity().getWebView();
39 WebViewTransport transport = webView.new WebViewTransport();
43 transport.setWebView(webView);
44 assertSame(webView, transport.getWebView());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 46 #include "public/web/WebView.h"
96 WebPluginContainer* getWebPluginContainer(WebView* webView, const WebString& id)
98 WebElement element = webView->mainFrame()->document().getElementById(id);
106 WebView* webView = webViewHelper.initializeAndLoad(m_baseURL + "plugin_container.html", true, new TestPluginWebFrameClient());
107 ASSERT(webView);
108 webView->settings()->setPluginsEnabled(true);
109 webView->resize(WebSize(300, 300));
110 webView->layout()
    [all...]
WebViewTest.cpp 32 #include "public/web/WebView.h"
103 void setWebView(WebView* webView) { m_webView = toWebViewImpl(webView); }
241 WebView* webView = m_webViewHelper.initializeAndLoad(url, true, 0, &client);
242 webView->resize(WebSize(400, 400));
245 webView->saveImageAt(WebPoint(1, 1));
250 webView->saveImageAt(WebPoint(1, 2));
260 WebView* webView = m_webViewHelper.initializeAndLoad(url, true, 0)
    [all...]
ProgrammaticScrollTest.cpp 14 #include "public/web/WebView.h"
55 WebView* webView = webViewHelper.initializeAndLoad(m_baseURL + "long_scroll.html", true, 0, 0);
56 webView->resize(WebSize(1000, 1000));
57 webView->layout();
59 WebViewImpl* webViewImpl = toWebViewImpl(webView);
85 WebView* webView = webViewHelper.initializeAndLoad(m_baseURL + "long_scroll.html", true, 0, 0);
86 webView->resize(WebSize(1000, 1000));
87 webView->layout()
    [all...]
RenderGeometryMapTest.cpp 67 static RenderBox* getFrameElement(const char* iframeName, WebView* webView, const WTF::AtomicString& elementId)
69 WebLocalFrameImpl* iframe = toWebLocalFrameImpl(webView->findFrameByName(WebString::fromUTF8(iframeName)));
80 static RenderBox* getRenderBox(WebView* webView, const WTF::AtomicString& elementId)
82 WebViewImpl* webViewImpl = toWebViewImpl(webView);
93 static const RenderLayerModelObject* getRenderContainer(WebView* webView, const WTF::AtomicString &elementId)
95 RenderBox* rb = getRenderBox(webView, elementId);
104 static const RenderLayerModelObject* getFrameRenderContainer(const char* frameId, WebView* webView, const WTF::AtomicString &elementId
    [all...]
WebFrameTest.cpp 200 webViewHelper->webView()->settings()->setDefaultFontSize(12);
201 webViewHelper->webView()->resize(WebSize(640, 480));
208 webViewHelper->webView()->resize(WebSize(640, 480));
209 webViewHelper->webView()->layout();
247 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
266 EXPECT_EQ(webViewHelper.webView()->mainFrame(), WebLocalFrame::frameForContext(webViewHelper.webView()->mainFrame()->mainWorldScriptContext()));
267 EXPECT_EQ(webViewHelper.webView()->mainFrame()->firstChild(), WebLocalFrame::frameForContext(webViewHelper.webView()->mainFrame()->firstChild()->mainWorldScriptContext()));
278 webViewHelper.webView()->mainFrame()->document().forms(forms)
    [all...]
WebSearchableFormDataTest.cpp 68 WebView* webView = m_webViewHelper.initializeAndLoad(m_baseURL + "search_form.html");
71 webView->mainFrame()->document().forms(forms);
TouchActionTest.cpp 52 #include "public/web/WebView.h"
121 void sendTouchEvent(WebView*, WebInputEvent::Type, IntPoint clientPoint);
122 WebView* setupTest(std::string file, TouchActionTrackingWebViewClient&);
123 void runTestOnTree(ContainerNode* root, WebView*, TouchActionTrackingWebViewClient&);
143 WebView* webView = setupTest(file, client);
145 RefPtrWillBePersistent<Document> document = static_cast<PassRefPtrWillBeRawPtr<Document> >(webView->mainFrame()->document());
146 runTestOnTree(document.get(), webView, client);
155 WebView* webView = setupTest(file, client)
    [all...]
ImeOnFocusTest.cpp 68 void sendGestureTap(WebView*, IntPoint);
77 void ImeOnFocusTest::sendGestureTap(WebView* webView, IntPoint clientPoint)
89 webView->handleInputEvent(webGestureEvent);
102 WebViewImpl* webView = m_webViewHelper.initialize(true, 0, &client);
103 m_webViewHelper.webView()->setPageScaleFactorLimits(1, 1);
104 webView->resize(WebSize(800, 1200));
105 loadFrame(webView->mainFrame(), m_baseURL + fileName);
113 sendGestureTap(webView, tapPoint);
117 WebFrame* childFrame = webView->mainFrame()->firstChild()
    [all...]
WebHelperPluginTest.cpp 67 m_plugin = adoptPtr(WebHelperPlugin::create("hello", m_helper.webView()->mainFrame()->toWebLocalFrame()));
77 m_plugin = adoptPtr(WebHelperPlugin::create("hello", m_helper.webView()->mainFrame()->toWebLocalFrame()));
89 m_plugin = adoptPtr(WebHelperPlugin::create("hello", m_helper.webView()->mainFrame()->toWebLocalFrame()));
  /external/chromium_org/third_party/WebKit/Source/web/
BackForwardClientImpl.cpp 39 BackForwardClientImpl::BackForwardClientImpl(WebViewImpl* webView)
40 : m_webView(webView)
ContextMenuClientImpl.h 43 explicit ContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) { }
DragClientImpl.h 43 explicit DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
GraphicsLayerFactoryChromium.cpp 34 GraphicsLayerFactoryChromium::GraphicsLayerFactoryChromium(WebViewImpl* webView)
35 : m_webView(webView)
NavigatorContentUtilsClientImpl.cpp 13 PassOwnPtr<NavigatorContentUtilsClientImpl> NavigatorContentUtilsClientImpl::create(WebViewImpl* webView)
15 return adoptPtr(new NavigatorContentUtilsClientImpl(webView));
18 NavigatorContentUtilsClientImpl::NavigatorContentUtilsClientImpl(WebViewImpl* webView)
19 : m_webView(webView)
StorageClientImpl.cpp 38 StorageClientImpl::StorageClientImpl(WebViewImpl* webView)
39 : m_webView(webView)
PopupMenuTest.cpp 60 #include "public/web/WebView.h"
201 // Returns true if there currently is a select popup in the WebView.
202 bool popupOpen() const { return webView()->selectPopup(); }
228 // Simulates a key event on the WebView.
229 // The WebView forwards the event to the select popup if one is open.
235 webView()->handleInputEvent(keyEvent);
243 webView()->selectPopup()->handleMouseDownEvent(mouseEvent);
249 webView()->selectPopup()->handleMouseReleaseEvent(mouseEvent);
262 WebViewImpl* webView() const { return m_helper.webViewImpl(); }
298 webView()->setFocus(false)
    [all...]
ValidationMessageClientImpl.cpp 42 ValidationMessageClientImpl::ValidationMessageClientImpl(WebViewImpl& webView)
43 : m_webView(webView)
51 PassOwnPtrWillBeRawPtr<ValidationMessageClientImpl> ValidationMessageClientImpl::create(WebViewImpl& webView)
53 return adoptPtrWillBeNoop(new ValidationMessageClientImpl(webView));
  /external/chromium_org/android_webview/tools/WebViewTelemetryShell/src/org/chromium/telemetry_shell/
TelemetryActivity.java 10 import android.webkit.WebView;
14 * This activity is designed for Telemetry testing of WebView.
25 WebView webView = (WebView) findViewById(R.id.webview);
27 webView.getSettings().setJavaScriptEnabled(true);
29 webView.setWebViewClient(new WebViewClient() {
31 public boolean shouldOverrideUrlLoading(WebView webView, String url)
    [all...]
JankActivity.java 11 import android.webkit.WebView;
15 * This activity is designed for Android Jank testing of WebView.
28 WebView webView = (WebView) findViewById(R.id.webview);
31 webView.setWebViewClient(new WebViewClient() {
33 public boolean shouldOverrideUrlLoading(WebView webView, String url) {
39 webView.loadUrl(url)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
GAEChannelClient.java 36 import android.webkit.WebView;
49 private WebView webView;
69 webView = new WebView(activity);
70 webView.getSettings().setJavaScriptEnabled(true);
71 webView.setWebChromeClient(new WebChromeClient() { // Purely for debugging.
78 webView.setWebViewClient(new WebViewClient() { // Purely for debugging.
80 WebView view, int errorCode, String description,
88 webView.addJavascriptInterface
    [all...]
  /developers/build/prebuilts/gradle/PermissionRequest/Application/tests/src/com/example/android/permissionrequest/test/
SampleTests.java 24 import android.webkit.WebView;
64 final WebView webView = (WebView) view.findViewById(R.id.web_view);
65 assertNotNull(webView);
72 clickToggle(webView);
86 clickToggle(webView);
91 clickToggle(webView);
106 * @param webView The {@link WebView}
    [all...]
  /developers/samples/android/content/webview/PermissionRequest/Application/tests/src/com/example/android/permissionrequest/test/
SampleTests.java 24 import android.webkit.WebView;
64 final WebView webView = (WebView) view.findViewById(R.id.web_view);
65 assertNotNull(webView);
72 clickToggle(webView);
86 clickToggle(webView);
91 clickToggle(webView);
106 * @param webView The {@link WebView}
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
GAEChannelClient.m 38 @property(nonatomic, strong) UIWebView* webView;
46 @property(nonatomic, strong) WebView* webView;
64 _webView = [[WebView alloc] init];
96 - (BOOL)webView:(UIWebView*)webView
103 - (void)webView:(WebView*)webView
120 NSString* queuedMessage = [webView
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Focus1.java 23 import android.webkit.WebView;
37 WebView webView = (WebView) findViewById(R.id.rssWebView);
38 webView.loadData(

Completed in 542 milliseconds

1 2 3