Searched refs:m_isDebugLayerTreeHost (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DRemoteLayerTreeHost.h56 void setIsDebugLayerTreeHost(bool flag) { m_isDebugLayerTreeHost = flag; }
57 bool isDebugLayerTreeHost() const { return m_isDebugLayerTreeHost; }
79 bool m_isDebugLayerTreeHost; member in class:WebKit::RemoteLayerTreeHost
H A DRemoteLayerTreeHost.mm51 , m_isDebugLayerTreeHost(false)
96 if (m_isDebugLayerTreeHost) {
207 if (!m_isDebugLayerTreeHost)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DRemoteLayerTreeHostIOS.mm144 if (!m_isDebugLayerTreeHost)
157 if (!m_isDebugLayerTreeHost)

Completed in 114 milliseconds