OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddPropertyGet
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h
236
void
AddPropertyGet
(const nacl::string& prop_name, PropertyGetter getter);
plugin.cc
269
void Plugin::
AddPropertyGet
(const nacl::string& prop_name,
271
PLUGIN_PRINTF(("Plugin::
AddPropertyGet
(prop_name='%s')\n",
353
AddPropertyGet
("exitStatus", &Plugin::GetExitStatus);
355
AddPropertyGet
("lastError", &Plugin::GetLastError);
357
AddPropertyGet
("readyState", &Plugin::GetReadyStateProperty);
[
all
...]
Completed in 40 milliseconds