OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 787 milliseconds