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

/external/webkit/WebCore/history/android/
H A DAndroidWebHistoryBridge.h40 , m_active(false)
51 void setActive() { m_active = true; }
56 bool m_active; member in class:WebCore::AndroidWebHistoryBridge
/external/webkit/WebCore/page/animation/
H A DImplicitAnimation.h71 bool active() const { return m_active; }
72 void setActive(bool b) { m_active = b; }
87 bool m_active; // used for culling the list of transitions member in class:WebCore::ImplicitAnimation

Completed in 50 milliseconds