Home
last modified time | relevance | path

Searched refs:m_currentScriptStack (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h807 …TMLScriptElement* currentScript() const { return !m_currentScriptStack.isEmpty() ? m_currentScript… in currentScript()
1262 WillBeHeapVector<RefPtrWillBeMember<HTMLScriptElement> > m_currentScriptStack; variable
DDocument.cpp4434 m_currentScriptStack.append(newCurrentScript); in pushCurrentScript()
4439 ASSERT(!m_currentScriptStack.isEmpty()); in popCurrentScript()
4440 m_currentScriptStack.removeLast(); in popCurrentScript()
5802 visitor->trace(m_currentScriptStack); in trace()