HomeSort by relevance Sort by last modified time
    Searched defs:m_active (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/history/android/
AndroidWebHistoryBridge.h 40 , m_active(false)
51 void setActive() { m_active = true; }
56 bool m_active; member in class:WebCore::AndroidWebHistoryBridge
  /external/webkit/WebCore/page/animation/
ImplicitAnimation.h 71 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 530 milliseconds