OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestingInstance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/tests/
testing_instance.cc
27
TestingInstance
::
TestingInstance
(PP_Instance instance)
43
TestingInstance
::~
TestingInstance
() {
48
bool
TestingInstance
::Init(uint32_t argc,
85
pp::Var
TestingInstance
::GetInstanceObject() {
93
void
TestingInstance
::HandleMessage(const pp::Var& message_data) {
98
void
TestingInstance
::DidChangeView(const pp::View& view) {
103
callback_factory_.NewCallback(&
TestingInstance
::ExecuteTests));
109
bool
TestingInstance
::HandleInputEvent(const pp::InputEvent& event)
[
all
...]
testing_instance.h
44
class
TestingInstance
: public
51
explicit
TestingInstance
(PP_Instance instance);
52
virtual ~
TestingInstance
();
148
pp::CompletionCallbackFactory<
TestingInstance
> callback_factory_;
Completed in 1277 milliseconds