empty             116 Source/bindings/templates/attributes.cpp    one of those. If not, set it to the empty string.
empty              82 Source/bindings/templates/methods.cpp    Optional Dictionary arguments default to empty dictionary. #}
empty              38 Source/core/dom/ContextFeatures.cpp     DEFINE_STATIC_LOCAL(ContextFeaturesClient, empty, ());
empty              39 Source/core/dom/ContextFeatures.cpp     return ∅
empty              49 Source/core/dom/ContextFeatures.cpp     DEFINE_STATIC_REF(ContextFeatures, instance, (ContextFeatures::create(ContextFeaturesClient::empty())));
empty              81 Source/core/dom/ContextFeatures.h     static ContextFeaturesClient* empty();
empty             769 Source/core/editing/SpellChecker.cpp     VisibleSelection empty;
empty             770 Source/core/editing/SpellChecker.cpp     spellCheckOldSelection(m_frame.selection().selection(), empty, empty);
empty              96 Source/core/page/DOMSelection.h     void empty();
empty             349 Source/core/rendering/RenderCounter.cpp     : RenderText(node, StringImpl::empty())
empty              35 Source/core/rendering/RenderWordBreak.cpp     : RenderText(element, StringImpl::empty())
empty              53 Source/core/rendering/line/LineInfo.h     void setEmpty(bool empty, RenderBlock* block = 0, LineWidth* lineWidth = 0)
empty              55 Source/core/rendering/line/LineInfo.h         if (m_isEmpty == empty)
empty              57 Source/core/rendering/line/LineInfo.h         m_isEmpty = empty;
empty              58 Source/core/rendering/line/LineInfo.h         if (!empty && block && floatPaginationStrut()) {
empty              55 Source/core/rendering/svg/RenderSVGInlineText.cpp     RefPtr<StringImpl> newString = string->replace('\n', StringImpl::empty());
empty              56 Source/core/rendering/svg/RenderSVGInlineText.cpp     newString = newString->replace('\r', StringImpl::empty());
empty             307 Source/platform/graphics/skia/NativeImageSkia.cpp     return imageScaleEqual && scaledImageSubsetAvailable && !m_resizedImage.empty();
empty             167 Source/platform/text/BidiResolverTest.cpp     if (!m_skippedCodePoints.empty()) {
empty             168 Source/platform/text/BidiTestHarness.h     if (charClassExamples.empty()) {
empty             237 Source/platform/text/BidiTestHarness.h         if (line.empty())
empty              52 Source/web/PageOverlayList.h     bool empty() const { return !m_pageOverlays.size(); }
empty            3539 Source/web/WebViewImpl.cpp     if (m_pageOverlays && m_pageOverlays->remove(overlay) && m_pageOverlays->empty())
empty              79 Source/web/tests/PrerenderingTest.cpp         ASSERT(!m_webPrerenders.empty());
empty              87 Source/web/tests/PrerenderingTest.cpp         return m_webPrerenders.empty();
empty            2962 Source/web/tests/ViewportTest.cpp     EXPECT_TRUE(webFrameClient.messages.empty());
empty              97 Source/web/tests/WebImageTest.cpp     EXPECT_TRUE(image.getSkBitmap().empty());
empty             118 Source/wtf/ThreadingPthreads.cpp     StringImpl::empty();
empty             162 Source/wtf/ThreadingWin.cpp     StringImpl::empty();
empty              53 Source/wtf/text/AtomicString.cpp             return StringImpl::empty();
empty             147 Source/wtf/text/AtomicString.cpp         return StringImpl::empty();
empty             282 Source/wtf/text/AtomicString.cpp         return StringImpl::empty();
empty             294 Source/wtf/text/AtomicString.cpp         return StringImpl::empty();
empty             310 Source/wtf/text/AtomicString.cpp         return StringImpl::empty();
empty             351 Source/wtf/text/AtomicString.cpp         return StringImpl::empty();
empty             410 Source/wtf/text/AtomicString.cpp         return StringImpl::empty();
empty             443 Source/wtf/text/AtomicString.cpp         return StringImpl::empty();
empty              50 Source/wtf/text/StringBuilder.cpp         m_string = StringImpl::empty();
empty              39 Source/wtf/text/StringCF.cpp         m_impl = StringImpl::empty();
empty             293 Source/wtf/text/StringImpl.cpp         return empty();
empty             309 Source/wtf/text/StringImpl.cpp         return empty();
empty             326 Source/wtf/text/StringImpl.cpp         return empty();
empty             404 Source/wtf/text/StringImpl.cpp         return empty();
empty             415 Source/wtf/text/StringImpl.cpp         return empty();
empty             426 Source/wtf/text/StringImpl.cpp         return empty();
empty             443 Source/wtf/text/StringImpl.cpp         return empty();
empty             475 Source/wtf/text/StringImpl.cpp         return empty();
empty             844 Source/wtf/text/StringImpl.cpp         return empty();
empty             855 Source/wtf/text/StringImpl.cpp         return empty();
empty             293 Source/wtf/text/StringImpl.h     static StringImpl* empty();
empty            1225 Source/wtf/text/WTFString.cpp     DEFINE_STATIC_LOCAL(String, emptyString, (StringImpl::empty()));
empty             144 Source/wtf/text/WTFString.h             return StringImpl::empty();
empty             497 Source/wtf/text/WTFString.h     : m_impl(vector.size() ? StringImpl::create(vector.data(), vector.size()) : StringImpl::empty())