Searched refs:m_closing (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/workers/
H A DDefaultSharedWorkerRepository.cpp67 bool isClosing() const { return m_closing; }
99 bool m_closing; member in class:WebCore::SharedWorkerProxy
111 : m_closing(false)
218 m_closing = true;
H A DWorkerContext.h152 bool isClosing() { return m_closing; }
206 bool m_closing; member in class:WebCore::WorkerContext
H A DWorkerContext.cpp113 , m_closing(false)
171 if (m_closing)
175 // After m_closing is set, all the tasks in the queue continue to be fetched but only
177 m_closing = true;

Completed in 76 milliseconds