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
49
static
PSInstance
* s_InstanceObject = NULL;
51
PSInstance
*
PSInstance
::GetInstance() {
56
PSInstance
* inst_;
64
void*
PSInstance
::MainThreadThunk(void *info) {
67
PSInstance
* instance = si->inst_;
91
void
PSInstance
::ExitHandshake(int status) {
109
int
PSInstance
::MainThread(int argc, char* argv[]) {
122
PSInstance
::
PSInstance
(PP_Instance instance
[
all
...]
Completed in 67 milliseconds