Searched defs:isEmpty (Results 26 - 50 of 474) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DImageQualityController.h69 bool isEmpty() { return m_objectLayerSizeMap.isEmpty(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextMetrics.h49 bool isEmpty() const { return !m_width && !m_height && m_length <= 1; } function in class:blink::SVGTextMetrics
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationWatchers.cpp66 bool GeolocationWatchers::isEmpty() const function in class:blink::GeolocationWatchers
68 return m_idToNotifierMap.isEmpty();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DSharedBuffer.h61 bool isEmpty() const { return !size(); } function in class:blink::SharedBuffer
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperations.h61 bool isEmpty() const { return !m_operations.size(); } function in class:blink::FilterOperations
/external/chromium_org/third_party/WebKit/Source/platform/testing/
H A DArenaTestHelpers.h62 bool isEmpty() const function in class:blink::ArenaTestHelpers::FINAL
/external/chromium_org/third_party/WebKit/Source/web/
H A DOpenedFrameTracker.cpp21 bool OpenedFrameTracker::isEmpty() const function in class:blink::OpenedFrameTracker
23 return m_openedFrames.isEmpty();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDoubleBufferedDeque.h25 bool isEmpty() const function in class:WTF::DoubleBufferedDeque
27 return m_queue[m_activeIndex].isEmpty();
34 ASSERT(m_queue[m_activeIndex].isEmpty());
H A DLinkedStack.h45 bool isEmpty();
78 inline bool LinkedStack<T>::isEmpty() function in class:WTF::LinkedStack
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringView.h68 bool isEmpty() const { return !m_length; } function in class:WTF::StringView
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebData.h78 bool isEmpty() const { return !size(); } function in class:blink::WebData
H A DWebThreadSafeData.h58 bool isEmpty() const { return !size(); } function in class:blink::WebThreadSafeData
H A DWebVector.h124 bool isEmpty() const { return !m_size; } function in class:blink::WebVector
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressProblems.java41 public boolean isEmpty() { method in class:AddressProblems
42 return mProblems.isEmpty();
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathWriter.h23 bool isEmpty() const { return fEmpty; } function in class:SkPathWriter
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DLabel.java51 boolean isEmpty() { method in class:Label
52 return instructions.isEmpty();
57 while (catchLabels.get(i).isEmpty()) {
61 while (primarySuccessor != null && primarySuccessor.isEmpty()) {
64 while (alternateSuccessor != null && alternateSuccessor.isEmpty()) {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DForwardingImmutableCollection.java54 @Override public boolean isEmpty() { method in class:ForwardingImmutableCollection
55 return delegate.isEmpty();
/external/javassist/src/main/javassist/bytecode/analysis/
H A DIntQueue.java41 boolean isEmpty() { method in class:IntQueue
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DNumberValue.java56 public boolean isEmpty() { method in class:NumberValue
H A DStringValue.java46 public boolean isEmpty() { method in class:StringValue
H A DVariantValue.java56 public boolean isEmpty() { method in class:VariantValue
57 return asString().isEmpty();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h45 bool isEmpty() { return Pool.empty(); } function in class:llvm::AddressPool
/external/mockito/src/org/mockito/internal/verification/
H A DDefaultRegisteredInvocations.java32 if (! invocations.isEmpty()) {
47 public boolean isEmpty() { method in class:DefaultRegisteredInvocations
49 return invocations.isEmpty();
/external/proguard/src/proguard/
H A DClassPath.java85 public boolean isEmpty() method in class:ClassPath
87 return classPathEntries.isEmpty();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBaseAdapter.java20 public boolean isEmpty() { method in class:ShadowBaseAdapter

Completed in 2004 milliseconds

1234567891011>>