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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptPromiseResolverTest.cpp97 EXPECT_TRUE(m_resolver->isPending());
104 EXPECT_TRUE(m_resolver->isPending());
110 EXPECT_FALSE(m_resolver->isPending());
118 EXPECT_TRUE(m_resolver->isPending());
124 EXPECT_FALSE(m_resolver->isPending());
132 EXPECT_TRUE(m_resolver->isPending());
138 EXPECT_FALSE(m_resolver->isPending());
146 EXPECT_TRUE(m_resolver->isPending());
152 EXPECT_FALSE(m_resolver->isPending());
158 EXPECT_FALSE(m_resolver->isPending());
[all...]
H A DScriptPromiseResolver.h84 bool isPending() const;
H A DScriptPromiseResolver.cpp79 bool ScriptPromiseResolver::isPending() const function in class:WebCore::ScriptPromiseResolver
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_as_canvas.js45 isPending: function() {
H A Dlayer_tree_quad_stack_viewer.js185 if (pictureAsCanvas.isPending()) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImageGeneratorValue.cpp160 bool CSSImageGeneratorValue::isPending() const function in class:WebCore::CSSImageGeneratorValue
164 return static_cast<const CSSCrossfadeValue*>(this)->isPending();
166 return static_cast<const CSSCanvasValue*>(this)->isPending();
168 return static_cast<const CSSLinearGradientValue*>(this)->isPending();
170 return static_cast<const CSSRadialGradientValue*>(this)->isPending();
H A DCSSImageGeneratorValue.h65 bool isPending() const;
H A DCSSImageSetValue.h53 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 DCSSCrossfadeValue.h59 bool isPending() const;
H A DCSSCrossfadeValue.cpp44 return static_cast<CSSImageGeneratorValue*>(value)->isPending();
133 bool CSSCrossfadeValue::isPending() const function in class:WebCore::CSSCrossfadeValue
H A DCSSGradientValue.h89 bool isPending() const { return false; } function in class:WebCore::CSSGradientValue
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DElementStyleResources.cpp63 if (value->isPending()) {
/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h385 ** isPending:
389 ** the shared-cache enters 'pending-lock' state and isPending is
437 u8 isPending; /* If waiting for read-locks to clear */ member in struct:BtShared
H A Dbtree.c267 pBt->isPending = 1;
355 ** transaction. If it does not, then the BtShared.isPending variable
381 assert( pBt->isPending==0 || pBt->pWriter );
385 pBt->isPending = 0;
391 ** set the isPending flag to 0.
393 ** If there is not currently a writer, then BtShared.isPending must
396 pBt->isPending = 0;
409 pBt->isPending = 0;
2553 if( (wrflag && pBt->inTransaction==TRANS_WRITE) || pBt->isPending ){
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h289 bool isPending : 1; // True once pending.
317 hasPhysRegDefs(false), hasPhysRegClobbers(false), isPending(false),
331 hasPhysRegDefs(false), hasPhysRegClobbers(false), isPending(false),
344 hasPhysRegDefs(false), hasPhysRegClobbers(false), isPending(false),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp397 else if (!PredSU->isPending) {
398 PredSU->isPending = true;
591 PendingQueue[i]->isPending = false;
794 if (!PredSU->isPending)
871 SU->isPending = true;
1338 SU->isPending = false;
1370 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
1374 assert(CurSU->isPending && "Intereferences are pending");
1409 if (!BtSU->isPending)
H A DScheduleDAGFast.cpp556 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
618 NotReady[i]->isPending = false;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46818 u8 isPending; /* If waiting for read-locks to clear */ member in struct:BtShared
[all...]

Completed in 1022 milliseconds