OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSInstance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.h
40
class
PSInstance
: public pp::Instance, pp::MouseLock, pp::Graphics3DClient {
53
static
PSInstance
* GetInstance();
55
PSInstance
(PP_Instance inst);
56
virtual ~
PSInstance
();
88
//
PSInstance
will then not generate events but instead
ps_instance.cc
45
static
PSInstance
* s_InstanceObject = NULL;
47
PSInstance
*
PSInstance
::GetInstance() {
52
PSInstance
* inst_;
60
void*
PSInstance
::MainThreadThunk(void *info) {
97
int
PSInstance
::MainThread(int argc, char* argv[]) {
110
PSInstance
::
PSInstance
(PP_Instance instance)
133
PSInstance
::~
PSInstance
() {}
[
all
...]
Completed in 87 milliseconds