Home | History | Annotate | Download | only in storage

Lines Matching refs:m_callback

48         : m_callback(callback)
49 , m_scriptExecutionContext(m_callback ? scriptExecutionContext : 0)
51 ASSERT(!m_callback || (m_scriptExecutionContext.get() && m_scriptExecutionContext->isContextThread()));
65 if (!m_callback) {
70 m_callback = 0;
75 callback = m_callback.release().leakRef();
83 ASSERT(!m_callback || m_scriptExecutionContext->isContextThread());
85 return m_callback.release();
89 bool hasCallback() const { return m_callback; }
100 RefPtr<T> m_callback;