HomeSort by relevance Sort by last modified time
    Searched refs:textOutput (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.cpp 189 WKRetainPtr<WKStringRef> textOutputKey(AdoptWK, WKStringCreateWithUTF8CString("TextOutput"));
190 WKRetainPtr<WKStringRef> textOutput(AdoptWK, WKStringCreateWithUTF8CString(m_outputStream.str().c_str()));
191 WKDictionaryAddItem(doneMessageBody.get(), textOutputKey.get(), textOutput.get());
  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.cpp 202 WKRetainPtr<WKStringRef> textOutputKey(AdoptWK, WKStringCreateWithUTF8CString("TextOutput"));
203 WKStringRef textOutput = static_cast<WKStringRef>(WKDictionaryGetItemForKey(messageBodyDictionary, textOutputKey.get()));
210 dump(toSTD(textOutput).c_str());

Completed in 506 milliseconds