Searched refs:previousState (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cocoa/
H A DIOSurface.mm168 uint32_t previousState = 0;
169 IOReturn ret = IOSurfaceSetPurgeable(m_surface.get(), kIOSurfacePurgeableKeepCurrent, &previousState);
171 return previousState == kIOSurfacePurgeableEmpty ? IOSurface::SurfaceState::Empty : IOSurface::SurfaceState::Valid;
180 uint32_t previousState = 0;
181 IOReturn ret = IOSurfaceSetPurgeable(m_surface.get(), kIOSurfacePurgeableKeepCurrent, &previousState);
183 return previousState != kIOSurfacePurgeableNonVolatile;
192 uint32_t previousState = 0;
193 IOReturn ret = IOSurfaceSetPurgeable(m_surface.get(), isVolatile ? kIOSurfacePurgeableVolatile : kIOSurfacePurgeableNonVolatile, &previousState);
196 if (previousState == kIOSurfacePurgeableEmpty)
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dumutex.cpp71 int32_t previousState = InterlockedCompareExchange( local
79 if (previousState == 0) {
82 } else if (previousState == 2) {
92 previousState = umtx_loadAcquire(uio.fState);
93 } while (previousState == 1);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderNamedFlowFragment.cpp323 RegionOversetState previousState = regionOversetState(); local
333 if (previousState != state)
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLibInternal.h433 IOOptionBits previousState; member in struct:IOFBConnect
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.cpp467 State previousState = m_state; local
538 if (previousState != OPENED)

Completed in 216 milliseconds