Searched refs:emptyString (Results 51 - 75 of 165) sorted by relevance

1234567

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTransform.cpp136 return emptyString();
164 return emptyString();
237 return emptyString();
/macosx-10.10/WebCore-7600.1.25/editing/ios/
H A DEditorIOS.mm470 addFragment(createFragmentFromMarkup(*frame.document(), string, emptyString(), DisallowScriptingAndPluginContent));
493 addFragment(frame.editor().createFragmentForImageResourceAndAddResource(ArchiveResource::create(buffer, URL::fakeURLWithRelativePart(relativeURLPart), mimeType.get(), emptyString(), emptyString())));
516 addFragment(frame.editor().createFragmentForImageResourceAndAddResource(ArchiveResource::create(SharedBuffer::wrapNSData([[data copy] autorelease]), URL::fakeURLWithRelativePart("image.png"), @"image/png", emptyString(), emptyString())));
519 addFragment(frame.editor().createFragmentForImageResourceAndAddResource(ArchiveResource::create(SharedBuffer::wrapNSData([[data copy] autorelease]), URL::fakeURLWithRelativePart("image.jpg"), @"image/jpg", emptyString(), emptyString())));
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPlatformEventFactoryMac.mm201 return emptyString();
208 return emptyString();
237 return emptyString();
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocumentMarker.cpp152 return emptyString();
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DDataCue.h49 return adoptRef(new DataCue(context, start, end, data, emptyString(), ec));
H A DWebVTTParser.cpp401 fragment->parserAppendChild(Text::create(m_document, emptyString()));
438 m_currentId = emptyString();
439 m_currentSettings = emptyString();
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLanguage.cpp70 return emptyString();
H A DSharedBufferChunkReader.cpp121 return data.size() ? String::fromUTF8WithLatin1Fallback(data.data(), data.size()) : emptyString();
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceRequest.h101 const String& cachePartition() const { return m_cachePartition.isNull() ? emptyString() : m_cachePartition; }
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLStyleSheet.h94 virtual String title() const override { return emptyString(); }
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.h107 return traceLine.isNull() ? emptyString() : traceLine;
129 return traceLine.isNull() ? emptyString() : traceLine;
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DThreadableWebSocketChannelClientWrapper.cpp105 return emptyString();
119 return emptyString();
/macosx-10.10/WebCore-7600.1.25/page/
H A DLocation.cpp117 return url.query().isEmpty() ? emptyString() : "?" + url.query();
143 return fragmentIdentifier.isEmpty() ? emptyString() : "#" + fragmentIdentifier;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DAVTrackPrivateAVFObjCImpl.mm141 return emptyString();
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/mac/
H A DAVCaptureDeviceManager.mm201 return emptyString();
205 emptyString();
211 emptyString();
221 return emptyString();
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGInlineText.cpp62 newString.replace('\n', emptyString());
63 newString.replace('\r', emptyString());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitURISchemeRequest.cpp174 priv->streamLength, emptyString(), emptyString());
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLAnchorElement.cpp336 return emptyString();
441 return emptyString();
477 return query.isEmpty() ? emptyString() : "?" + query;
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DLocaleICU.cpp159 return emptyString();
164 return emptyString();
169 return emptyString();
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ddtptngen.h463 UnicodeString emptyString; member in class:DateTimePatternGenerator
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DExceptionHelpers.cpp120 return vm.smallStrings.emptyString();
H A DRegExpPrototype.cpp106 String pattern = !exec->argumentCount() ? emptyString() : arg0.toString(exec)->value(exec);
/macosx-10.10/WebCore-7600.1.25/Modules/encryptedmedia/
H A DMediaKeySession.cpp177 sendMessage(nextMessage.get(), emptyString());
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DUserMediaRequest.cpp201 RefPtr<NavigatorUserMediaError> error = NavigatorUserMediaError::create(NavigatorUserMediaError::permissionDeniedErrorName(), emptyString());
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DBlob.cpp157 return emptyString();

Completed in 314 milliseconds

1234567