Searched refs:DidCreate (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppp_instance.h44 * DidCreate() is a creation handler that is called when a new instance is
82 PP_Bool (*DidCreate)(PP_Instance instance, member in struct:PPP_Instance_1_1
89 * called even if DidCreate() returned failure.
93 * DidCreate() call. You can also free resources associated with this
181 PP_Bool (*DidCreate)(PP_Instance instance, member in struct:PPP_Instance_1_0
/external/chromium_org/ppapi/shared_impl/
H A Dppp_instance_combined.cc34 instance_1_1_.DidCreate = instance_if.DidCreate;
45 PP_Bool PPP_Instance_Combined::DidCreate(PP_Instance instance, function in class:ppapi::PPP_Instance_Combined
49 return CallWhileUnlocked(instance_1_1_.DidCreate, instance, argc, argn, argv);
H A Dppp_instance_combined.h26 PP_Bool DidCreate(PP_Instance instance,
/external/chromium_org/ppapi/api/
H A Dppp_instance.idl25 * DidCreate() is a creation handler that is called when a new instance is
63 PP_Bool DidCreate(
85 * called even if DidCreate() returned failure.
89 * DidCreate() call. You can also free resources associated with this
/external/chromium_org/ppapi/proxy/
H A Dppp_instance_private_proxy_unittest.cc91 PP_Bool DidCreate(PP_Instance /*instance*/, uint32_t /*argc*/, function in namespace:ppapi::proxy::__anon10134
108 PPP_Instance_1_0 ppp_instance_mock = { &DidCreate, &DidDestroy };
175 EXPECT_EQ(PP_TRUE, ppp_instance->DidCreate(kInstance, 0, NULL, NULL));
H A Dppp_instance_proxy.cc42 PP_Bool DidCreate(PP_Instance instance, function in namespace:ppapi::proxy::__anon10135
97 &DidCreate,
184 *result = combined_interface_->DidCreate(instance,
H A Dppp_instance_proxy_unittest.cc30 PP_Bool DidCreate(PP_Instance instance, uint32_t argc, const char* argn[], function in namespace:ppapi::proxy::__anon10136
88 &DidCreate,
148 EXPECT_EQ(bool_to_return, ppp_instance->DidCreate(expected_instance,
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dpepper_container_app.cc58 if (!plugin_instance_->DidCreate())
H A Dplugin_instance.cc33 bool PluginInstance::DidCreate() { function in class:mojo::examples::PluginInstance
38 return !!instance_interface->DidCreate(pp_instance(), 0, NULL, NULL);
H A Dplugin_instance.h25 bool DidCreate();
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc887 bool success = PP_ToBool(instance_interface_->DidCreate(
3018 // Re-send the DidCreate event via the proxy.
3021 if (!instance_interface_->DidCreate(

Completed in 148 milliseconds