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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.h 43 Inactive,
Document.cpp 481 m_lifecyle.advanceTo(DocumentLifecycle::Inactive);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 113 Inactive, // Created or started, but not in an event callback
IDBTransaction.cpp 92 m_state = Inactive;
184 m_state = active ? Active : Inactive;
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 124 void setInactive() { m_activeState = Inactive; }
189 Inactive,
SVGSMILElement.cpp 170 , m_activeState(Inactive)
274 m_activeState = Inactive;
650 // If the animation state is not Inactive, always reset to a clear state before leaving the old target element.
651 if (m_activeState != Inactive)
664 return m_activeState == Inactive;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FilterBar.js 52 Inactive : "inactive",
113 return WebInspector.FilterBar.FilterBarState.Inactive;
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter_unittest.cc 66 TEST_F(ManagedModeURLFilterTest, Inactive) {
74 // If the filter is inactive, every URL should be whitelisted.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 748 if (successStatus && previousStatus != "inactive") {
753 status = TypeBuilder::CSS::CSSProperty::Status::Inactive;
766 activeIt->value->setStatus(TypeBuilder::CSS::CSSProperty::Status::Inactive);
    [all...]
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 415 // top container's widget is inactive.
416 TEST_F(ImmersiveFullscreenControllerTest, Inactive) {
    [all...]

Completed in 189 milliseconds