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 44 Inactive,
120 bool isActive() const { return m_state > Inactive && m_state < Stopping; }
Document.cpp 543 m_lifecycle.advanceTo(DocumentLifecycle::Inactive);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 115 Inactive, // Created or started, but not in an event callback
IDBTransaction.cpp 76 m_state = Inactive;
172 m_state = active ? Active : Inactive;
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 128 void setInactive() { m_activeState = Inactive; }
227 Inactive,
SVGSMILElement.cpp 182 , m_activeState(Inactive)
299 m_activeState = Inactive;
709 // If the animation state is not Inactive, always reset to a clear state before leaving the old target element.
710 if (m_activeState != Inactive)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FilterBar.js 52 Inactive : "inactive",
122 return WebInspector.FilterBar.FilterBarState.Inactive;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter_unittest.cc 66 TEST_F(SupervisedUserURLFilterTest, Inactive) {
74 // If the filter is inactive, every URL should be whitelisted.
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 474 m_pInput->Inactive();
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 445 // top container's widget is inactive.
446 TEST_F(ImmersiveFullscreenControllerTest, Inactive) {
    [all...]

Completed in 169 milliseconds