OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestInputEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/tests/
test_input_event.cc
31
void
TestInputEvent
::RunTests(const std::string& filter) {
46
TestInputEvent
::
TestInputEvent
(TestingInstance* instance)
60
TestInputEvent
::~
TestInputEvent
() {
71
bool
TestInputEvent
::Init() {
118
pp::InputEvent
TestInputEvent
::CreateMouseEvent(
132
pp::InputEvent
TestInputEvent
::CreateWheelEvent() {
142
pp::InputEvent
TestInputEvent
::CreateKeyEvent(PP_InputEvent_Type type,
153
pp::InputEvent
TestInputEvent
::CreateCharEvent(const std::string& text)
[
all
...]
test_input_event.h
19
class
TestInputEvent
: public TestCase {
21
explicit
TestInputEvent
(TestingInstance* instance);
22
~
TestInputEvent
();
Completed in 208 milliseconds