Home
last modified time | relevance | path

Searched defs:hasEverBeenBound (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLBuffer.h45 bool hasEverBeenBound() const { return object() && m_target; } in hasEverBeenBound() function
DWebGLFramebuffer.h91 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } in hasEverBeenBound() function
DWebGLRenderbuffer.h55 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } in hasEverBeenBound() function
DWebGLTexture.h74 bool hasEverBeenBound() const { return object() && m_target; } in hasEverBeenBound() function
DWebGLVertexArrayObjectOES.h76 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } in hasEverBeenBound() function