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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.h 42 class CCHeadsUpDisplay {
43 WTF_MAKE_NONCOPYABLE(CCHeadsUpDisplay);
45 static PassOwnPtr<CCHeadsUpDisplay> create(LayerRendererChromium* owner)
47 return adoptPtr(new CCHeadsUpDisplay(owner));
50 ~CCHeadsUpDisplay();
66 explicit CCHeadsUpDisplay(LayerRendererChromium* owner);
CCHeadsUpDisplay.cpp 28 #include "CCHeadsUpDisplay.h"
47 CCHeadsUpDisplay::CCHeadsUpDisplay(LayerRendererChromium* owner)
74 CCHeadsUpDisplay::~CCHeadsUpDisplay()
78 void CCHeadsUpDisplay::draw()
128 void CCHeadsUpDisplay::drawHudContents(GraphicsContext* ctx, const IntSize& hudSize)
150 void CCHeadsUpDisplay::drawFPSCounter(GraphicsContext* ctx, int top, int height)
206 void CCHeadsUpDisplay::drawPlatformLayerTree(GraphicsContext* ctx, int top)
219 void CCHeadsUpDisplay::onPresent(
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.h 45 #include "cc/CCHeadsUpDisplay.h"
62 class CCHeadsUpDisplay;
113 const CCHeadsUpDisplay::Program* headsUpDisplayProgram() const { return m_headsUpDisplayProgram.get(); }
128 CCHeadsUpDisplay* headsUpDisplay() { return m_headsUpDisplay.get(); }
209 OwnPtr<CCHeadsUpDisplay::Program> m_headsUpDisplayProgram;
220 OwnPtr<CCHeadsUpDisplay> m_headsUpDisplay;
LayerRendererChromium.cpp 127 m_headsUpDisplay = CCHeadsUpDisplay::create(this);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 124 #include "cc/CCHeadsUpDisplay.h"
    [all...]

Completed in 73 milliseconds