Home
last modified time | relevance | path

Searched defs:frameView (Results 1 – 25 of 43) sorted by relevance

12

/external/webkit/WebCore/dom/
DTouch.cpp40 FrameView* frameView = frame->view(); in contentsX() local
50 FrameView* frameView = frame->view(); in contentsY() local
DMouseRelatedEvent.cpp57 FrameView* frameView = frame->view(); in contentsX() local
70 FrameView* frameView = frame->view(); in contentsY() local
/external/webkit/WebKit/android/jni/
DWebFrameView.cpp44 WebFrameView::WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore) in WebFrameView()
99 void WebFrameView::setView(WebCore::FrameView* frameView) { in setView()
DWebCoreJniOnLoad.cpp217 RefPtr<FrameView> frameView = FrameView::create(frame.get()); in benchmark() local
/external/webkit/WebCore/rendering/
DRenderWidget.h51 FrameView* frameView() const { return m_frameView; } in frameView() function
DRenderScrollbarPart.cpp145 if (FrameView* frameView = view()->frameView()) { in imageChanged() local
DRenderMarquee.cpp165 FrameView* frameView = m_layer->renderer()->document()->view(); in start() local
DRenderView.h58 FrameView* frameView() const { return m_frameView; } in frameView() function
DRenderWidget.cpp327 FrameView* frameView = static_cast<FrameView*>(m_widget.get()); in updateWidgetPosition() local
DSVGRenderSupport.cpp211 void clampImageBufferSizeToViewport(FrameView* frameView, IntSize& size) in clampImageBufferSizeToViewport()
/external/webkit/WebCore/platform/qt/
DScreenQt.cpp47 FrameView* frameView = (frame ? frame->view() : 0); in qwidgetForPage() local
/external/webkit/WebCore/platform/
DScrollbarThemeComposite.cpp49 FrameView* frameView = static_cast<FrameView*>(view); in pageForScrollView() local
297 FrameView* frameView = static_cast<FrameView*>(view); in paintScrollCorner() local
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp65 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in syncTimerFired() local
121 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in windowRect() local
271 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in focus() local
510 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in focus() local
DPlatformBridge.cpp132 bool PlatformBridge::isWebViewPaused(const WebCore::FrameView* frameView) in isWebViewPaused()
/external/webkit/WebCore/platform/graphics/
DMediaPlayer.h148 void setFrameView(FrameView* frameView) { m_frameView = frameView; } in setFrameView()
149 FrameView* frameView() { return m_frameView; } in frameView() function
/external/webkit/WebCore/html/
DHTMLDocument.cpp96 FrameView* frameView = view(); in width() local
103 FrameView* frameView = view(); in height() local
DHTMLBodyElement.cpp268 static int adjustForZoom(int value, FrameView* frameView) in adjustForZoom()
/external/webkit/WebKit/chromium/src/
DWebFrameImpl.h190 WebCore::FrameView* frameView() const { return m_frame ? m_frame->view() : 0; } in frameView() function
DWebPluginContainerImpl.cpp531 const FrameView* frameView = in windowCutOutRects() local
/external/webkit/WebKit/win/WebCoreSupport/
DEmbeddedWidget.cpp97 FrameView* frameView = static_cast<FrameView*>(parent()); in frameRectsChanged() local
/external/webkit/WebCore/plugins/symbian/
DPluginViewSymbian.cpp83 FrameView* frameView = static_cast<FrameView*>(parent()); in updatePluginWidget() local
/external/webkit/WebCore/page/
DDragController.cpp299 RefPtr<FrameView> frameView = m_documentUnderMouse->view(); in tryDocumentDrag() local
793 FrameView* frameView = frame->view(); in placeDragCaret() local
/external/webkit/WebCore/plugins/mac/
DPluginViewMac.cpp451 FrameView* frameView = static_cast<FrameView*>(parent()); in updatePluginWidget() local
/external/webkit/WebCore/plugins/android/
DPluginViewAndroid.cpp661 FrameView* frameView = static_cast<FrameView*>(parent()); in updatePluginWidget() local
/external/webkit/WebCore/platform/wx/
DRenderThemeWx.cpp144 FrameView* frameView = o->view()->frameView(); in nativeWindowForRenderObject() local

12