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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.h 128 CCHeadsUpDisplay* headsUpDisplay() { return m_headsUpDisplay.get(); }
220 OwnPtr<CCHeadsUpDisplay> m_headsUpDisplay;
LayerRendererChromium.cpp 127 m_headsUpDisplay = CCHeadsUpDisplay::create(this);
132 m_headsUpDisplay.clear(); // Explicitly destroy the HUD before the TextureManager dies.
437 if (m_headsUpDisplay->enabled()) {
442 m_headsUpDisplay->draw();
464 m_headsUpDisplay->onPresent();
    [all...]

Completed in 118 milliseconds