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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSuspendableTimer.cpp36 , m_active(false)
63 m_active = isActive();
64 if (m_active) {
78 if (m_active)
H A DSuspendableTimer.h51 bool m_active; member in class:blink::SuspendableTimer
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerRegistration.h52 PassRefPtrWillBeRawPtr<ServiceWorker> active() { return m_active.get(); }
74 RefPtrWillBeMember<ServiceWorker> m_active; member in class:blink::FINAL
H A DServiceWorkerRegistration.cpp76 m_active = ServiceWorker::from(executionContext(), serviceWorker);
162 visitor->trace(m_active);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
H A DAbstractControlActionsManager.java59 private boolean m_active = false; field in class:AbstractControlActionsManager
67 m_active = true;
73 m_active = false;
79 if (m_active) {
/external/lldb/source/Core/
H A DInputReader.cpp29 m_active (false),
329 m_active = true;
335 m_active = false;
/external/lldb/include/lldb/Core/
H A DInputReader.h231 return m_active;
262 bool m_active; member in class:lldb_private::InputReader
/external/lldb/include/lldb/Target/
H A DTarget.h1045 return m_active;
1051 m_active = is_active;
1062 bool m_active; member in class:lldb_private::Target::StopHook
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h106 bool isActive() const { return m_active; }
556 bool m_active : 1;
H A DHTMLMediaElement.cpp341 , m_active(true)
585 m_active = true;
603 m_active = false;
1459 if (!m_ignoreTrackDisplayUpdate && m_active)
3498 m_active = false;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1095 NoAllocationScope() : m_active(true) { enter(); }
1097 explicit NoAllocationScope(bool active) : m_active(active) { enter(); }
1099 NoAllocationScope(const NoAllocationScope& other) : m_active(other.m_active) { enter(); }
1104 m_active = other.m_active;
1113 if (m_active) {
1115 m_active = false;
1122 if (m_active)
1126 bool m_active; member in class:blink::NoAllocationScope
[all...]
/external/lldb/source/Target/
H A DTarget.cpp2189 m_active (true)
2199 m_active (rhs.m_active)
2225 if (m_active)

Completed in 243 milliseconds