| /external/chromium_org/third_party/WebKit/Source/web/tests/ |
| WebViewTest.cpp | 80 #include "web/WebViewImpl.h" 118 WebViewImpl* m_webView; 279 WebViewImpl* webView = m_webViewHelper.initialize(); 317 WebView* webView = WebViewImpl::create(&webViewClient); 352 FrameView* view = m_webViewHelper.webViewImpl()->mainFrameImpl()->frameView(); [all...] |
| WebInputEventConversionTest.cpp | 49 #include "web/WebViewImpl.h" 102 WebViewImpl* webViewImpl = webViewHelper.initializeAndLoad(baseURL + fileName, true); 105 webViewImpl->resize(WebSize(pageWidth, pageHeight)); 106 webViewImpl->layout(); 108 FrameView* view = toLocalFrame(webViewImpl->page()->mainFrame())->view(); 109 RefPtrWillBeRawPtr<Document> document = toLocalFrame(webViewImpl->page()->mainFrame())->document(); 125 RefPtrWillBeRawPtr<Touch> touch0 = Touch::create(toLocalFrame(webViewImpl->page()->mainFrame()), document.get(), p0.id, p0.screenPosition, p0.position, FloatSize(p0.radiusX, p0.radiusY), p0.rotationAngle, p0.force); 126 RefPtrWillBeRawPtr<Touch> touch1 = Touch::create(toLocalFrame(webViewImpl->page()->mainFrame()), document.get(), p1.id, p1.screenPosition, p1.position, FloatSize(p1.radiusX, p1.radiusY), p1.rotationAngle, p1.force); 205 RefPtrWillBeRawPtr<Touch> touch = Touch::create(toLocalFrame(webViewImpl->page()->mainFrame()), document.get(), i, p0.screenPosition, p0.position, FloatSize(p0.radiusX, p0 (…) [all...] |
| ScrollingCoordinatorChromiumTest.cpp | 44 #include "web/WebViewImpl.h" 58 webViewImpl()->resize(IntSize(320, 240)); 68 FrameTestHelpers::loadFrame(webViewImpl()->mainFrame(), url); 73 webViewImpl()->layout(); 91 WebViewImpl* webViewImpl() const { return m_helper.webViewImpl(); } 92 LocalFrame* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); } 130 webViewImpl()->settings()->setThreadedScrollingEnabled(false); 276 // cause a crash when the WebViewImpl is closed by the test runner [all...] |
| WebFrameTest.cpp | 105 #include "web/WebViewImpl.h" 181 Document* document = toLocalFrame(webViewHelper->webViewImpl()->page()->mainFrame())->document(); 210 RefPtrWillBeRawPtr<LocalFrame> frame = toLocalFrame(webViewHelper->webViewImpl()->page()->mainFrame()); 667 RefPtrWillBeRawPtr<LocalFrame> frame = toLocalFrame(webViewHelper.webViewImpl()->page()->mainFrame()); 731 Document* document = toLocalFrame(webViewHelper.webViewImpl()->page()->mainFrame())->document(); 734 webViewHelper.webViewImpl()->resize(WebSize(viewportWidth, viewportHeight)); 735 webViewHelper.webViewImpl()->layout(); 743 webViewHelper.webViewImpl()->updatePageDefinedViewportConstraints(description); 761 LocalFrame* mainFrame = toLocalFrame(webViewHelper.webViewImpl()->page()->mainFrame()); 763 FrameView* frameView = webViewHelper.webViewImpl()->mainFrameImpl()->frameView() [all...] |
| PinchViewportTest.cpp | 99 webViewImpl()->setPageScaleFactorLimits(1, 4); 116 FrameTestHelpers::loadFrame(webViewImpl()->mainFrame(), url); 121 webViewImpl()->layout(); 139 WebViewImpl* webViewImpl() const { return m_helper.webViewImpl(); } 140 LocalFrame* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); } 172 webViewImpl()->resize(IntSize(320, 240)); 179 IntSize webViewSize = webViewImpl()->size(); 186 webViewImpl()->resize(webViewSize) [all...] |
| RenderGeometryMapTest.cpp | 82 WebViewImpl* webViewImpl = toWebViewImpl(webView); 83 if (!webViewImpl) 85 LocalFrame* frame = webViewImpl->mainFrameImpl()->frame();
|
| /external/chromium_org/chrome/test/chromedriver/chrome/ |
| devtools_http_client.cc | 184 scoped_ptr<WebViewImpl> web_view( 185 new WebViewImpl(*it, &browser_info_, client.Pass(), NULL));
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| WebLocalFrameImpl.h | 67 class WebViewImpl; 260 WebViewImpl* viewImpl() const;
|
| WebRemoteFrameImpl.h | 21 class WebViewImpl; 195 WebViewImpl* viewImpl() const;
|
| WebPluginContainerImpl.cpp | 94 #include "web/WebViewImpl.h" 493 WebViewImpl* view = WebViewImpl::fromPage(m_element->document().frame()->page()); 833 const WebInputEvent* currentInputEvent = WebViewImpl::currentInputEvent(); 844 WebViewImpl* view = WebViewImpl::fromPage(m_element->document().frame()->page());
|
| FrameLoaderClientImpl.cpp | 94 #include "web/WebViewImpl.h" 137 WebViewImpl* webview = m_webFrame->viewImpl(); 174 WebViewImpl* webview = m_webFrame->viewImpl(); 539 WebViewImpl* webview = m_webFrame->viewImpl();
|
| PopupMenuTest.cpp | 68 #include "web/WebViewImpl.h" 262 WebViewImpl* webView() const { return m_helper.webViewImpl(); } 263 WebLocalFrameImpl* mainFrame() const { return m_helper.webViewImpl()->mainFrameImpl(); } 581 WebViewImpl* webView() const { return m_helper.webViewImpl(); } 582 WebLocalFrameImpl* mainFrame() const { return m_helper.webViewImpl()->mainFrameImpl(); }
|
| ChromeClientImpl.cpp | 107 #include "web/WebViewImpl.h" 134 ChromeClientImpl::ChromeClientImpl(WebViewImpl* webView) 156 // Our lifetime is bound to the WebViewImpl. 241 WebViewImpl* newView = toWebViewImpl( 296 updatePolicyForEvent(WebViewImpl::currentInputEvent(), &policy); 731 if (WebViewImpl::useExternalPopupMenus())
|
| WebPagePopupImpl.cpp | 57 #include "web/WebViewImpl.h" 204 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect&) 449 // - One owned by a WebViewImpl. It's released when the WebViewImpl ask the 452 // can be closed while the WebViewImpl is unaware of it.
|
| WebPluginScrollbarImpl.cpp | 42 #include "web/WebViewImpl.h" 338 // We have to duplicate this logic from WebViewImpl because there it uses 364 if (WebViewImpl::mapKeyCodeForScroll(keyCode, &scrollDirection, &scrollGranularity)) {
|
| WebLocalFrameImpl.cpp | 208 #include "web/WebViewImpl.h" [all...] |
| blink_web.target.darwin-arm.mk | 198 third_party/WebKit/Source/web/WebViewImpl.cpp \
|
| blink_web.target.darwin-arm64.mk | 198 third_party/WebKit/Source/web/WebViewImpl.cpp \
|
| blink_web.target.darwin-mips.mk | 198 third_party/WebKit/Source/web/WebViewImpl.cpp \
|
| blink_web.target.darwin-mips64.mk | 198 third_party/WebKit/Source/web/WebViewImpl.cpp \
|
| blink_web.target.darwin-x86.mk | 198 third_party/WebKit/Source/web/WebViewImpl.cpp \
|
| blink_web.target.darwin-x86_64.mk | 198 third_party/WebKit/Source/web/WebViewImpl.cpp \
|
| blink_web.target.linux-arm.mk | 198 third_party/WebKit/Source/web/WebViewImpl.cpp \
|
| blink_web.target.linux-arm64.mk | 198 third_party/WebKit/Source/web/WebViewImpl.cpp \
|
| /external/chromium_org/third_party/WebKit/Source/web/mac/ |
| WebSubstringUtil.mm | 58 #include "web/WebViewImpl.h" 116 HitTestResult result = static_cast<WebViewImpl*>(view)->coreHitTestResultAt(point);
|