Searched defs:ppp_class (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | ppp_class_proxy.cc | 34 int64 ppp_class; member 223 int64 ppp_class, in CreateProxiedObject() 233 int64 ppp_class, in IsInstanceOf() 275 void PPP_Class_Proxy::OnMsgHasProperty(int64 ppp_class, int64 object, in OnMsgHasProperty() 287 void PPP_Class_Proxy::OnMsgHasMethod(int64 ppp_class, int64 object, in OnMsgHasMethod() 299 void PPP_Class_Proxy::OnMsgGetProperty(int64 ppp_class, int64 object, in OnMsgGetProperty() 312 int64 ppp_class, int64 object, in OnMsgEnumerateProperties() 321 void PPP_Class_Proxy::OnMsgSetProperty(int64 ppp_class, int64 object, in OnMsgSetProperty() 332 void PPP_Class_Proxy::OnMsgRemoveProperty(int64 ppp_class, int64 object, in OnMsgRemoveProperty() 343 int64 ppp_class, int64 object, in OnMsgCall() [all …]
|
D | ppb_var_deprecated_proxy.cc | 232 const PPP_Class_Deprecated* ppp_class, in IsInstanceOf() 251 const PPP_Class_Deprecated* ppp_class, in CreateObject() 492 int64 ppp_class, in OnMsgIsInstanceOfDeprecated() 504 int64 ppp_class, in OnMsgCreateObjectDeprecated()
|
D | plugin_var_tracker.cc | 281 const PPP_Class_Deprecated* ppp_class, in PluginImplementedObjectCreated() 309 const PPP_Class_Deprecated* ppp_class, in ValidatePluginObjectCall()
|
/external/chromium_org/content/renderer/pepper/ |
D | plugin_object.h | 37 const PPP_Class_Deprecated* ppp_class() { return ppp_class_; } in ppp_class() function
|
D | plugin_object.cc | 267 const PPP_Class_Deprecated* ppp_class, in PluginObject() 291 const PPP_Class_Deprecated* ppp_class, in Create() 325 const PPP_Class_Deprecated* ppp_class, in IsInstanceOf()
|
D | ppb_var_deprecated_impl.cc | 378 const PPP_Class_Deprecated* ppp_class, in IsInstanceOfDeprecated() 389 const PPP_Class_Deprecated* ppp_class, in CreateObjectDeprecated() 401 const PPP_Class_Deprecated* ppp_class, in CreateObjectWithModuleDeprecated()
|