Searched refs:m_running (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DClockGeneric.cpp34 : m_running(false)
49 if (m_running)
63 if (m_running)
67 m_running = true;
72 if (!m_running)
77 m_running = false;
H A DClockGeneric.h46 virtual bool isRunning() const override { return m_running; }
50 bool m_running; member in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPlatformClockCA.cpp39 , m_running(false)
65 if (m_running)
71 if (m_running)
81 if (m_running) {
106 if (m_running)
108 m_running = true;
114 if (!m_running)
116 m_running = false;
H A DPlatformClockCA.h51 virtual bool isRunning() const override { return m_running; }
54 bool m_running; member in class:WebCore::final
H A DPlatformClockCM.mm62 , m_running(false)
76 , m_running(false)
116 if (m_running)
122 if (m_running)
124 m_running = true;
130 if (!m_running)
132 m_running = false;
H A DPlatformClockCM.h56 virtual bool isRunning() const override { return m_running; }
65 bool m_running; member in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInputDispatcher.cpp54 , m_running(false)
63 ASSERT(!m_running);
64 m_running = true;
73 ASSERT(m_running);
74 m_running = false;
88 ASSERT(m_running);
147 if (!m_running)
161 m_running = false;
168 if (!m_running)
H A DEventLoopInputDispatcher.h70 bool isRunning() const { return m_running; }
87 bool m_running; member in class:WebCore::EventLoopInputDispatcher
/macosx-10.10/WTF-7600.1.24/wtf/
H A DParallelJobsGeneric.h56 , m_running(false)
76 bool m_running; member in class:WTF::ParallelEnvironment::ThreadPrivate
H A DParallelJobsGeneric.cpp112 m_running = true;
120 while (m_running)
130 if (sharedThread->m_running) {
132 sharedThread->m_running = false;

Completed in 95 milliseconds