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

1234567

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorStyleSheet.cpp762 return emptyString();
H A DInspectorDOMAgent.cpp1389 scriptID = executable->sourceID() == JSC::SourceProvider::nullID ? emptyString() : String::number(executable->sourceID());
/macosx-10.10/WebCore-7600.1.25/page/
H A DContentSecurityPolicy.cpp1393 return m_policies.isEmpty() ? emptyString() : m_policies[0]->header();
H A DDOMWindow.cpp2083 URL completedURL = urlString.isEmpty() ? URL(ParsedURLString, emptyString()) : firstFrame->document()->completeURL(urlString);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderListMarker.cpp611 return emptyString();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm1731 textForRange = (range) ? plainTextReplacingNoBreakSpace(range.get()) : emptyString();
1740 textForRange = (range) ? plainTextReplacingNoBreakSpace(range.get()) : emptyString();
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.cpp1732 setComposition(emptyString(), CancelComposition);
1759 ASSERT(text == emptyString());
H A DTextIterator.cpp2523 return emptyString();
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp268 setPolicyDocumentLoader(m_client.createDocumentLoader(ResourceRequest(URL(ParsedURLString, emptyString())), SubstituteData()).get());
286 RefPtr<DocumentLoader> loader = m_client.createDocumentLoader(ResourceRequest(URL(ParsedURLString, emptyString())), SubstituteData());
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DSerializedScriptValue.cpp524 , m_emptyIdentifier(exec, emptyString())
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp4415 return Attr::create(*this, qName, emptyString());
4648 m_cookieURL = URL(ParsedURLString, emptyString());
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1499 return emptyString();
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp1854 result = cellConstant(m_vm->smallStrings.emptyString());
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLRenderingContext.cpp6023 return WTF::emptyString();
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.cpp12329 return emptyString();

Completed in 593 milliseconds

1234567