Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/WebKit/Source/core/frame/ | |
SuspendableTimer.h | 51 bool m_active; member in class:WebCore::SuspendableTimer |
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ | |
ImplicitAnimation.h | 72 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/chromium_org/third_party/WebKit/Source/core/css/ | |
CSSComputedStyleDeclaration.h | 64 bool m_active; member in class:WebCore::CSSComputedStyleDeclaration::ComputedCSSVariablesIterator |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/ | |
AbstractControlActionsManager.java | 59 private boolean m_active = false; field in class:AbstractControlActionsManager 67 m_active = true; 73 m_active = false; 79 if (m_active) { |