Home
last modified time | relevance | path

Searched defs:resultString (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp129 String resultString; in transformToDocument() local
139 String resultString; in transformToFragment() local
DXSLTProcessorLibxslt.cpp192 static bool saveResultToString(xmlDocPtr resultDoc, xsltStylesheetPtr sheet, String& resultString) in saveResultToString()
300 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, Str… in transformToString()
DXSLTProcessorQt.cpp114 bool XSLTProcessor::transformToString(Node* sourceNode, String&, String& resultString, String&) in transformToString() argument
/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp267 String resultString = String::adopt(result); in decode() local
/external/webkit/Source/WebCore/plugins/
DPluginStream.cpp394 void PluginStream::sendJavaScriptStream(const KURL& requestURL, const CString& resultString) in sendJavaScriptStream()
DPluginDatabase.cpp504 static bool readUTF8String(String& resultString, char*& start, const char* end) in readUTF8String()
DPluginView.cpp501 String resultString; in performRequest() local
/external/webkit/Source/WebCore/storage/
DAbstractDatabase.cpp49 … bool retrieveTextResultFromDatabase(SQLiteDatabase& db, const String& query, String& resultString) in retrieveTextResultFromDatabase()
/external/icu4c/test/intltest/
Dconvtest.cpp1141 char *s, *bytesString, *unicodeString, *resultString, in checkToUnicode() local
1592 char *s, *unicodeString, *bytesString, *resultString, in checkFromUnicode() local
Dregextst.cpp4137 UnicodeString resultString; in PerlTests() local
4532 UnicodeString resultString; in PerlTestsUTF8() local
/external/webkit/Source/WebCore/platform/text/
DTextCodecICU.cpp331 String resultString = String::adopt(result); in decode() local
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1297 String resultString = m_mainFrame->contentsAsString(); in getContentsAsString() local
1303 String resultString = renderTreeExternalRepresentation(); in getRenderTreeExternalRepresentation() local
1309 String resultString = m_mainFrame->selectionAsString(); in getSelectionOrContentsAsString() local
1317 String resultString; in getSourceForFrame() local
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.cpp949 QString resultString; in dump() local
/external/icu4c/common/
Duprops.cpp133 const UChar *resultString; in changesWhenCasefolded() local
Ducase.c1244 const UChar *resultString; in ucase_hasBinaryProperty() local
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.cpp750 String resultString; in performJavaScriptURLRequest() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DTestResultsGenerator.java608 String resultString = source.substring(0, replaceIndex); in replace() local
/external/icu4c/i18n/
Drematch.cpp1748 UnicodeString resultString; in replaceAll() local
1809 UnicodeString resultString; in replaceFirst() local
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp722 BSTR resultString = 0; in dump() local
/external/webkit/Source/WebKit/win/
DWebFrame.cpp2572 String resultString = ustringToString(result.toString(anyWorldGlobalObject->globalExec())); in stringByEvaluatingJavaScriptInScriptWorld() local
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2638 void WebPageProxy::stringCallback(const String& resultString, uint64_t callbackID) in stringCallback()