Searched defs:TestInvocation (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/
H A DTestInvocation.h35 class TestInvocation { class in namespace:WTR
36 WTF_MAKE_NONCOPYABLE(TestInvocation);
38 TestInvocation(const std::string& pathOrURL);
39 ~TestInvocation();
H A DTestInvocation.cpp27 #include "TestInvocation.h"
91 TestInvocation::TestInvocation(const std::string& pathOrURL) function in class:WTR::TestInvocation
102 TestInvocation::~TestInvocation()
106 void TestInvocation::setIsPixelTest(const std::string& expectedPixelHash)
132 void TestInvocation::invoke()
164 void TestInvocation::dump(const char* stringToDump)
175 void TestInvocation::didReceiveMessageFromInjectedBundle(WKStringRef messageName, WKTypeRef messageBody)
228 WKRetainPtr<WKTypeRef> TestInvocation
[all...]

Completed in 58 milliseconds