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

  /external/webkit/Source/WebKit/chromium/src/
WebSettingsImpl.h 94 virtual bool showPlatformLayerTree() const { return m_showPlatformLayerTree; }
120 bool m_showPlatformLayerTree;
  /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;

Completed in 26 milliseconds