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 46 bool hasEverBeenBound() const { return object() && m_target; }
WebGLFramebuffer.h 94 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; }
WebGLRenderbuffer.h 56 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; }
WebGLTexture.h 75 bool hasEverBeenBound() const { return object() && m_target; }
WebGLVertexArrayObjectOES.h 82 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; }

Completed in 535 milliseconds