Home | History | Annotate | Download | only in dom

Lines Matching refs:m_scriptExecutionContext

45     , m_scriptExecutionContext(&scriptExecutionContext)
47 m_scriptExecutionContext->createdMessagePort(this);
55 if (m_scriptExecutionContext)
56 m_scriptExecutionContext->destroyedMessagePort(this);
77 ASSERT(m_scriptExecutionContext);
104 ASSERT(m_scriptExecutionContext);
105 m_scriptExecutionContext->destroyedMessagePort(this);
106 m_scriptExecutionContext = 0;
115 ASSERT(m_scriptExecutionContext);
116 m_scriptExecutionContext->processMessagePortMessagesSoon();
125 ASSERT(m_scriptExecutionContext);
130 m_scriptExecutionContext->processMessagePortMessagesSoon();
145 ASSERT(m_scriptExecutionContext);
154 ASSERT(m_scriptExecutionContext);
157 m_scriptExecutionContext = 0;
162 return m_scriptExecutionContext;
173 OwnPtr<MessagePortArray> ports = MessagePort::entanglePorts(*m_scriptExecutionContext, eventData->channels());
191 return m_entangledChannel ? m_entangledChannel->locallyEntangledPort(m_scriptExecutionContext) : 0;