Searched defs:PropertyGetter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.h235 typedef void (Plugin::* PropertyGetter)(NaClSrpcArg* prop_value); typedef in class:plugin::Plugin
236 void AddPropertyGet(const nacl::string& prop_name, PropertyGetter getter);
435 std::map<nacl::string, PropertyGetter> property_getters_;

Completed in 48 milliseconds