Home | History | Annotate | Download | only in canvas

Lines Matching refs:m_context

37     , m_context(context)
47 if (m_context)
48 m_context->removeContextObject(this);
55 if (m_context) {
56 deleteObject(m_context->webContext());
57 m_context->removeContextObject(this);
58 m_context = nullptr;
70 return m_context ? m_context->webContext() : 0;
76 visitor->trace(m_context);