OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestPlatformVerificationPrivate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/tests/
test_platform_verification_private.h
12
class
TestPlatformVerificationPrivate
: public TestCase {
14
explicit
TestPlatformVerificationPrivate
(TestingInstance* instance);
test_platform_verification_private.cc
16
TestPlatformVerificationPrivate
::
TestPlatformVerificationPrivate
(
20
void
TestPlatformVerificationPrivate
::RunTests(const std::string& filter) {
21
RUN_CALLBACK_TEST(
TestPlatformVerificationPrivate
, ChallengePlatform, filter);
24
std::string
TestPlatformVerificationPrivate
::TestChallengePlatform() {
Completed in 4229 milliseconds