Home
last modified time | relevance | path

Searched refs:m_active (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DSuspendableTimer.cpp36 , m_active(false) in SuspendableTimer()
63 m_active = isActive(); in suspend()
64 if (m_active) { in suspend()
78 if (m_active) in resume()
DSuspendableTimer.h51 bool m_active; variable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
DAbstractControlActionsManager.java59 private boolean m_active = false; field in AbstractControlActionsManager
67 m_active = true; in AbstractControlActionsManager()
73 m_active = false; in AbstractControlActionsManager()
79 if (m_active) { in AbstractControlActionsManager()
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DServiceWorkerRegistration.h52 PassRefPtrWillBeRawPtr<ServiceWorker> active() { return m_active.get(); } in active()
74 RefPtrWillBeMember<ServiceWorker> m_active; variable
DServiceWorkerRegistration.cpp76 m_active = ServiceWorker::from(executionContext(), serviceWorker); in setActive()
162 visitor->trace(m_active); in trace()
/external/lldb/source/Core/
DInputReader.cpp29 m_active (false), in InputReader()
329 m_active = true; in Notify()
335 m_active = false; in Notify()
/external/lldb/include/lldb/Core/
DInputReader.h231 return m_active; in IsActive()
262 bool m_active; variable
/external/lldb/include/lldb/Target/
DTarget.h1045 return m_active; in IsActive()
1051 m_active = is_active; in SetIsActive()
1062 bool m_active; variable
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeap.h1095 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
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.h106 bool isActive() const { return m_active; } in isActive()
556 bool m_active : 1; variable
DHTMLMediaElement.cpp341 , 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()
/external/lldb/source/Target/
DTarget.cpp2189 m_active (true) in StopHook()
2199 m_active (rhs.m_active) in StopHook()
2225 if (m_active) in GetDescription()