/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerModelObject.cpp | 79 if (FrameView* frameView = frame->view()) { in willBeDestroyed() local 172 if (FrameView *frameView = view()->frameView()) { in styleDidChange() local
|
D | RenderWidget.cpp | 252 FrameView* frameView = toFrameView(m_widget.get()); in paintContents() local 336 FrameView* frameView = toFrameView(m_widget.get()); in updateWidgetPosition() local
|
D | RenderLayerCompositor.cpp | 305 FrameView* frameView = m_renderView ? m_renderView->frameView() : 0; in didChangeVisibleRect() local 1262 FrameView* frameView = m_renderView->frameView(); in frameViewDidChangeSize() local 1279 FrameView* frameView = m_renderView->frameView(); in frameViewDidScroll() local 1581 FrameView* frameView = m_renderView->frameView(); in updateRootLayerPosition() local 1716 FrameView* frameView = m_renderView->frameView(); in requiresCompositingForScrollableFrame() local 1959 FrameView* frameView = m_renderView->frameView(); in requiresCompositingForPosition() local 1992 if (FrameView* frameView = m_renderView->frameView()) { in requiresCompositingForPosition() local 2502 FrameView* frameView = m_renderView->frameView(); in computeFixedViewportConstraints() local 2540 FrameView* frameView = m_renderView->frameView(); in computeStickyViewportConstraints() local
|
D | RenderLayerScrollableArea.cpp | 111 if (FrameView* frameView = frame->view()) { in ~RenderLayerScrollableArea() local 128 if (FrameView* frameView = frame->view()) in ~RenderLayerScrollableArea() local 897 if (FrameView* frameView = m_box->view()->frameView()) in scrollsOverflow() local 1159 FrameView* frameView = frame->view(); in updateResizerAreaSet() local 1327 FrameView* frameView = frame->view(); in updateScrollableAreaSet() local
|
D | RenderScrollbarPart.cpp | 166 if (FrameView* frameView = view()->frameView()) { in imageChanged() local
|
D | RenderView.h | 80 FrameView* frameView() const { return m_frameView; } in frameView() function
|
D | RenderListBox.cpp | 94 if (FrameView* frameView = frame()->view()) in RenderListBox() local 102 if (FrameView* frameView = frame()->view()) in ~RenderListBox() local
|
D | RenderBox.cpp | 510 … bool frameElementAndViewPermitScroll(HTMLFrameElementBase* frameElementBase, FrameView* frameView) in frameElementAndViewPermitScroll() 544 if (FrameView* frameView = this->frameView()) { in scrollRectToVisible() local 834 FrameView* frameView = frame->view(); in autoscroll() local 864 FrameView* frameView = frame()->view(); in calculateAutoscrollDirection() local 1656 if (FrameView* frameView = toRenderView(layerRenderer)->frameView()) { in repaintLayerRectsForImage() local 3174 if (FrameView* frameView = view->frameView()) { in containingBlockLogicalWidthForPositioned() local 3236 if (FrameView* frameView = view->frameView()) { in containingBlockLogicalHeightForPositioned() local
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
D | ScrollingCoordinator.cpp | 155 FrameView* frameView = m_page->mainFrame()->view(); in updateAfterCompositingChange() local 645 FrameView* frameView = frame->view(); in computeShouldHandleScrollGestureOnMainThreadRegion() local 765 void ScrollingCoordinator::frameViewWheelEventHandlerCountChanged(FrameView* frameView) in frameViewWheelEventHandlerCountChanged() 773 void ScrollingCoordinator::frameViewHasSlowRepaintObjectsDidChange(FrameView* frameView) in frameViewHasSlowRepaintObjectsDidChange() 784 void ScrollingCoordinator::frameViewFixedObjectsDidChange(FrameView* frameView) in frameViewFixedObjectsDidChange() 815 GraphicsLayer* ScrollingCoordinator::scrollLayerForFrameView(FrameView* frameView) in scrollLayerForFrameView() 828 void ScrollingCoordinator::frameViewRootLayerDidChange(FrameView* frameView) in frameViewRootLayerDidChange() 849 FrameView* frameView = m_page->mainFrame()->view(); in handleWheelEventPhase() local 885 FrameView* frameView = m_page->mainFrame()->view(); in mainThreadScrollingReasons() local 927 FrameView* frameView = m_page->mainFrame()->view(); in frameViewIsScrollableIsDirty() local
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Touch.cpp | 39 FrameView* frameView = frame->view(); in contentsX() local 49 FrameView* frameView = frame->view(); in contentsY() local
|
D | WheelController.cpp | 73 FrameView* frameView = document->view(); in wheelEventHandlerCountChanged() local
|
D | ScriptedAnimationController.cpp | 188 if (FrameView* frameView = m_document->view()) in scheduleAnimationIfNeeded() local
|
D | TreeScope.cpp | 222 FrameView* frameView = frame->view(); in rendererFromPoint() local
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | DummyPageHolder.cpp | 79 FrameView& DummyPageHolder::frameView() const in frameView() function in WebCore::DummyPageHolder
|
D | Internals.cpp | 900 FrameView* frameView = document->view(); in setScrollViewPosition() local 1072 FrameView* frameView = element->document().view(); in scrollElementToRect() local 1083 FrameView* frameView = document->view(); in paintControlTints() local 1436 FrameView* frameView = document->view(); in nodesFromRect() local 2074 FrameView* frameView = document->view(); in startTrackingRepaints() local 2085 FrameView* frameView = document->view(); in stopTrackingRepaints() local
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | framed_browser_window.mm | 38 - (NSView*)frameView; method in Private 171 - (NSView*)frameView { method
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | MouseRelatedEvent.cpp | 48 FrameView* frameView = frame->view(); in contentsScrollOffset() local 69 if (FrameView* frameView = frame->view()) { in MouseRelatedEvent() local
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | framed_browser_window.mm | 61 - (NSView*)frameView; method in Private 193 - (NSView*)frameView { method
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
D | PluginOcclusionSupport.cpp | 173 const FrameView* frameView = toFrameView((*it).get()); in getPluginOcclusions() local
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ScrollbarGroup.cpp | 39 ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect) in ScrollbarGroup()
|
D | WebFrameImpl.h | 271 WebCore::FrameView* frameView() const { return frame() ? frame()->view() : 0; } in frameView() function
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Caret.cpp | 200 if (FrameView* frameView = view->frameView()) { in shouldRepaintCaret() local
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | TouchActionTest.cpp | 235 WebCore::FrameView* frameView = frame->view(); in runTestOnTree() local
|
D | ScrollingCoordinatorChromiumTest.cpp | 141 FrameView* frameView = m_webViewImpl->mainFrameImpl()->frameView(); in TEST_F() local
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
D | SVGImage.cpp | 286 FrameView* SVGImage::frameView() const in frameView() function in WebCore::SVGImage
|