Searched refs:emptyString (Results 1 - 25 of 165) sorted by relevance

1234567

/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DLoggingWin.cpp42 return emptyString();
46 return emptyString();
51 return emptyString();
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStringRecursionChecker.cpp34 JSValue StringRecursionChecker::emptyString() function in class:JSC::StringRecursionChecker
H A DStringRecursionChecker.h40 JSValue emptyString();
57 return emptyString(); // Return empty string to avoid infinite recursion.
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DUserAgentGtk.h34 String standardUserAgent(const String& applicationName = emptyString(), const String& applicationVersion = emptyString());
H A DLoggingGtk.cpp37 return emptyString();
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DLoggingEfl.cpp37 return emptyString();
/macosx-10.10/WebCore-7600.1.25/dom/
H A DIconURL.cpp38 IconURL result(url, emptyString(), emptyString(), type);
/macosx-10.10/WebCore-7600.1.25/platform/mock/
H A DRTCDTMFSenderHandlerMock.cpp54 m_toneBuffer = emptyString();
55 m_client->didPlayTone(emptyString());
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGUnitTypes.h48 return emptyString();
56 return emptyString();
H A DSVGFETurbulenceElement.h47 return emptyString();
55 return emptyString();
76 return emptyString();
84 return emptyString();
H A DSVGTextPathElement.h49 return emptyString();
57 return emptyString();
78 return emptyString();
86 return emptyString();
H A DSVGComponentTransferFunctionElement.h40 return emptyString();
54 return emptyString();
H A DSVGFEColorMatrixElement.h40 return emptyString();
52 return emptyString();
H A DSVGFECompositeElement.h40 return emptyString();
56 return emptyString();
H A DSVGFEConvolveMatrixElement.h42 return emptyString();
52 return emptyString();
H A DSVGFEDisplacementMapElement.h39 return emptyString();
51 return emptyString();
H A DSVGFEMorphologyElement.h39 return emptyString();
47 return emptyString();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DToken.cpp56 ANTLR_USE_NAMESPACE(std)string emptyString("");
60 return emptyString;
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerLocation.cpp67 return m_url.query().isEmpty() ? emptyString() : "?" + m_url.query();
72 return m_url.fragmentIdentifier().isEmpty() ? emptyString() : "#" + m_url.fragmentIdentifier();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/
H A DAPIInjectedBundlePageUIClient.h60 virtual WTF::String generateFileForUpload(WebKit::WebPage*, const WTF::String& originalFilePath) { UNUSED_PARAM(originalFilePath); return emptyString(); }
84 virtual WTF::String plugInStartLabelTitle(const WTF::String& mimeType) const { UNUSED_PARAM(mimeType); return emptyString(); }
85 virtual WTF::String plugInStartLabelSubtitle(const WTF::String& mimeType) const { UNUSED_PARAM(mimeType); return emptyString(); }
86 virtual WTF::String plugInExtraStyleSheet() const { return emptyString(); }
87 virtual WTF::String plugInExtraScript() const { return emptyString(); }
/macosx-10.10/WebCore-7600.1.25/Modules/encryptedmedia/
H A DCDMPrivateMediaPlayer.cpp45 return MediaPlayer::supportsKeySystem(keySystem, emptyString());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_eina_shared_string.cpp55 WKEinaSharedString emptyString; local
56 checkString(emptyString, 0);
61 WKEinaSharedString emptyString(testString);
62 checkString(emptyString, testString);
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DStringStatics.cpp46 static NeverDestroyed<StringImpl> emptyString(ConstructEmptyString);
47 return &emptyString.get();
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechRecognitionError.cpp68 return adoptRef(new SpeechRecognitionError(emptyString(), emptyString()));
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DQuotesData.cpp54 return emptyString();
65 return emptyString();

Completed in 247 milliseconds

1234567