Searched defs:m_active (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
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
/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/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/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...]

Completed in 8962 milliseconds