OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentInvocation
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/WebKitTestRunner/
TestController.cpp
413
m_currentInvocation
.set(new TestInvocation(pathOrURL));
415
m_currentInvocation
->setIsPixelTest(expectedPixelHash);
417
m_currentInvocation
->invoke();
418
m_currentInvocation
.clear();
470
if (!
m_currentInvocation
)
472
m_currentInvocation
->didReceiveMessageFromInjectedBundle(messageName, messageBody);
477
return
m_currentInvocation
->didReceiveSynchronousMessageFromInjectedBundle(messageName, messageBody);
TestController.h
96
OwnPtr<TestInvocation>
m_currentInvocation
;
Completed in 37 milliseconds