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

  /external/chromium_org/third_party/WebKit/Source/core/streams/
ReadableStream.h 46 bool isPulling() const { return m_isPulling; }
80 bool m_isPulling;
ReadableStream.cpp 23 , m_isPulling(false)
62 m_isPulling = false;
181 if (m_isPulling)
183 m_isPulling = true;

Completed in 83 milliseconds