Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.cpp79 if (FrameView* frameView = frame->view()) { in willBeDestroyed() local
172 if (FrameView *frameView = view()->frameView()) { in styleDidChange() local
DRenderWidget.cpp252 FrameView* frameView = toFrameView(m_widget.get()); in paintContents() local
336 FrameView* frameView = toFrameView(m_widget.get()); in updateWidgetPosition() local
DRenderLayerCompositor.cpp305 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
DRenderLayerScrollableArea.cpp111 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
DRenderScrollbarPart.cpp166 if (FrameView* frameView = view()->frameView()) { in imageChanged() local
DRenderView.h80 FrameView* frameView() const { return m_frameView; } in frameView() function
DRenderListBox.cpp94 if (FrameView* frameView = frame()->view()) in RenderListBox() local
102 if (FrameView* frameView = frame()->view()) in ~RenderListBox() local
DRenderBox.cpp510 … 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/
DScrollingCoordinator.cpp155 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/
DTouch.cpp39 FrameView* frameView = frame->view(); in contentsX() local
49 FrameView* frameView = frame->view(); in contentsY() local
DWheelController.cpp73 FrameView* frameView = document->view(); in wheelEventHandlerCountChanged() local
DScriptedAnimationController.cpp188 if (FrameView* frameView = m_document->view()) in scheduleAnimationIfNeeded() local
DTreeScope.cpp222 FrameView* frameView = frame->view(); in rendererFromPoint() local
/external/chromium_org/third_party/WebKit/Source/core/testing/
DDummyPageHolder.cpp79 FrameView& DummyPageHolder::frameView() const in frameView() function in WebCore::DummyPageHolder
DInternals.cpp900 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/
Dframed_browser_window.mm38 - (NSView*)frameView; method in Private
171 - (NSView*)frameView { method
/external/chromium_org/third_party/WebKit/Source/core/events/
DMouseRelatedEvent.cpp48 FrameView* frameView = frame->view(); in contentsScrollOffset() local
69 if (FrameView* frameView = frame->view()) { in MouseRelatedEvent() local
/external/chromium_org/chrome/browser/ui/cocoa/
Dframed_browser_window.mm61 - (NSView*)frameView; method in Private
193 - (NSView*)frameView { method
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DPluginOcclusionSupport.cpp173 const FrameView* frameView = toFrameView((*it).get()); in getPluginOcclusions() local
/external/chromium_org/third_party/WebKit/Source/web/
DScrollbarGroup.cpp39 ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect) in ScrollbarGroup()
DWebFrameImpl.h271 WebCore::FrameView* frameView() const { return frame() ? frame()->view() : 0; } in frameView() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.cpp200 if (FrameView* frameView = view->frameView()) { in shouldRepaintCaret() local
/external/chromium_org/third_party/WebKit/Source/web/tests/
DTouchActionTest.cpp235 WebCore::FrameView* frameView = frame->view(); in runTestOnTree() local
DScrollingCoordinatorChromiumTest.cpp141 FrameView* frameView = m_webViewImpl->mainFrameImpl()->frameView(); in TEST_F() local
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp286 FrameView* SVGImage::frameView() const in frameView() function in WebCore::SVGImage

12