HomeSort by relevance Sort by last modified time
    Searched refs:NPIdentifier_Param (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/child/npapi/
npobject_stub.h 24 struct NPIdentifier_Param;
63 void OnHasMethod(const NPIdentifier_Param& name,
66 const NPIdentifier_Param& method,
69 void OnHasProperty(const NPIdentifier_Param& name,
71 void OnGetProperty(const NPIdentifier_Param& name,
74 void OnSetProperty(const NPIdentifier_Param& name,
77 void OnRemoveProperty(const NPIdentifier_Param& name,
80 void OnEnumeration(std::vector<NPIdentifier_Param>* value,
npobject_util.h 27 struct NPIdentifier_Param;
38 void CreateNPIdentifierParam(NPIdentifier id, NPIdentifier_Param* param);
41 NPIdentifier CreateNPIdentifier(const NPIdentifier_Param& param);
npobject_stub.cc 118 void NPObjectStub::OnHasMethod(const NPIdentifier_Param& name,
137 const NPIdentifier_Param& method,
205 void NPObjectStub::OnHasProperty(const NPIdentifier_Param& name,
219 void NPObjectStub::OnGetProperty(const NPIdentifier_Param& name,
240 void NPObjectStub::OnSetProperty(const NPIdentifier_Param& name,
290 void NPObjectStub::OnRemoveProperty(const NPIdentifier_Param& name,
316 void NPObjectStub::OnEnumeration(std::vector<NPIdentifier_Param>* value,
336 NPIdentifier_Param param;
npobject_proxy.cc 139 NPIdentifier_Param name_param;
183 NPIdentifier_Param name_param;
247 NPIdentifier_Param name_param;
280 NPIdentifier_Param name_param;
313 NPIdentifier_Param name_param;
340 NPIdentifier_Param name_param;
383 std::vector<NPIdentifier_Param> value_param;
npobject_util.cc 139 void CreateNPIdentifierParam(NPIdentifier id, NPIdentifier_Param* param) {
143 NPIdentifier CreateNPIdentifier(const NPIdentifier_Param& param) {
  /external/chromium_org/content/child/
plugin_param_traits.h 58 struct NPIdentifier_Param {
59 NPIdentifier_Param();
60 ~NPIdentifier_Param();
78 struct ParamTraits<content::NPIdentifier_Param> {
79 typedef content::NPIdentifier_Param param_type;
plugin_param_traits.cc 13 NPIdentifier_Param::NPIdentifier_Param()
17 NPIdentifier_Param::~NPIdentifier_Param() {
34 using content::NPIdentifier_Param;
115 void ParamTraits<NPIdentifier_Param>::Write(Message* m, const param_type& p) {
119 bool ParamTraits<NPIdentifier_Param>::Read(const Message* m,
125 void ParamTraits<NPIdentifier_Param>::Log(const param_type& p, std::string* l) {
plugin_messages.h 337 content::NPIdentifier_Param /* name */,
342 content::NPIdentifier_Param /* method */,
348 content::NPIdentifier_Param /* name */,
352 content::NPIdentifier_Param /* name */,
357 content::NPIdentifier_Param /* name */,
362 content::NPIdentifier_Param /* name */,
368 std::vector<content::NPIdentifier_Param> /* value */,

Completed in 38 milliseconds