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

  /external/webkit/Source/WebCore/html/canvas/
WebGLObject.h 51 m_attachmentCount = 0; // Make sure OpenGL resource is deleted.
65 void onAttached() { ++m_attachmentCount; }
68 if (m_attachmentCount)
69 --m_attachmentCount;
91 unsigned m_attachmentCount;
WebGLObject.cpp 39 , m_attachmentCount(0)
62 if (!m_attachmentCount) {
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 66 , m_attachmentCount(initialAttachmentCount)
76 m_attachmentCount++;
85 size_t attachmentCount() const { return m_attachmentCount; }
90 size_t m_attachmentCount;

Completed in 151 milliseconds