Searched refs:ppp_class (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppp_class_proxy.h42 int64 ppp_class,
47 int64 ppp_class,
55 void OnMsgHasProperty(int64 ppp_class, int64 object,
59 void OnMsgHasMethod(int64 ppp_class, int64 object,
63 void OnMsgGetProperty(int64 ppp_class, int64 object,
68 int64 ppp_class, int64 object,
71 void OnMsgSetProperty(int64 ppp_class, int64 object,
75 void OnMsgRemoveProperty(int64 ppp_class, int64 object,
78 void OnMsgCall(int64 ppp_class, int64 object,
83 void OnMsgConstruct(int64 ppp_class, int6
[all...]
H A Dppp_class_proxy.cc29 ppp_class(p),
34 int64 ppp_class; member in struct:ppapi::proxy::__anon10192::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...]
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.h80 int64 ppp_class,
84 int64 ppp_class,
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);
492 int64 ppp_class,
498 ppp_class,
504 int64 ppp_class,
509 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
490 OnMsgIsInstanceOfDeprecated( SerializedVarReceiveInput var, int64 ppp_class, int64* ppp_class_data, PP_Bool* result) argument
502 OnMsgCreateObjectDeprecated( PP_Instance instance, int64 ppp_class, int64 class_data, SerializedVarReturnValue result) argument
H A Dplugin_var_tracker.cc243 CallWhileUnlocked(found->second.ppp_class->Deallocate, found->first);
281 const PPP_Class_Deprecated* ppp_class,
284 p.ppp_class = ppp_class;
309 const PPP_Class_Deprecated* ppp_class,
315 return found->second.ppp_class == ppp_class;
372 found->second.ppp_class->Deallocate(found->first);
278 PluginImplementedObjectCreated( PP_Instance instance, const PP_Var& created_var, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
308 ValidatePluginObjectCall( const PPP_Class_Deprecated* ppp_class, void* user_data) argument
/external/chromium_org/content/renderer/pepper/
H A Dplugin_object.h32 const PPP_Class_Deprecated* ppp_class,
37 const PPP_Class_Deprecated* ppp_class() { return ppp_class_; } function in class:content::PluginObject
47 const PPP_Class_Deprecated* ppp_class,
72 const PPP_Class_Deprecated* ppp_class,
H A Dplugin_object.cc48 plugin_object->ppp_class()->Deallocate(plugin_object->ppp_class_data());
62 bool rv = accessor.object()->ppp_class()->HasMethod(
87 return result_converter.SetResult(accessor.object()->ppp_class()->Call(
107 result_converter.SetResult(obj->ppp_class()->Call(
120 bool rv = accessor.object()->ppp_class()->HasProperty(
135 return result_converter.SetResult(accessor.object()->ppp_class()->GetProperty(
149 accessor.object()->ppp_class()->SetProperty(
163 accessor.object()->ppp_class()->RemoveProperty(
180 obj->ppp_class()->GetAllPropertyNames(obj->ppp_class_data(),
232 return result_converter.SetResult(obj->ppp_class()
265 PluginObject(PepperPluginInstanceImpl* instance, NPObjectWrapper* object_wrapper, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
290 Create(PepperPluginInstanceImpl* instance, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
324 IsInstanceOf(NPObject* np_object, const PPP_Class_Deprecated* ppp_class, void** ppp_class_data) argument
[all...]
H A Dppb_var_deprecated_impl.cc378 const PPP_Class_Deprecated* ppp_class,
385 ppp_class, ppp_class_data);
389 const PPP_Class_Deprecated* ppp_class,
397 return PluginObject::Create(instance, ppp_class, ppp_class_data);
401 const PPP_Class_Deprecated* ppp_class,
407 ppp_class, ppp_class_data);
377 IsInstanceOfDeprecated(PP_Var var, const PPP_Class_Deprecated* ppp_class, void** ppp_class_data) argument
388 CreateObjectDeprecated(PP_Instance pp_instance, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument
400 CreateObjectWithModuleDeprecated(PP_Module pp_module, const PPP_Class_Deprecated* ppp_class, void* ppp_class_data) argument

Completed in 158 milliseconds