HomeSort by relevance Sort by last modified time
    Searched refs:participatesInDisplay (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 163 if (!m_layerTreeHost->participatesInDisplay())
198 ASSERT(m_layerTreeHost->participatesInDisplay());
213 if (!m_layerTreeHost || m_layerTreeHost->participatesInDisplay()) {
317 if (!m_isPaintingSuspended && (!m_layerTreeHost || m_layerTreeHost->participatesInDisplay()))
323 if (m_isPaintingSuspended || (m_layerTreeHost && !m_layerTreeHost->participatesInDisplay())) {
346 if (m_layerTreeHost && !m_layerTreeHost->participatesInDisplay())
400 if (!m_layerTreeHost->participatesInDisplay()) {
415 bool wasParticipatingInDisplay = m_layerTreeHost->participatesInDisplay();
459 ASSERT(!m_layerTreeHost || m_layerTreeHost->participatesInDisplay());
484 double timeUntilLayerTreeHostNeedsDisplay = m_layerTreeHost && m_layerTreeHost->participatesInDisplay() ? m_layerTreeHost->timeUntilNextDisplay() : 0
    [all...]
LayerTreeHost.h 71 virtual bool participatesInDisplay() { return false; }
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.h 60 virtual bool participatesInDisplay();
LayerTreeHostCAWin.cpp 158 bool LayerTreeHostCAWin::participatesInDisplay()

Completed in 105 milliseconds