emptyString        80 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp         v8SetReturnValueString(info, emptyString(), info.GetIsolate());
emptyString       379 Source/core/accessibility/AXObject.cpp         return emptyString();
emptyString       856 Source/core/accessibility/AXRenderObject.cpp         return emptyString();
emptyString        64 Source/core/animation/StringKeyframe.cpp     return adoptPtrWillBeNoop(new StringKeyframe::PropertySpecificKeyframe(offset, easing, emptyString(), AnimationEffect::CompositeAdd));
emptyString       172 Source/core/css/CSSMarkup.cpp         return emptyString();
emptyString        99 Source/core/css/CSSParserMode.h     CSSParserContext(const Document&, UseCounter*, const KURL& baseURL = KURL(), const String& charset = emptyString());
emptyString       373 Source/core/css/FontFace.cpp     return emptyString();
emptyString       394 Source/core/css/StylePropertySerializer.cpp         return emptyString();
emptyString       399 Source/core/css/StylePropertySerializer.cpp         return emptyString();
emptyString      1347 Source/core/css/resolver/StyleBuilderCustom.cpp                     state.style()->setContent(value.isNull() ? emptyString() : value.string(), didSet);
emptyString        47 Source/core/dom/CharacterData.cpp     const String& nonNullData = !data.isNull() ? data : emptyString();
emptyString        56 Source/core/dom/CharacterData.h         , m_data(!text.isNull() ? text : emptyString())
emptyString        64 Source/core/dom/DOMURLUtilsReadOnly.cpp     return emptyString();
emptyString        70 Source/core/dom/DOMURLUtilsReadOnly.cpp     return query.isEmpty() ? emptyString() : "?" + query;
emptyString        77 Source/core/dom/DOMURLUtilsReadOnly.cpp         return emptyString();
emptyString      4597 Source/core/dom/Document.cpp         m_cookieURL = KURL(ParsedURLString, emptyString());
emptyString       167 Source/core/dom/DocumentMarker.cpp     return emptyString();
emptyString      2402 Source/core/dom/Element.cpp             return emptyString();
emptyString      2407 Source/core/dom/Element.cpp         return emptyString();
emptyString        47 Source/core/dom/IconURL.cpp     IconURL result(url, Vector<IntSize>(), emptyString(), Favicon);
emptyString        53 Source/core/dom/PseudoElement.cpp         return emptyString();
emptyString        90 Source/core/dom/Text.cpp         nextText->setDataWithoutUpdate(emptyString());
emptyString       153 Source/core/editing/InputMethodController.cpp     finishComposition(emptyString(), CancelComposition);
emptyString       184 Source/core/editing/InputMethodController.cpp         ASSERT(text == emptyString());
emptyString       559 Source/core/editing/TextIterator.cpp         return emptyString();
emptyString      2064 Source/core/editing/TextIterator.cpp         return emptyString();
emptyString       553 Source/core/editing/markup.cpp         return emptyString();
emptyString       556 Source/core/editing/markup.cpp         return emptyString();
emptyString       630 Source/core/editing/markup.cpp         return emptyString();
emptyString        40 Source/core/events/ApplicationCacheErrorEvent.cpp     return emptyString();
emptyString       383 Source/core/fetch/ResourceFetcher.cpp     ResourceResponse response(url, substituteData.mimeType(), substituteData.content()->size(), substituteData.textEncoding(), emptyString());
emptyString        77 Source/core/frame/NavigatorID.cpp     DEFINE_STATIC_LOCAL(String, platformName, (uname(&osname) >= 0 ? String(osname.sysname) + String(" ") + String(osname.machine) : emptyString()));
emptyString        74 Source/core/frame/SmartClip.cpp         return emptyString();
emptyString       222 Source/core/frame/csp/ContentSecurityPolicy.cpp     return m_policies.isEmpty() ? emptyString() : m_policies[0]->header();
emptyString        74 Source/core/html/HTMLFormControlElement.cpp         return emptyString();
emptyString        87 Source/core/html/HTMLFormControlElement.cpp         return emptyString();
emptyString       566 Source/core/html/HTMLMediaElement.cpp             canPlay = emptyString();
emptyString        72 Source/core/html/HTMLTextFormControlElement.cpp     setTextAsOfLastFormControlChangeEvent(initialValue.isNull() ? emptyString() : initialValue);
emptyString       535 Source/core/html/HTMLTextFormControlElement.cpp         return emptyString();
emptyString       191 Source/core/html/canvas/CanvasRenderingContext2D.h                            float dx = 0, float dy = 0, float dw = 0, float dh = 0, const String& compositeOperation = emptyString());
emptyString      5416 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WTF::emptyString();
emptyString       108 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp         element().setValue(emptyString(), DispatchInputAndChangeEvent);
emptyString       170 Source/core/html/forms/BaseDateAndTimeInputType.cpp     return typeMismatchFor(proposedValue) ? emptyString() : proposedValue;
emptyString       268 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp         element().setValue(emptyString(), DispatchInputAndChangeEvent);
emptyString       100 Source/core/html/forms/DateInputType.cpp         return emptyString();
emptyString        95 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasYear() ? String::number(m_year) : emptyString());
emptyString        96 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasMonth() ? String::number(m_month) : emptyString());
emptyString        97 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasDayOfMonth() ? String::number(m_dayOfMonth) : emptyString());
emptyString        98 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasHour() ? String::number(m_hour) : emptyString());
emptyString        99 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasMinute() ? String::number(m_minute) : emptyString());
emptyString       100 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasSecond() ? String::number(m_second) : emptyString());
emptyString       101 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasMillisecond() ? String::number(m_millisecond) : emptyString());
emptyString       102 Source/core/html/forms/DateTimeFieldsState.cpp     state.append(hasWeekOfYear() ? String::number(m_weekOfYear) : emptyString());
emptyString       106 Source/core/html/forms/DateTimeFieldsState.cpp         state.append(emptyString());
emptyString       112 Source/core/html/forms/DateTimeLocalInputType.cpp         return emptyString();
emptyString        63 Source/core/html/forms/FormController.cpp         stateVector.append(m_values[i].isNull() ? emptyString() : m_values[i]);
emptyString       389 Source/core/html/forms/InputType.cpp         return emptyString();
emptyString       393 Source/core/html/forms/InputType.cpp         return emptyString();
emptyString       416 Source/core/html/forms/InputType.cpp     return emptyString();
emptyString       146 Source/core/html/forms/MonthInputType.cpp         return emptyString();
emptyString       236 Source/core/html/forms/NumberInputType.cpp     return std::isfinite(parseToDoubleForNumberType(proposedValue)) ? proposedValue : emptyString();
emptyString       131 Source/core/html/forms/TimeInputType.cpp         return emptyString();
emptyString        96 Source/core/html/forms/WeekInputType.cpp         return emptyString();
emptyString        58 Source/core/html/ime/InputMethodContext.cpp     return emptyString();
emptyString        99 Source/core/html/ime/InputMethodContext.cpp         return emptyString();
emptyString       102 Source/core/html/ime/InputMethodContext.cpp     return text ? text->wholeText() : emptyString();
emptyString        93 Source/core/html/parser/HTMLPreloadScanner.cpp     return emptyString();
emptyString       224 Source/core/html/parser/HTMLPreloadScanner.cpp             return emptyString();
emptyString       373 Source/core/html/parser/TextResourceDecoder.cpp             return emptyString();
emptyString       378 Source/core/html/parser/TextResourceDecoder.cpp             return emptyString();
emptyString       785 Source/core/html/shadow/DateTimeEditElement.cpp         return emptyString();
emptyString       202 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     return m_hasValue ? formatValue(m_value) : emptyString();
emptyString       139 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp     return hasValue() ? m_symbols[m_selectedIndex] : emptyString();
emptyString       103 Source/core/html/track/vtt/VTTCue.cpp     return emptyString();
emptyString       260 Source/core/html/track/vtt/VTTCue.cpp         return emptyString();
emptyString       369 Source/core/html/track/vtt/VTTCue.cpp         return emptyString();
emptyString      1030 Source/core/html/track/vtt/VTTCue.cpp         m_regionId = emptyString();
emptyString       378 Source/core/html/track/vtt/VTTParser.cpp     m_currentSettings = emptyString();
emptyString        85 Source/core/html/track/vtt/VTTRegion.cpp     : m_id(emptyString())
emptyString       175 Source/core/html/track/vtt/VTTRegion.cpp     if (value != emptyString() && value != upScrollValueKeyword) {
emptyString        54 Source/core/html/track/vtt/VTTScannerTest.cpp     VTTScanner scannerEmpty(emptyString());
emptyString       375 Source/core/inspector/InspectorDebuggerAgent.cpp     String condition = optionalCondition ? *optionalCondition : emptyString();
emptyString       973 Source/core/inspector/InspectorStyleSheet.cpp     return emptyString();
emptyString       132 Source/core/loader/FormSubmission.cpp     return emptyString();
emptyString       132 Source/core/loader/FrameLoader.cpp     m_provisionalDocumentLoader = m_client->createDocumentLoader(m_frame, ResourceRequest(KURL(ParsedURLString, emptyString())), SubstituteData());
emptyString       121 Source/core/page/CreateWindow.cpp     KURL completedURL = urlString.isEmpty() ? KURL(ParsedURLString, emptyString()) : firstFrame.document()->completeURL(urlString);
emptyString        79 Source/core/page/HistoryController.cpp         target = emptyString();
emptyString       134 Source/core/page/HistoryController.cpp         target = emptyString();
emptyString        80 Source/core/page/PagePopupController.cpp         return emptyString();
emptyString        89 Source/core/page/PagePopupController.cpp         return emptyString();
emptyString       221 Source/core/rendering/RenderMenuList.cpp     String text = emptyString();
emptyString       279 Source/core/rendering/RenderQuote.cpp         return emptyString();
emptyString       286 Source/core/rendering/RenderQuote.cpp     return emptyString();
emptyString        51 Source/core/rendering/style/QuotesData.cpp         return emptyString();
emptyString        61 Source/core/rendering/style/QuotesData.cpp         return emptyString();
emptyString        39 Source/core/svg/SVGAngle.cpp         entries.append(std::make_pair(SVGMarkerOrientUnknown, emptyString()));
emptyString       605 Source/core/svg/SVGAnimationElement.cpp         m_animationValid = calculateFromAndToValues(emptyString(), to);
emptyString       609 Source/core/svg/SVGAnimationElement.cpp         m_animationValid = calculateFromAndByValues(emptyString(), by);
emptyString        37 Source/core/svg/SVGComponentTransferFunctionElement.cpp         entries.append(std::make_pair(FECOMPONENTTRANSFER_TYPE_UNKNOWN, emptyString()));
emptyString        36 Source/core/svg/SVGFEBlendElement.cpp         entries.append(std::make_pair(FEBLEND_MODE_UNKNOWN, emptyString()));
emptyString        36 Source/core/svg/SVGFEColorMatrixElement.cpp         entries.append(std::make_pair(FECOLORMATRIX_TYPE_UNKNOWN, emptyString()));
emptyString        36 Source/core/svg/SVGFECompositeElement.cpp         entries.append(std::make_pair(FECOMPOSITE_OPERATOR_UNKNOWN, emptyString()));
emptyString        39 Source/core/svg/SVGFEConvolveMatrixElement.cpp         entries.append(std::make_pair(EDGEMODE_UNKNOWN, emptyString()));
emptyString        35 Source/core/svg/SVGFEDisplacementMapElement.cpp         entries.append(std::make_pair(CHANNEL_UNKNOWN, emptyString()));
emptyString        36 Source/core/svg/SVGFEMorphologyElement.cpp         entries.append(std::make_pair(FEMORPHOLOGY_OPERATOR_UNKNOWN, emptyString()));
emptyString        35 Source/core/svg/SVGFETurbulenceElement.cpp         entries.append(std::make_pair(SVG_STITCHTYPE_UNKNOWN, emptyString()));
emptyString        46 Source/core/svg/SVGFETurbulenceElement.cpp         entries.append(std::make_pair(FETURBULENCE_TYPE_UNKNOWN, emptyString()));
emptyString       300 Source/core/svg/SVGFontData.cpp         return emptyString();
emptyString        42 Source/core/svg/SVGGradientElement.cpp         entries.append(std::make_pair(SVGSpreadMethodUnknown, emptyString()));
emptyString        37 Source/core/svg/SVGMarkerElement.cpp         entries.append(std::make_pair(SVGMarkerUnitsUnknown, emptyString()));
emptyString        44 Source/core/svg/SVGTextContentElement.cpp         entries.append(std::make_pair(SVGLengthAdjustUnknown, emptyString()));
emptyString        36 Source/core/svg/SVGTextPathElement.cpp         entries.append(std::make_pair(SVGTextPathMethodUnknown, emptyString()));
emptyString        47 Source/core/svg/SVGTextPathElement.cpp         entries.append(std::make_pair(SVGTextPathSpacingUnknown, emptyString()));
emptyString       158 Source/core/svg/SVGTransform.cpp         return emptyString();
emptyString       186 Source/core/svg/SVGTransform.cpp     return emptyString();
emptyString       224 Source/core/svg/SVGTransform.cpp     return emptyString();
emptyString        40 Source/core/svg/SVGUnitTypes.cpp         entries.append(std::make_pair(SVGUnitTypes::SVG_UNIT_TYPE_UNKNOWN, emptyString()));
emptyString        99 Source/core/svg/SVGViewSpec.cpp     m_viewTargetString = emptyString();
emptyString        96 Source/core/xml/XSLStyleSheet.h     virtual String title() const OVERRIDE { return emptyString(); }
emptyString        66 Source/modules/speech/SpeechRecognitionError.cpp     return adoptRefWillBeNoop(new SpeechRecognitionError(emptyString(), emptyString()));
emptyString       337 Source/modules/webdatabase/DatabaseBackendBase.cpp             currentVersion = entry->value.isNull() ? emptyString() : entry->value.isolatedCopy();
emptyString        61 Source/modules/webmidi/MIDIPort.cpp     return emptyString();
emptyString       433 Source/modules/websockets/NewWebSocketChannelImpl.cpp         String message = m_receivingMessageData.isEmpty() ? emptyString() : String::fromUTF8(m_receivingMessageData.data(), m_receivingMessageData.size());
emptyString        56 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp         return emptyString();
emptyString        69 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp         return emptyString();
emptyString       121 Source/platform/SharedBufferChunkReader.cpp     return data.size() ? String::fromUTF8WithLatin1Fallback(data.data(), data.size()) : emptyString();
emptyString       155 Source/platform/text/LocaleICU.cpp         return emptyString();
emptyString       160 Source/platform/text/LocaleICU.cpp         return emptyString();
emptyString       165 Source/platform/text/LocaleICU.cpp         return emptyString();
emptyString        67 Source/platform/text/LocaleWin.cpp         return emptyString();
emptyString       561 Source/platform/text/LocaleWin.cpp     String negativePrefix = emptyString();
emptyString       562 Source/platform/text/LocaleWin.cpp     String negativeSuffix = emptyString();
emptyString       583 Source/platform/text/LocaleWin.cpp     setLocaleData(symbols, emptyString(), emptyString(), negativePrefix, negativeSuffix);
emptyString       403 Source/platform/weborigin/KURL.cpp         return emptyString();
emptyString       851 Source/platform/weborigin/KURL.cpp     return emptyString();
emptyString       425 Source/platform/weborigin/KURLTest.cpp     WTF::String emptyString("");
emptyString       426 Source/platform/weborigin/KURLTest.cpp     EXPECT_FALSE(emptyString.isNull());
emptyString       427 Source/platform/weborigin/KURLTest.cpp     kurl.setQuery(emptyString);
emptyString      1962 Source/web/WebViewImpl.cpp         String emptyString;
emptyString      1964 Source/web/WebViewImpl.cpp         inputMethodController.setComposition(emptyString, emptyUnderlines, 0, 0);
emptyString        63 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\""), toCStringThroughPrinter(emptyString()));
emptyString        53 Source/wtf/text/CStringTest.cpp     const char* emptyString = "";
emptyString        54 Source/wtf/text/CStringTest.cpp     CString string(emptyString);
emptyString        59 Source/wtf/text/CStringTest.cpp     CString stringWithLength(emptyString, 0);
emptyString        83 Source/wtf/text/CStringTest.cpp     CString emptyString = CString::newUninitialized(0, buffer);
emptyString        84 Source/wtf/text/CStringTest.cpp     ASSERT_FALSE(emptyString.isNull());
emptyString        85 Source/wtf/text/CStringTest.cpp     ASSERT_EQ(buffer, emptyString.data());
emptyString       188 Source/wtf/text/StringBuilder.h             return emptyString();
emptyString       278 Source/wtf/text/StringBuilderTest.cpp         builder.append(emptyString());
emptyString       309 Source/wtf/text/StringBuilderTest.cpp         ASSERT_EQ(emptyString(), substring);
emptyString        43 Source/wtf/text/StringStatics.cpp     DEFINE_STATIC_LOCAL(StringImpl, emptyString, (ConstructEmptyString));
emptyString        44 Source/wtf/text/StringStatics.cpp     WTF_ANNOTATE_BENIGN_RACE(&emptyString, "Benign race on StringImpl::emptyString reference counter");
emptyString        45 Source/wtf/text/StringStatics.cpp     return &emptyString;
emptyString       125 Source/wtf/text/TextCodecLatin1.cpp         return emptyString();
emptyString       908 Source/wtf/text/WTFString.cpp         return emptyString();
emptyString      1225 Source/wtf/text/WTFString.cpp     DEFINE_STATIC_LOCAL(String, emptyString, (StringImpl::empty()));
emptyString      1226 Source/wtf/text/WTFString.cpp     return emptyString;
emptyString       672 Source/wtf/text/WTFString.h WTF_EXPORT const String& emptyString();
emptyString       681 Source/wtf/text/WTFString.h using WTF::emptyString;
emptyString        54 Source/wtf/text/WTFStringTest.cpp     output = emptyString().ascii();