Searched defs:isScrollable (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFrameBase.cpp76 bool isScrollable = element->scrollingMode() != ScrollbarAlwaysOff; local
H A DRenderLayer.cpp6239 bool isScrollable = hasOverflow && isVisibleToHitTest; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.h123 bool isScrollable() const { return !!m_scrollableArea; } function in class:WebCore::CoordinatedGraphicsLayer
H A DCoordinatedGraphicsState.h115 bool isScrollable: 1; member in struct:WebCore::CoordinatedGraphicsLayerState::__anon5402::__anon5403
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h92 bool isScrollable() const { return m_isScrollable; } function in class:WebCore::GraphicsLayerTextureMapper
H A DTextureMapperLayer.h74 void setIsScrollable(bool isScrollable) { m_isScrollable = isScrollable; } argument
75 bool isScrollable() const { return m_isScrollable; } function in class:WebCore::TextureMapperLayer
H A DGraphicsLayerTextureMapper.cpp419 void GraphicsLayerTextureMapper::setIsScrollable(bool isScrollable) argument
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp3155 bool FrameView::isScrollable() function in class:WebCore::FrameView
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp3169 void WebPage::setMainFrameIsScrollable(bool isScrollable) argument

Completed in 168 milliseconds