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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.cpp 123 m_newWindow = videoTexture->nativeWindow;
191 if (ANativeWindow* window = m_newWindow.get()) {
192 m_newWindow.clear();
225 if (ANativeWindow* window = m_newWindow.get()) {
226 m_newWindow.clear();
MediaTexture.h 83 sp<ANativeWindow> m_newWindow;

Completed in 28 milliseconds