Searched defs:needsDisplay (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DLayerTreeHost.h72 virtual bool needsDisplay() { ASSERT_NOT_REACHED(); return false; } function in class:WebKit::LayerTreeHost
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
H A DLayerTreeHostCAWin.cpp163 bool LayerTreeHostCAWin::needsDisplay() function in class:WebKit::LayerTreeHostCAWin
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h115 void setNeedsDisplayOnBoundsChange(bool needsDisplay) { m_needsDisplayOnBoundsChange = needsDisplay; } argument
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h92 bool needsDisplay; member in struct:WebCore::TextureMapperNode::ContentData
100 : needsDisplay(false)

Completed in 131 milliseconds