Searched refs:NPIdentifier_Param (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/child/npapi/ |
D | 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,
|
D | npobject_util.h | 27 struct NPIdentifier_Param; 38 void CreateNPIdentifierParam(NPIdentifier id, NPIdentifier_Param* param); 41 NPIdentifier CreateNPIdentifier(const NPIdentifier_Param& param);
|
D | npobject_stub.cc | 118 void NPObjectStub::OnHasMethod(const NPIdentifier_Param& name, in OnHasMethod() 137 const NPIdentifier_Param& method, in OnInvoke() 205 void NPObjectStub::OnHasProperty(const NPIdentifier_Param& name, in OnHasProperty() 219 void NPObjectStub::OnGetProperty(const NPIdentifier_Param& name, in OnGetProperty() 240 void NPObjectStub::OnSetProperty(const NPIdentifier_Param& name, in OnSetProperty() 290 void NPObjectStub::OnRemoveProperty(const NPIdentifier_Param& name, in OnRemoveProperty() 316 void NPObjectStub::OnEnumeration(std::vector<NPIdentifier_Param>* value, in OnEnumeration() 336 NPIdentifier_Param param; in OnEnumeration()
|
D | npobject_proxy.cc | 139 NPIdentifier_Param name_param; in NPHasMethod() 183 NPIdentifier_Param name_param; in NPInvokePrivate() 247 NPIdentifier_Param name_param; in NPHasProperty() 280 NPIdentifier_Param name_param; in NPGetProperty() 313 NPIdentifier_Param name_param; in NPSetProperty() 340 NPIdentifier_Param name_param; in NPRemoveProperty() 383 std::vector<NPIdentifier_Param> value_param; in NPNEnumerate()
|
D | npobject_util.cc | 142 void CreateNPIdentifierParam(NPIdentifier id, NPIdentifier_Param* param) { in CreateNPIdentifierParam() 146 NPIdentifier CreateNPIdentifier(const NPIdentifier_Param& param) { in CreateNPIdentifier()
|
/external/chromium_org/content/child/ |
D | plugin_param_traits.h | 58 struct NPIdentifier_Param { struct 59 NPIdentifier_Param(); 60 ~NPIdentifier_Param(); 78 struct ParamTraits<content::NPIdentifier_Param> { argument 79 typedef content::NPIdentifier_Param param_type;
|
D | plugin_param_traits.cc | 13 NPIdentifier_Param::NPIdentifier_Param() in NPIdentifier_Param() function in content::NPIdentifier_Param 17 NPIdentifier_Param::~NPIdentifier_Param() { in ~NPIdentifier_Param() 34 using content::NPIdentifier_Param; 115 void ParamTraits<NPIdentifier_Param>::Write(Message* m, const param_type& p) { in Write() 119 bool ParamTraits<NPIdentifier_Param>::Read(const Message* m, in Read() 125 void ParamTraits<NPIdentifier_Param>::Log(const param_type& p, std::string* l) { in Log()
|
D | plugin_messages.h | 356 content::NPIdentifier_Param /* name */, 361 content::NPIdentifier_Param /* method */, 367 content::NPIdentifier_Param /* name */, 371 content::NPIdentifier_Param /* name */, 376 content::NPIdentifier_Param /* name */, 381 content::NPIdentifier_Param /* name */, 387 std::vector<content::NPIdentifier_Param> /* value */,
|