OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unitTestSupport
(Results
26 - 30
of
30
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/web/tests/
GIFImageDecoderTest.cpp
53
String filePath = Platform::current()->
unitTestSupport
()->webKitRootDir();
56
return Platform::current()->
unitTestSupport
()->readFromFile(filePath);
TouchActionTest.cpp
116
Platform::current()->
unitTestSupport
()->unregisterAllMockedURLs();
WEBPImageDecoderTest.cpp
55
String filePath = Platform::current()->
unitTestSupport
()->webKitRootDir();
58
return Platform::current()->
unitTestSupport
()->readFromFile(filePath);
WebViewTest.cpp
225
Platform::current()->
unitTestSupport
()->unregisterAllMockedURLs();
257
Platform::current()->
unitTestSupport
()->serveAsynchronousMockedRequests();
262
Platform::current()->
unitTestSupport
()->serveAsynchronousMockedRequests();
[
all
...]
ViewportTest.cpp
80
Platform::current()->
unitTestSupport
()->unregisterAllMockedURLs();
[
all
...]
Completed in 671 milliseconds
1
2