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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.h 57 void setShowPlatformLayerTree(bool enable) { m_showPlatformLayerTree = enable; }
58 bool showPlatformLayerTree() const { return m_showPlatformLayerTree; }
60 bool enabled() const { return m_showPlatformLayerTree || m_showFPSCounter; }
84 bool m_showPlatformLayerTree;
CCHeadsUpDisplay.cpp 52 , m_showPlatformLayerTree(false)
86 if (m_showPlatformLayerTree) {
130 if (m_showPlatformLayerTree) {
146 if (m_showPlatformLayerTree)
  /external/webkit/Source/WebKit/chromium/src/
WebSettingsImpl.h 94 virtual bool showPlatformLayerTree() const { return m_showPlatformLayerTree; }
120 bool m_showPlatformLayerTree;
WebSettingsImpl.cpp 52 , m_showPlatformLayerTree(false)
298 m_showPlatformLayerTree = show;

Completed in 1535 milliseconds