OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestsController
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Tools/TestWebKitAPI/
TestsController.h
36
class
TestsController
{
38
static
TestsController
& shared();
50
TestsController
();
51
~
TestsController
();
TestsController.cpp
26
#include "
TestsController
.h"
34
TestsController
&
TestsController
::shared()
36
static
TestsController
& shared = *new
TestsController
;
40
TestsController
::
TestsController
()
46
void
TestsController
::dumpTestNames()
54
bool
TestsController
::runTestNamed(const std::string& identifier)
71
void
TestsController
::testFailed(const char* file, int line, const char* message
[
all
...]
/external/webkit/Tools/WebKitAPITest/
TestsController.h
36
class
TestsController
{
37
WTF_MAKE_NONCOPYABLE(
TestsController
);
39
static
TestsController
& shared();
48
TestsController
();
49
~
TestsController
();
TestsController.cpp
26
#include "
TestsController
.h"
39
inline
TestsController
::
TestsController
()
47
TestsController
&
TestsController
::shared()
49
static
TestsController
& shared = *new
TestsController
;
53
bool
TestsController
::runAllTests()
73
void
TestsController
::addTest(PassOwnPtr<Test> test)
79
void
TestsController
::testFailed(const char* file, int line, const char* message
[
all
...]
Completed in 2756 milliseconds