HomeSort by relevance Sort by last modified time
    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 267 milliseconds