Home
last modified time | relevance | path

Searched refs:m_newWindowRequest (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaTexture.cpp53 m_newWindowRequest = false; in MediaTexture()
114 if (!m_newWindowRequest) in initNativeWindowIfNeeded()
122 m_newWindowRequest = false; in initNativeWindowIfNeeded()
201 m_newWindowRequest = true; in requestNativeWindowForVideo()
219 while (m_newWindowRequest && !timedOut) { in requestNativeWindowForVideo()
DMediaTexture.h82 bool m_newWindowRequest; variable