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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSuspendableTimer.h51 bool m_active; member in class:WebCore::SuspendableTimer
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.h64 bool m_active; member in class:WebCore::CSSComputedStyleDeclaration::ComputedCSSVariablesIterator
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
H A DImplicitAnimation.h72 bool active() const { return m_active; }
73 void setActive(bool b) { m_active = b; }
89 bool m_active; // used for culling the list of transitions member in class:WebCore::ImplicitAnimation
/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) {

Completed in 225 milliseconds