/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | PlatformBridge.cpp | 114 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
|
D | ChromeClientAndroid.cpp | 84 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
|
D | MediaPlayerPrivateAndroid.cpp | 352 FrameView* frameView = m_player->frameView(); in createJavaPlayerIfNeeded() local 479 FrameView* frameView = m_player->mediaPlayerClient()->mediaPlayerOwningDocument()->view(); in createJavaPlayerIfNeeded() local
|
/external/webkit/Source/WebCore/dom/ |
D | Touch.cpp | 40 FrameView* frameView = frame->view(); in contentsX() local 50 FrameView* frameView = frame->view(); in contentsY() local
|
D | MouseRelatedEvent.cpp | 58 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/ |
D | WebFrameView.cpp | 44 WebFrameView::WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore) in WebFrameView()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | framed_browser_window.mm | 38 - (NSView*)frameView; method in Private 171 - (NSView*)frameView { method
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderWidget.h | 57 FrameView* frameView() const { return m_frameView; } in frameView() function
|
D | RenderWidget.cpp | 312 FrameView* frameView = static_cast<FrameView*>(m_widget.get()); in paint() local 356 FrameView* frameView = static_cast<FrameView*>(m_widget.get()); in updateWidgetPosition() local
|
D | RenderScrollbarPart.cpp | 151 if (FrameView* frameView = view()->frameView()) { in imageChanged() local
|
D | RenderMarquee.cpp | 168 FrameView* frameView = m_layer->renderer()->document()->view(); in start() local
|
D | RenderView.h | 64 FrameView* frameView() const { return m_frameView; } in frameView() function
|
/external/webkit/Source/WebCore/platform/qt/ |
D | ScreenQt.cpp | 47 FrameView* frameView = (frame ? frame->view() : 0); in qwidgetForPage() local
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollbarThemeComposite.cpp | 51 FrameView* frameView = static_cast<FrameView*>(view); in pageForScrollView() local 309 FrameView* frameView = static_cast<FrameView*>(view); in paintScrollCorner() local
|
D | ScrollView.cpp | 335 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/ |
D | PageOverlay.cpp | 66 FrameView* frameView = m_webPage->corePage()->mainFrame()->view(); in bounds() local
|
/external/webkit/Source/WebCore/html/ |
D | HTMLDocument.cpp | 95 FrameView* frameView = view(); in width() local 102 FrameView* frameView = view(); in height() local
|
/external/webkit/Source/WebCore/plugins/ |
D | IFrameShimSupport.cpp | 143 const FrameView* frameView = static_cast<const FrameView*>((*it).get()); in getPluginOcclusions() local
|
/external/webkit/Source/WebCore/platform/android/ |
D | PopupMenuAndroid.cpp | 124 void PopupMenuAndroid::show(const IntRect& rect, FrameView* frameView, int) in show()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | EmbeddedWidget.cpp | 97 FrameView* frameView = static_cast<FrameView*>(parent()); in frameRectsChanged() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.h | 235 WebCore::FrameView* frameView() const { return m_frame ? m_frame->view() : 0; } in frameView() function
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | MediaPlayer.h | 195 void setFrameView(FrameView* frameView) { m_frameView = frameView; } in setFrameView() 196 FrameView* frameView() { return m_frameView; } in frameView() function
|
/external/webkit/Source/WebCore/plugins/symbian/ |
D | PluginViewSymbian.cpp | 94 FrameView* frameView = static_cast<FrameView*>(parent()); in updatePluginWidget() local
|
/external/webkit/Source/WebCore/page/ |
D | DragController.cpp | 315 RefPtr<FrameView> frameView = m_documentUnderMouse->view(); in tryDocumentDrag() local 849 FrameView* frameView = frame->view(); in placeDragCaret() local
|
/external/webkit/Source/WebCore/platform/wx/ |
D | RenderThemeWx.cpp | 145 FrameView* frameView = o->view()->frameView(); in nativeWindowForRenderObject() local
|