Searched refs:isPending (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSImageGeneratorValue.cpp171 bool CSSImageGeneratorValue::isPending() const function in class:WebCore::CSSImageGeneratorValue
175 return toCSSCrossfadeValue(this)->isPending();
177 return toCSSCanvasValue(this)->isPending();
180 return toCSSFilterImageValue(this)->isPending();
183 return toCSSLinearGradientValue(this)->isPending();
185 return toCSSRadialGradientValue(this)->isPending();
244 return toCSSImageGeneratorValue(value)->isPending();
H A DCSSImageSetValue.h58 bool isPending() const { return !m_accessedBestFitImage; } function in class:WebCore::CSSImageSetValue
H A DCSSCanvasValue.h47 bool isPending() const { return false; } function in class:WebCore::CSSCanvasValue
H A DCSSImageGeneratorValue.h56 bool isPending() const;
H A DCSSCrossfadeValue.h59 bool isPending() const;
H A DCSSFilterImageValue.h64 bool isPending() const;
H A DCSSFilterImageValue.cpp74 bool CSSFilterImageValue::isPending() const function in class:WebCore::CSSFilterImageValue
H A DCSSCrossfadeValue.cpp106 bool CSSCrossfadeValue::isPending() const function in class:WebCore::CSSCrossfadeValue
H A DCSSGradientValue.h85 bool isPending() const { return false; } function in class:WebCore::CSSGradientValue
H A DStyleResolver.cpp3154 if (value.isPending()) {
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScheduleDAG.h281 bool isPending : 1; // True once pending.
309 isPending(false), isAvailable(false), isScheduled(false),
323 isPending(false), isAvailable(false), isScheduled(false),
336 isPending(false), isAvailable(false), isScheduled(false),
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp64 // IOFireWireAVCAsynchronousCommand::isPending
66 bool IOFireWireAVCAsynchronousCommand::isPending(void) function in class:IOFireWireAVCAsynchronousCommand
101 if ( isPending() )
338 if (isPending())
498 (pCmd->isPending() ? "YES" : "NO")
H A DIOFireWireAVCUnit.h74 bool isPending(void);
H A DIOFireWireAVCUserClient.cpp450 if (!pCommandObject->isPending())
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp378 else if (!PredSU->isPending) {
379 PredSU->isPending = true;
572 PendingQueue[i]->isPending = false;
773 if (!PredSU->isPending)
848 SU->isPending = true;
1320 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
1327 Interferences[i]->isPending = false;
1359 if (!BtSU->isPending)
1374 TrySU->isPending = false;
1438 Interferences[i]->isPending
[all...]
H A DScheduleDAGFast.cpp546 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
612 NotReady[i]->isPending = false;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c47779 u8 isPending; /* If waiting for read-locks to clear */ member in struct:BtShared
[all...]

Completed in 308 milliseconds