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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLBuffer.h46 bool hasEverBeenBound() const { return object() && m_target; } function in class:blink::FINAL
H A DWebGLFramebuffer.h94 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } function in class:blink::FINAL
H A DWebGLRenderbuffer.h56 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } function in class:blink::FINAL
H A DWebGLTexture.h75 bool hasEverBeenBound() const { return object() && m_target; } function in class:blink::FINAL
H A DWebGLVertexArrayObjectOES.h82 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } function in class:blink::FINAL

Completed in 2707 milliseconds