Searched refs:TestInvocation (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/cairo/
H A DTestInvocationCairo.cpp28 #include "TestInvocation.h"
32 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef image)
/external/webkit/Tools/WebKitTestRunner/qt/
H A DTestInvocationQt.cpp27 #include "TestInvocation.h"
31 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef)
/external/webkit/Tools/WebKitTestRunner/win/
H A DTestInvocationWin.cpp27 #include "TestInvocation.h"
32 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef)
/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...]
H A DTestController.h36 class TestInvocation;
96 OwnPtr<TestInvocation> m_currentInvocation;
H A DTestController.cpp31 #include "TestInvocation.h"
413 m_currentInvocation.set(new TestInvocation(pathOrURL));
/external/webkit/Tools/WebKitTestRunner/cg/
H A DTestInvocationCG.cpp27 #include "TestInvocation.h"
129 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef image)

Completed in 624 milliseconds