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

  /external/chromium_org/content/renderer/pepper/
renderer_ppapi_host_impl.cc 127 return GetAndValidateInstance(instance);
140 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
151 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
161 return !!GetAndValidateInstance(instance);
166 return GetAndValidateInstance(instance);
171 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
184 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
195 PepperPluginInstanceImpl* plugin_instance = GetAndValidateInstance(instance);
208 PepperPluginInstanceImpl* plugin_instance = GetAndValidateInstance(instance);
262 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance)
    [all...]
renderer_ppapi_host_impl.h 121 PepperPluginInstanceImpl* GetAndValidateInstance(PP_Instance instance) const;

Completed in 39 milliseconds