Searched refs:m_active (Results 1 – 12 of 12) sorted by relevance
36 , m_active(false) in SuspendableTimer()63 m_active = isActive(); in suspend()64 if (m_active) { in suspend()78 if (m_active) in resume()
51 bool m_active; variable
59 private boolean m_active = false; field in AbstractControlActionsManager67 m_active = true; in AbstractControlActionsManager()73 m_active = false; in AbstractControlActionsManager()79 if (m_active) { in AbstractControlActionsManager()
52 PassRefPtrWillBeRawPtr<ServiceWorker> active() { return m_active.get(); } in active()74 RefPtrWillBeMember<ServiceWorker> m_active; variable
76 m_active = ServiceWorker::from(executionContext(), serviceWorker); in setActive()162 visitor->trace(m_active); in trace()
29 m_active (false), in InputReader()329 m_active = true; in Notify()335 m_active = false; in Notify()
231 return m_active; in IsActive()262 bool m_active; variable
1045 return m_active; in IsActive()1051 m_active = is_active; in SetIsActive()1062 bool m_active; variable
1095 NoAllocationScope() : m_active(true) { enter(); } in NoAllocationScope()1097 explicit NoAllocationScope(bool active) : m_active(active) { enter(); } in NoAllocationScope()1099 NoAllocationScope(const NoAllocationScope& other) : m_active(other.m_active) { enter(); } in NoAllocationScope()1104 m_active = other.m_active;1113 if (m_active) { in release()1115 m_active = false; in release()1122 if (m_active) in enter()1126 bool m_active; variable
106 bool isActive() const { return m_active; } in isActive()556 bool m_active : 1; variable
341 , m_active(true) in HTMLMediaElement()585 m_active = true; in insertedInto()603 m_active = false; in removedFrom()1459 if (!m_ignoreTrackDisplayUpdate && m_active) in endIgnoringTrackDisplayUpdateRequests()3498 m_active = false; in stop()
2189 m_active (true) in StopHook()2199 m_active (rhs.m_active) in StopHook()2225 if (m_active) in GetDescription()