Home
last modified time | relevance | path

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

123

/external/webkit/Source/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp114 bool PlatformBridge::isWebViewPaused(const WebCore::FrameView* frameView) in isWebViewPaused()
146 int PlatformBridge::screenWidthInDocCoord(const WebCore::FrameView* frameView) in screenWidthInDocCoord()
152 int PlatformBridge::screenHeightInDocCoord(const WebCore::FrameView* frameView) in screenHeightInDocCoord()
167 void PlatformBridge::updateViewport(FrameView* frameView) in updateViewport()
173 void PlatformBridge::updateTextfield(FrameView* frameView, Node* nodePtr, bool changeToPassword, co… in updateTextfield()
180 FrameView* frameView = scrollView->frameView(); in setScrollPosition() local
DChromeClientAndroid.cpp84 if (FrameView* frameView = frame->view()) in layersSync() local
136 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in windowRect() local
298 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in shouldInterruptJavaScript() local
576 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in needTouchEvents() local
611 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in webAppCanBeInstalled() local
635 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in enterFullscreenForNode() local
644 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in exitFullscreenForNode() local
DMediaPlayerPrivateAndroid.cpp352 FrameView* frameView = m_player->frameView(); in createJavaPlayerIfNeeded() local
479 FrameView* frameView = m_player->mediaPlayerClient()->mediaPlayerOwningDocument()->view(); in createJavaPlayerIfNeeded() local
/external/webkit/Source/WebCore/dom/
DTouch.cpp40 FrameView* frameView = frame->view(); in contentsX() local
50 FrameView* frameView = frame->view(); in contentsY() local
DMouseRelatedEvent.cpp58 FrameView* frameView = frame->view(); in contentsX() local
71 FrameView* frameView = frame->view(); in contentsY() local
94 if (FrameView* frameView = frame->view()) { in MouseRelatedEvent() local
/external/webkit/Source/WebKit/android/jni/
DWebFrameView.cpp44 WebFrameView::WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore) in WebFrameView()
/external/chromium/chrome/browser/ui/cocoa/
Dframed_browser_window.mm38 - (NSView*)frameView; method in Private
171 - (NSView*)frameView { method
/external/webkit/Source/WebCore/rendering/
DRenderWidget.h57 FrameView* frameView() const { return m_frameView; } in frameView() function
DRenderWidget.cpp312 FrameView* frameView = static_cast<FrameView*>(m_widget.get()); in paint() local
356 FrameView* frameView = static_cast<FrameView*>(m_widget.get()); in updateWidgetPosition() local
DRenderScrollbarPart.cpp151 if (FrameView* frameView = view()->frameView()) { in imageChanged() local
DRenderMarquee.cpp168 FrameView* frameView = m_layer->renderer()->document()->view(); in start() local
DRenderView.h64 FrameView* frameView() const { return m_frameView; } in frameView() function
/external/webkit/Source/WebCore/platform/qt/
DScreenQt.cpp47 FrameView* frameView = (frame ? frame->view() : 0); in qwidgetForPage() local
/external/webkit/Source/WebCore/platform/
DScrollbarThemeComposite.cpp51 FrameView* frameView = static_cast<FrameView*>(view); in pageForScrollView() local
309 FrameView* frameView = static_cast<FrameView*>(view); in paintScrollCorner() local
DScrollView.cpp335 FrameView* ScrollView::frameView() { in frameView() function in WebCore::ScrollView
337 FrameView* frameView = reinterpret_cast<FrameView*>(this); in frameView() local
402 FrameView* frameView = this->frameView(); in scrollTo() local
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DPageOverlay.cpp66 FrameView* frameView = m_webPage->corePage()->mainFrame()->view(); in bounds() local
/external/webkit/Source/WebCore/html/
DHTMLDocument.cpp95 FrameView* frameView = view(); in width() local
102 FrameView* frameView = view(); in height() local
/external/webkit/Source/WebCore/plugins/
DIFrameShimSupport.cpp143 const FrameView* frameView = static_cast<const FrameView*>((*it).get()); in getPluginOcclusions() local
/external/webkit/Source/WebCore/platform/android/
DPopupMenuAndroid.cpp124 void PopupMenuAndroid::show(const IntRect& rect, FrameView* frameView, int) in show()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DEmbeddedWidget.cpp97 FrameView* frameView = static_cast<FrameView*>(parent()); in frameRectsChanged() local
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h235 WebCore::FrameView* frameView() const { return m_frame ? m_frame->view() : 0; } in frameView() function
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayer.h195 void setFrameView(FrameView* frameView) { m_frameView = frameView; } in setFrameView()
196 FrameView* frameView() { return m_frameView; } in frameView() function
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp94 FrameView* frameView = static_cast<FrameView*>(parent()); in updatePluginWidget() local
/external/webkit/Source/WebCore/page/
DDragController.cpp315 RefPtr<FrameView> frameView = m_documentUnderMouse->view(); in tryDocumentDrag() local
849 FrameView* frameView = frame->view(); in placeDragCaret() local
/external/webkit/Source/WebCore/platform/wx/
DRenderThemeWx.cpp145 FrameView* frameView = o->view()->frameView(); in nativeWindowForRenderObject() local

123