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 128 return GetAndValidateInstance(instance);
137 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
148 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
158 return !!GetAndValidateInstance(instance);
163 return GetAndValidateInstance(instance);
168 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
181 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
192 PepperPluginInstanceImpl* plugin_instance = GetAndValidateInstance(instance);
205 PepperPluginInstanceImpl* plugin_instance = GetAndValidateInstance(instance);
261 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance)
    [all...]
renderer_ppapi_host_impl.h 117 PepperPluginInstanceImpl* GetAndValidateInstance(PP_Instance instance) const;

Completed in 321 milliseconds