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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 115 Inactive, // Created or started, but not in an event callback
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.h 44 Inactive,
120 bool isActive() const { return m_state > Inactive && m_state < Stopping; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 128 void setInactive() { m_activeState = Inactive; }
227 Inactive,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FilterBar.js 52 Inactive : "inactive",
122 return WebInspector.FilterBar.FilterBarState.Inactive;

Completed in 93 milliseconds