HomeSort by relevance Sort by last modified time
    Searched defs:TestInvocation (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.h 35 class TestInvocation {
36 WTF_MAKE_NONCOPYABLE(TestInvocation);
38 TestInvocation(const std::string& pathOrURL);
39 ~TestInvocation();
TestInvocation.cpp 27 #include "TestInvocation.h"
91 TestInvocation::TestInvocation(const std::string& pathOrURL)
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::didReceiveSynchronousMessageFromInjectedBundle(WKStringRef /*messageName*/, WKTypeRef /*messageBo (…)
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 67 milliseconds