Searched refs:Inactive (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplayController.cpp99 , m_sessionState(SessionState::Inactive)
106 ASSERT(shouldForceDeterministicBehavior ^ (m_sessionState == SessionState::Inactive));
128 ASSERT(state == SessionState::Inactive);
134 case SessionState::Inactive:
140 ASSERT(state == SessionState::Inactive);
151 ASSERT(m_sessionState == SessionState::Inactive);
228 ASSERT(m_sessionState != SessionState::Inactive);
252 ASSERT(m_sessionState == SessionState::Inactive);
273 setSessionState(SessionState::Inactive);
321 m_sessionState = SessionState::Inactive;
[all...]
H A DReplayController.h64 Inactive, member in class:WebCore::SessionState
179 // This position is valid when SessionState != Inactive.
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorReplayAgent.cpp166 ASSERT(sessionState() == SessionState::Inactive);
191 if (sessionState() != SessionState::Inactive)
197 if (sessionState() != SessionState::Inactive)
203 if (sessionState() != SessionState::Inactive)
306 if (sessionState() != SessionState::Inactive) {
337 if (sessionState() != SessionState::Inactive) {
347 if (sessionState() != SessionState::Inactive) {
379 if (sessionState() != SessionState::Inactive) {
408 if (session == m_page.replayController().loadedSession() && sessionState() != SessionState::Inactive) {
432 if (session == m_page.replayController().loadedSession() && sessionState() != SessionState::Inactive) {
[all...]
H A DInspectorStyleSheet.cpp576 status = Inspector::TypeBuilder::CSS::CSSProperty::Status::Inactive;
589 activeIt->value->setStatus(Inspector::TypeBuilder::CSS::CSSProperty::Status::Inactive);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DReplayManager.js31 this._sessionState = WebInspector.ReplayManager.SessionState.Inactive;
80 Inactive: "replay-manager-session-state-inactive", property in class:WebInspector.ReplayManager.SessionState
177 this._changeSessionState(WebInspector.ReplayManager.SessionState.Inactive);
185 if (this.sessionState === WebInspector.ReplayManager.SessionState.Inactive)
213 this._changeSessionState(WebInspector.ReplayManager.SessionState.Inactive);
345 console.assert(this.sessionState === WebInspector.ReplayManager.SessionState.Inactive);
404 isAllowed &= newState === WebInspector.ReplayManager.SessionState.Inactive;
408 isAllowed &= newState === WebInspector.ReplayManager.SessionState.Inactive;
/macosx-10.10/WebCore-7600.1.25/svg/animation/
H A DSVGSMILElement.h115 void setInactive() { m_activeState = Inactive; }
188 Inactive, enumerator in enum:WebCore::SVGSMILElement::ActiveState
H A DSVGSMILElement.cpp122 , m_activeState(Inactive)
227 m_activeState = Inactive;
608 // If the animation state is not Inactive, always reset to a clear state before leaving the old target element.
609 if (m_activeState != Inactive)
622 return m_activeState == Inactive;
1041 return fill() == FillFreeze ? Frozen : Inactive;
1060 ASSERT(m_activeState == Inactive);
1106 if (oldActiveState == Inactive)
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBTransaction.h138 Inactive, // Created or started, but not in an event callback enumerator in enum:WebCore::final::State
H A DIDBTransaction.cpp106 m_state = Inactive;
200 m_state = active ? Active : Inactive;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/Legacy/6.0/
H A DInspectorWebBackendCommands.js170 InspectorBackend.registerEnum("CSS.CSSPropertyStatus", {Active: "active", Inactive: "inactive", Disabled: "disabled", Style: "style"});
/macosx-10.10/vim-55/runtime/syntax/
H A Dfvwm.vim432 \ Active Inactive ToggledActiveUp
451 \ Active Inactive
464 \ Active Inactive ToggledActiveUp
488 syn keyword fvwmBStateNames contained ActiveDown Inactive InactiveDown
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/Legacy/7.0/
H A DInspectorWebBackendCommands.js199 InspectorBackend.registerEnum("CSS.CSSPropertyStatus", {Active: "active", Inactive: "inactive", Disabled: "disabled", Style: "style"});

Completed in 222 milliseconds