Searched refs:isEmpty (Results 151 - 175 of 1918) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/storage/
H A DSQLTransactionCoordinator.cpp54 if (info.activeWriteTransaction || info.pendingTransactions.isEmpty())
63 } while (!info.pendingTransactions.isEmpty() && info.pendingTransactions.first()->isReadOnly());
64 } else if (info.activeReadTransactions.isEmpty()) {
88 if (m_coordinationInfoMap.isEmpty())
/external/webkit/Source/WebKit2/Platform/
H A DRegion.h42 bool isEmpty() const { return m_bounds.isEmpty(); } function in class:WebKit::Region
73 bool isEmpty() const { return m_spans.isEmpty(); } function in class:WebKit::Region::Shape
/external/webkit/Source/WebKit2/PluginProcess/qt/
H A DPluginProcessMainQt.cpp47 if (serviceName.isEmpty())
/external/webkit/Source/WebKit2/Shared/
H A DImmutableDictionary.cpp49 if (m_map.isEmpty())
/external/webkit/Source/WebKit2/UIProcess/
H A DBackingStore.cpp49 ASSERT(!m_size.isEmpty());
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
H A DChunkedUpdateDrawingAreaGtk.cpp44 ASSERT(!updateChunk->isEmpty());
/external/webkit/Source/WebCore/loader/
H A DHistoryController.cpp320 if (!historyURL.isEmpty()) {
326 if (frameLoader->documentLoader()->unreachableURL().isEmpty())
337 if (!historyURL.isEmpty() && !needPrivacy) {
341 if (!frameLoader->documentLoader()->didCreateGlobalHistoryEntry() && frameLoader->documentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmpty())
359 if (!historyURL.isEmpty()) {
364 if (m_frame->loader()->documentLoader()->unreachableURL().isEmpty())
379 if (!historyURL.isEmpty() && !needPrivacy) {
383 if (!m_frame->loader()->documentLoader()->didCreateGlobalHistoryEntry() && m_frame->loader()->documentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmpty())
[all...]
/external/webkit/Source/WebCore/page/
H A DSecurityOrigin.cpp58 if (schemes.isEmpty()) {
104 if (schemeRequiresAuthority(m_protocol) && m_host.isEmpty())
106 if (m_protocol.isEmpty())
148 bool SecurityOrigin::isEmpty() const function in class:WebCore::SecurityOrigin
150 return m_protocol.isEmpty();
184 if (scheme.isEmpty())
195 if (scheme.isEmpty())
378 if (isEmpty())
387 if (isEmpty())
467 if (m_encodedHost.isEmpty())
[all...]
/external/webkit/Source/WebCore/page/animation/
H A DCompositeAnimation.cpp56 if (!m_transitions.isEmpty()) {
66 if (!m_keyframeAnimations.isEmpty()) {
80 if (!currentStyle || (!targetStyle->transitions() && m_transitions.isEmpty()))
198 if (m_keyframeAnimations.isEmpty() && !targetStyle->hasAnimations())
289 if (!m_transitions.isEmpty()) {
332 if (!m_transitions.isEmpty()) {
339 if (!m_keyframeAnimations.isEmpty()) {
355 if (!m_transitions.isEmpty()) {
366 if (!m_keyframeAnimations.isEmpty()) {
388 if (!m_keyframeAnimations.isEmpty()) {
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectPool.java109 if (!freeStack.isEmpty())
130 if (freeStack.isEmpty())
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtensionsGenerator.java73 public boolean isEmpty() method in class:ExtensionsGenerator
75 return extOrdering.isEmpty();
H A DX509ExtensionsGenerator.java103 public boolean isEmpty() method in class:X509ExtensionsGenerator
105 return extOrdering.isEmpty();
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableMap.java46 @Override public boolean isEmpty() { method in class:EmptyImmutableMap
73 return that.isEmpty();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyContiguousSet.java85 @Override public boolean isEmpty() { method in class:EmptyContiguousSet
100 return that.isEmpty();
/external/guava/guava-tests/test/com/google/common/testing/
H A DTestLogHandlerTest.java55 assertTrue(handler.getStoredLogRecords().isEmpty());
66 assertTrue(handler.getStoredLogRecords().isEmpty());
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DTypeConverter.java89 if (value == null || value.isEmpty()) {
120 if (value == null || value.isEmpty()) {
/external/skia/include/gpu/
H A DGrGlyph.h51 bool isEmpty() const { return fBounds.isEmpty(); } function in struct:GrGlyph
/external/v8/benchmarks/
H A Dsplay.js147 SplayTree.prototype.isEmpty = function() {
161 if (this.isEmpty()) {
194 if (this.isEmpty()) {
225 if (this.isEmpty()) {
237 if (this.isEmpty()) {
253 if (this.isEmpty()) {
276 if (!this.isEmpty()) {
294 if (this.isEmpty()) {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-splay.js142 SplayTree.prototype.isEmpty = function() {
156 if (this.isEmpty()) {
189 if (this.isEmpty()) {
220 if (this.isEmpty()) {
232 if (this.isEmpty()) {
248 if (this.isEmpty()) {
271 if (!this.isEmpty()) {
289 if (this.isEmpty()) {
/external/webkit/Source/JavaScriptCore/bytecode/
H A DEvalCodeCache.h68 bool isEmpty() const { return m_cacheMap.isEmpty(); } function in class:JSC::EvalCodeCache
/external/webkit/Source/JavaScriptCore/wtf/
H A DDoublyLinkedList.h35 bool isEmpty();
53 template <typename Node> inline bool DoublyLinkedList<Node>::isEmpty() function in class:WTF::DoublyLinkedList
/external/webkit/Source/WebCore/bindings/js/
H A DDOMWrapperWorld.cpp56 while (!m_scriptControllersWithWindowShells.isEmpty())
66 while (!m_scriptControllersWithWindowShells.isEmpty())
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLFormElementCustom.cpp67 if (elements.isEmpty())
75 ASSERT(!elements.isEmpty());
/external/webkit/Source/WebCore/dom/default/
H A DPlatformMessagePortChannel.h76 bool isEmpty() function in class:WebCore::PlatformMessagePortChannel::MessagePortQueue
78 return m_queue.isEmpty();
/external/webkit/Source/WebCore/history/mac/
H A DHistoryItemMac.mm57 if (m_transientProperties->isEmpty())

Completed in 376 milliseconds

1234567891011>>