Searched refs:isEmpty (Results 276 - 300 of 2528) sorted by relevance

<<11121314151617181920>>

/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/core/svg/
H A DSVGFEMergeElement.cpp51 if (mergeInputs.isEmpty())
H A DSVGPathBuilder.cpp40 if (closed && !m_path->isEmpty())
H A DSVGSymbolElement.cpp41 if (supportedAttributes.isEmpty())
H A DSVGTextPathElement.cpp34 if (entries.isEmpty()) {
44 if (entries.isEmpty()) {
80 if (supportedAttributes.isEmpty()) {
155 if (!id.isEmpty()) {
H A DSVGViewElement.cpp40 if (supportedAttributes.isEmpty()) {
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DMarkupTokenizerInlines.h87 if (source.isEmpty() || !m_inputStreamPreprocessor.peek(source)) \
H A DXMLParserInput.h46 if (m_source.isEmpty())
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DNavigatorUserMediaError.h57 ASSERT(!name.isEmpty());
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.cpp120 if (!topLeftRect.isEmpty() && y >= topLeftRect.y() && y < topLeftRect.maxY())
122 else if (!bottomLeftRect.isEmpty() && y >= bottomLeftRect.y() && y <= bottomLeftRect.maxY())
130 if (!topRightRect.isEmpty() && y >= topRightRect.y() && y <= topRightRect.maxY())
132 else if (!bottomRightRect.isEmpty() && y >= bottomRightRect.y() && y <= bottomRightRect.maxY())
H A DIntRect.cpp52 return !isEmpty() && !other.isEmpty()
87 if (other.isEmpty())
89 if (isEmpty()) {
H A DLayoutRect.cpp50 return !isEmpty() && !other.isEmpty()
79 if (other.isEmpty())
81 if (isEmpty()) {
H A DRegion.h41 bool isEmpty() const { return m_bounds.isEmpty(); } function in class:blink::Region
84 bool isEmpty() const { return m_spans.isEmpty(); } function in class:blink::Region::Shape
/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/heap/
H A DCallbackStack.h44 bool isEmpty() const;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.h61 return !m_frameBufferCache.isEmpty() && (m_frameBufferCache.first().status() == ImageFrame::FrameComplete);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DProxyServer.cpp60 if (proxyServers.isEmpty())
/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 DWebEntities.cpp42 ASSERT(m_entitiesMap.isEmpty());
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefCountedLeakCounter.cpp74 if (!leakMessageSuppressionReasons || leakMessageSuppressionReasons->isEmpty())
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringUTF8Adaptor.h54 if (string.isEmpty())
/external/chromium_org/third_party/icu/source/common/
H A Dresbund_cnv.cpp45 if (path.isEmpty()) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrMemoryPool.h44 bool isEmpty() const { return fTail == fHead && !fHead->fLiveCount; } function in class:GrMemoryPool
/external/chromium_org/third_party/skia/tools/lua/
H A Dlua_pictures.cpp71 if (FLAGS_skpPath.isEmpty()) {
75 if (FLAGS_luaFile.isEmpty()) {
81 if (!FLAGS_tailFunc.isEmpty()) {
102 if (!FLAGS_headCode.isEmpty()) {
/external/icu/icu4c/source/common/
H A Dresbund_cnv.cpp45 if (path.isEmpty()) {

Completed in 1096 milliseconds

<<11121314151617181920>>