Home
last modified time | relevance | path

Searched refs:TestInvocation (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/
DTestInvocation.cpp91 TestInvocation::TestInvocation(const std::string& pathOrURL) in TestInvocation() function in WTR::TestInvocation
102 TestInvocation::~TestInvocation() in ~TestInvocation()
106 void TestInvocation::setIsPixelTest(const std::string& expectedPixelHash) in setIsPixelTest()
132 void TestInvocation::invoke() in invoke()
164 void TestInvocation::dump(const char* stringToDump) in dump()
175 void TestInvocation::didReceiveMessageFromInjectedBundle(WKStringRef messageName, WKTypeRef message… in didReceiveMessageFromInjectedBundle()
228 WKRetainPtr<WKTypeRef> TestInvocation::didReceiveSynchronousMessageFromInjectedBundle(WKStringRef /… in didReceiveSynchronousMessageFromInjectedBundle()
DTestInvocation.h35 class TestInvocation {
36 WTF_MAKE_NONCOPYABLE(TestInvocation);
38 TestInvocation(const std::string& pathOrURL);
39 ~TestInvocation();
DTestController.h36 class TestInvocation; variable
96 OwnPtr<TestInvocation> m_currentInvocation;
DTestController.cpp413 m_currentInvocation.set(new TestInvocation(pathOrURL)); in runTest()
/external/webkit/Tools/WebKitTestRunner/qt/
DWebKitTestRunner.pro40 $$BASEDIR/TestInvocation.h
48 $$BASEDIR/TestInvocation.cpp \
DTestInvocationQt.cpp31 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef) in dumpPixelsAndCompareWithExpected()
/external/webkit/Tools/WebKitTestRunner/cairo/
DTestInvocationCairo.cpp32 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef image) in dumpPixelsAndCompareWithExpected()
/external/webkit/Tools/WebKitTestRunner/win/
DTestInvocationWin.cpp32 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef) in dumpPixelsAndCompareWithExpected()
/external/webkit/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/
Dproject.pbxproj57 …F811921278006DB7EE /* TestInvocation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCD7D2F711…
138 …278006DB7EE /* TestInvocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
139 …006DB7EE /* TestInvocation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
192 BCD7D2F611921278006DB7EE /* TestInvocation.h */,
193 BCD7D2F711921278006DB7EE /* TestInvocation.cpp */,
452 BCD7D2F811921278006DB7EE /* TestInvocation.cpp in Sources */,
/external/webkit/Tools/WebKitTestRunner/cg/
DTestInvocationCG.cpp129 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef image) in dumpPixelsAndCompareWithExpected()
/external/webkit/Tools/
DChangeLog3898 Add a stub implementation of the TestInvocation dumping logic.
3903 (WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
4272 (WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
4302 * WebKitTestRunner/TestInvocation.cpp:
4303 (WTR::TestInvocation::invoke):
4304 (WTR::TestInvocation::dump):
4305 (WTR::TestInvocation::didReceiveMessageFromInjectedBundle):
4306 * WebKitTestRunner/TestInvocation.h:
4311 (WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
4316 (WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
[all …]
DChangeLog-2011-02-162625 * WebKitTestRunner/TestInvocation.cpp:
2627 (WTR::TestInvocation::invoke):
10920 * WebKitTestRunner/TestInvocation.cpp:
10921 (WTR::TestInvocation::didReceiveMessageFromInjectedBundle):
12394 * WebKitTestRunner/TestInvocation.cpp:
12395 (WTR::TestInvocation::invoke): Use a short timeout when waiting for the
13368 * WebKitTestRunner/TestInvocation.cpp:
13369 (WTR::TestInvocation::didReceiveSynchronousMessageFromInjectedBundle):
13371 * WebKitTestRunner/TestInvocation.h: Ditto.
16406 * WebKitTestRunner/TestInvocation.cpp:
[all …]