OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_active
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.cpp
36
,
m_active
(false)
63
m_active
= isActive();
64
if (
m_active
) {
77
if (
m_active
)
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
ImplicitAnimation.cpp
48
,
m_active
(true)
/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
) {
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.h
64
bool
m_active
;
member in class:WebCore::CSSComputedStyleDeclaration::ComputedCSSVariablesIterator
CSSComputedStyleDeclaration.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h
99
bool isActive() const { return
m_active
; }
516
bool
m_active
: 1;
HTMLMediaElement.cpp
278
,
m_active
(true)
487
m_active
= true;
501
m_active
= false;
[
all
...]
Completed in 113 milliseconds