OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nacl_ready_state
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h
95
// trying to communicate with it, i.e., until
nacl_ready_state
is
102
//
nacl_ready_state
to be done, and let the normal crash detection
220
ReadyState
nacl_ready_state
() const { return nacl_ready_state_; }
function in class:plugin::Plugin
221
void set_nacl_ready_state(ReadyState
nacl_ready_state
) {
222
nacl_ready_state_ =
nacl_ready_state
;
plugin.cc
309
prop_value->u.ival =
nacl_ready_state
();
[
all
...]
Completed in 35 milliseconds