HomeSort by relevance Sort by last modified time
    Searched defs:hasEverBeenBound (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLBuffer.h 45 bool hasEverBeenBound() const { return object() && m_target; }
WebGLFramebuffer.h 97 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; }
WebGLRenderbuffer.h 59 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; }
WebGLVertexArrayObjectOES.h 76 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; }
WebGLTexture.h 74 bool hasEverBeenBound() const { return object() && m_target; }

Completed in 774 milliseconds