Home
last modified time | relevance | path

Searched refs:toSTD (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/
DStringFunctions.h67 inline std::string toSTD(WKStringRef string) in toSTD() function
75 inline std::string toSTD(const WKRetainPtr<WKStringRef>& string) in toSTD() function
77 return toSTD(string.get()); in toSTD()
87 return out << toSTD(stringRef);
100 return out << toSTD(adoptWK(WKURLCopyString(urlRef)));
DTestInvocation.cpp210 dump(toSTD(textOutput).c_str()); in didReceiveMessageFromInjectedBundle()
DTestController.cpp106 printf("%s\n", toSTD(message).c_str()); in runBeforeUnloadConfirmPanel()
/external/webkit/Tools/TestWebKitAPI/
DPlatformUtilities.h55 std::string toSTD(WKStringRef string);
DPlatformUtilities.cpp53 std::string toSTD(WKStringRef string) in toSTD() function
DInjectedBundleController.cpp70 initializeTestNamed(bundle, Util::toSTD(testName), userData); in initialize()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp524 string url = toSTD(adoptWK(WKURLCopyString(adoptWK(WKBundleFrameCopyURL(frame)).get()))); in dump()
787 string messageString = toSTD(message); in willAddMessageToConsole()
1039 …return toSTD(adoptWK(WKBundleBackForwardListItemCopyTarget(item1))) < toSTD(adoptWK(WKBundleBackFo… in compareByTargetName()
1052 …string url = toSTD(adoptWK(WKURLCopyString(adoptWK(WKBundleBackForwardListItemCopyURL(item)).get()… in dumpBackForwardListItem()
1064 string target = toSTD(adoptWK(WKBundleBackForwardListItemCopyTarget(item))); in dumpBackForwardListItem()
/external/webkit/Tools/
DChangeLog-2011-02-1617418 (TestWebKitAPI::Util::toSTD):
17420 (WTR::toSTD):
17431 (TestWebKitAPI::Util::toSTD):
17761 (WTR::toSTD):