HomeSort by relevance Sort by last modified time
    Searched refs:m_closing (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/workers/
WorkerContext.h 152 bool isClosing() { return m_closing; }
206 bool m_closing; member in class:WebCore::WorkerContext
DefaultSharedWorkerRepository.cpp 67 bool isClosing() const { return m_closing; }
99 bool m_closing; member in class:WebCore::SharedWorkerProxy
111 : m_closing(false)
218 m_closing = true;
WorkerContext.cpp 113 , 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;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 645 bool m_closing; member in class:android::ExynosCameraHWInterface2

Completed in 814 milliseconds