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

/external/chromium_org/content/renderer/pepper/
H A Dplugin_object.h45 const PPP_Class_Deprecated* ppp_class,
58 const PPP_Class_Deprecated* ppp_class() { return ppp_class_; } function in class:content::PluginObject
66 const PPP_Class_Deprecated* ppp_class,
H A Dplugin_object.cc72 const PPP_Class_Deprecated* ppp_class,
77 new PluginObject(instance, ppp_class, ppp_class_data));
162 const PPP_Class_Deprecated* ppp_class,
166 ppp_class_(ppp_class),
71 Create(PepperPluginInstanceImpl* instance, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
161 PluginObject(PepperPluginInstanceImpl* instance, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
H A Dppb_var_deprecated_impl.cc286 const PPP_Class_Deprecated* ppp_class,
299 if (plugin_object && plugin_object->ppp_class() == ppp_class) {
309 const PPP_Class_Deprecated* ppp_class,
317 return PluginObject::Create(instance, ppp_class, ppp_class_data);
321 const PPP_Class_Deprecated* ppp_class,
327 module->GetSomeInstance(), ppp_class, ppp_class_data);
285 IsInstanceOfDeprecated(PP_Var var, const PPP_Class_Deprecated* ppp_class, void** ppp_class_data) argument
308 CreateObjectDeprecated(PP_Instance pp_instance, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
320 CreateObjectWithModuleDeprecated(PP_Module pp_module, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
/external/chromium_org/ppapi/proxy/
H A Dplugin_var_tracker.h81 const PPP_Class_Deprecated* ppp_class,
93 bool ValidatePluginObjectCall(const PPP_Class_Deprecated* ppp_class,
130 const PPP_Class_Deprecated* ppp_class; member in struct:ppapi::proxy::PluginVarTracker::PluginImplementedVar
H A Dppb_var_deprecated_proxy.cc232 const PPP_Class_Deprecated* ppp_class,
240 int64 class_int = static_cast<int64>(reinterpret_cast<intptr_t>(ppp_class));
251 const PPP_Class_Deprecated* ppp_class,
263 int64 class_int = static_cast<int64>(reinterpret_cast<intptr_t>(ppp_class));
274 ppp_class, ppp_class_data);
491 int64 ppp_class,
497 ppp_class,
503 int64 ppp_class,
508 ppb_var_impl_, dispatcher(), instance, ppp_class, class_data));
231 IsInstanceOf(PP_Var var, const PPP_Class_Deprecated* ppp_class, void** ppp_class_data) argument
250 CreateObject(PP_Instance instance, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
489 OnMsgIsInstanceOfDeprecated( SerializedVarReceiveInput var, int64 ppp_class, int64* ppp_class_data, PP_Bool* result) argument
501 OnMsgCreateObjectDeprecated( PP_Instance instance, int64 ppp_class, int64 class_data, SerializedVarReturnValue result) argument
H A Dplugin_var_tracker.cc281 CallWhileUnlocked(found->second.ppp_class->Deallocate, found->first);
319 const PPP_Class_Deprecated* ppp_class,
322 p.ppp_class = ppp_class;
347 const PPP_Class_Deprecated* ppp_class,
353 return found->second.ppp_class == ppp_class;
410 found->second.ppp_class->Deallocate(found->first);
316 PluginImplementedObjectCreated( PP_Instance instance, const PP_Var& created_var, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
346 ValidatePluginObjectCall( const PPP_Class_Deprecated* ppp_class, void* user_data) argument
H A Dppp_class_proxy.cc29 ppp_class(p),
34 int64 ppp_class; member in struct:ppapi::proxy::__anon10128::ObjectProxy
55 API_ID_PPP_CLASS, obj->ppp_class, obj->user_data,
68 API_ID_PPP_CLASS, obj->ppp_class, obj->user_data,
83 API_ID_PPP_CLASS, obj->ppp_class, obj->user_data,
106 API_ID_PPP_CLASS, obj->ppp_class, obj->user_data,
120 API_ID_PPP_CLASS, obj->ppp_class, obj->user_data,
140 API_ID_PPP_CLASS, obj->ppp_class, obj->user_data,
162 obj->ppp_class, obj->user_data, argv_vect, &se, &result));
172 API_ID_PPP_CLASS, obj->ppp_class, ob
220 CreateProxiedObject(const PPB_Var_Deprecated* var, Dispatcher* dispatcher, PP_Instance instance_id, int64 ppp_class, int64 class_data) argument
231 IsInstanceOf(const PPB_Var_Deprecated* ppb_var_impl, const PP_Var& var, int64 ppp_class, int64* ppp_class_data) argument
275 OnMsgHasProperty(int64 ppp_class, int64 object, SerializedVarReceiveInput property, SerializedVarOutParam exception, bool* result) argument
287 OnMsgHasMethod(int64 ppp_class, int64 object, SerializedVarReceiveInput property, SerializedVarOutParam exception, bool* result) argument
299 OnMsgGetProperty(int64 ppp_class, int64 object, SerializedVarReceiveInput property, SerializedVarOutParam exception, SerializedVarReturnValue result) argument
311 OnMsgEnumerateProperties( int64 ppp_class, int64 object, std::vector<SerializedVar>* props, SerializedVarOutParam exception) argument
321 OnMsgSetProperty(int64 ppp_class, int64 object, SerializedVarReceiveInput property, SerializedVarReceiveInput value, SerializedVarOutParam exception) argument
332 OnMsgRemoveProperty(int64 ppp_class, int64 object, SerializedVarReceiveInput property, SerializedVarOutParam exception) argument
342 OnMsgCall( int64 ppp_class, int64 object, SerializedVarReceiveInput method_name, SerializedVarVectorReceiveInput arg_vector, SerializedVarOutParam exception, SerializedVarReturnValue result) argument
357 OnMsgConstruct( int64 ppp_class, int64 object, SerializedVarVectorReceiveInput arg_vector, SerializedVarOutParam exception, SerializedVarReturnValue result) argument
371 OnMsgDeallocate(int64 ppp_class, int64 object) argument
379 ValidateUserData(int64 ppp_class, int64 class_data, SerializedVarOutParam* exception) argument
[all...]

Completed in 111 milliseconds