Searched refs:newState (Results 1 - 25 of 83) sorted by relevance

1234

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGPropertyInfo.cpp25 SVGPropertyInfo::SVGPropertyInfo(AnimatedPropertyType newType, AnimatedPropertyState newState, const QualifiedName& newAttributeName, const AtomicString& newPropertyIdentifier, SynchronizeProperty newSynchronizeProperty, LookupOrCreateWrapperForAnimatedProperty newLookupOrCreateWrapperForAnimatedProperty) argument
27 , animatedPropertyState(newState)
H A DSVGPropertyInfo.h63 SVGPropertyInfo(AnimatedPropertyType newType, AnimatedPropertyState newState, const QualifiedName& newAttributeName,
/macosx-10.10/WebCore-7600.1.25/history/mac/
H A DHistoryItemMac.mm40 id newState = [statePList copy];
41 m_viewState = newState;
42 [newState release];
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGDoubleFormatState.h70 DoubleFormatState newState = mergeDoubleFormatStates(dest, src); local
71 if (newState == dest)
73 dest = newState;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslDigests.c52 SSLBuffer *newState)
55 if ((err = SSLAllocBuffer(newState, ref->contextSize)))
57 return ref->clone(state, newState);
49 CloneHashState( const HashReference *ref, const SSLBuffer *state, SSLBuffer *newState) argument
H A DsslDigests.h42 SSLBuffer *newState);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslDigests.c52 SSLBuffer *newState)
55 if ((err = SSLAllocBuffer(newState, ref->contextSize)))
57 return ref->clone(state, newState);
49 CloneHashState( const HashReference *ref, const SSLBuffer *state, SSLBuffer *newState) argument
H A DsslDigests.h42 SSLBuffer *newState);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslDigests.c52 SSLBuffer *newState)
55 if ((err = SSLAllocBuffer(newState, ref->contextSize)))
57 return ref->clone(state, newState);
49 CloneHashState( const HashReference *ref, const SSLBuffer *state, SSLBuffer *newState) argument
H A DsslDigests.h42 SSLBuffer *newState);
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLigatureSubstProc.cpp50 ByteOffset newState = SWAPW(entry->newStateOffset); local
62 return newState;
91 return newState; // get out! bad font
96 return newState; // get out! bad font
136 return newState;
H A DContextualGlyphSubstProc.cpp48 ByteOffset newState = SWAPW(entry->newStateOffset); local
76 return newState;
H A DContextualGlyphInsertionProc2.cpp80 le_uint16 newState = SWAPW(entry->newStateIndex);
107 return newState;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoCell.py30 def setTriState_(self, newState):
31 if newState > DEFERRED:
34 self._triState = newState
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoCell.py30 def setTriState_(self, newState):
31 if newState > DEFERRED:
34 self._triState = newState
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DToDoCell.py30 def setTriState_(self, newState):
31 if newState > DEFERRED:
34 self._triState = newState
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dregress.h64 CMemoryState oldState, newState, diffState; \
78 newState.Checkpoint(); \
79 if (diffState.Difference(oldState, newState)) \
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DReplayManager.js397 _changeSessionState: function(newState)
400 var isAllowed = this._sessionState !== newState;
404 isAllowed &= newState === WebInspector.ReplayManager.SessionState.Inactive;
408 isAllowed &= newState === WebInspector.ReplayManager.SessionState.Inactive;
412 console.assert(isAllowed, "Invalid session state change: ", this._sessionState, " to ", newState);
414 this._sessionState = newState;
417 _changeSegmentState: function(newState)
420 var isAllowed = this._segmentState !== newState;
424 isAllowed &= newState === WebInspector.ReplayManager.SegmentState.Unloaded;
427 isAllowed &= newState
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKInspectorNodeSearchGestureRecognizer.mm43 - (void)_processTouches:(NSSet *)touches state:(UIGestureRecognizerState)newState
47 self.state = newState;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDAMenu/
H A DIrDAExtra.h25 - (void)updateState:(UInt8)newState;
/macosx-10.10/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c1433 pmc_state_t newState; local
1442 newState = pmc_internal_reservation_next_state(oldState, event);
1443 } while (newState != PMC_STATE_INVALID && !OSCompareAndSwap(oldState, newState, &(reservation->state)));
1445 if (newState != PMC_STATE_INVALID) {
1446 COUNTER_DEBUG("Moved reservation %p from state "PMC_STATE_FORMAT" to state "PMC_STATE_FORMAT" for event %s\n", reservation, PMC_STATE_ARGS(oldState), PMC_STATE_ARGS(newState), pmc_state_event_name(event));
1455 return newState;
1460 pmc_state_t newState; local
1467 if (PMC_STATE_INVALID == (newState = pmc_internal_reservation_move_for_event(reservation, PMC_STATE_EVENT_CONTEXT_OUT, &oldState))) {
1472 if (PMC_STATE_STATE(newState)
1485 pmc_state_t newState; local
1510 pmc_state_t newState; local
1560 pmc_state_t newState; local
1679 pmc_state_t newState; local
2520 pmc_state_t newState; local
2554 pmc_state_t newState; local
2701 pmc_state_t newState; local
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DCIrLSAP.h121 void SetState (UInt32 newState);
168 inline void CIrLSAP::SetState(UInt32 newState) {fState = newState;}; argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontFace.cpp149 void CSSFontFace::notifyFontLoader(LoadState newState) argument
151 m_loadState = newState;
157 switch (newState) {
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp133 IOReturn IOSubMemoryDescriptor::setPurgeable( IOOptionBits newState, argument
138 err = _parent->setPurgeable( newState, oldState );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOSubMemoryDescriptor.h93 virtual IOReturn setPurgeable( IOOptionBits newState,

Completed in 233 milliseconds

1234