Searched refs:GetWindowObject (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_instance_private_thunk.cc20 struct PP_Var GetWindowObject(PP_Instance instance) { function in namespace:ppapi::thunk::__anon10334
21 VLOG(4) << "PPB_Instance_Private::GetWindowObject()";
25 return enter.functions()->GetWindowObject(instance);
47 &GetWindowObject,
H A Dppb_instance_api.h58 virtual PP_Var GetWindowObject(PP_Instance instance) = 0;
/external/chromium_org/ppapi/c/private/
H A Dppb_instance_private.h62 * GetWindowObject is a pointer to a function that determines
68 struct PP_Var (*GetWindowObject)(PP_Instance instance); member in struct:PPB_Instance_Private_0_1
/external/chromium_org/ppapi/api/private/
H A Dppb_instance_private.idl42 * GetWindowObject is a pointer to a function that determines
48 PP_Var GetWindowObject([in] PP_Instance instance);
/external/chromium_org/ppapi/cpp/private/
H A Dinstance_private.h41 /// See PPB_Instance_Private.GetWindowObject.
42 VarPrivate GetWindowObject();
H A Dinstance_private.cc50 VarPrivate InstancePrivate::GetWindowObject() { function in class:pp::InstancePrivate
54 get_interface<PPB_Instance_Private>()->GetWindowObject(pp_instance()));
/external/chromium_org/ppapi/examples/file_chooser/
H A Dfile_chooser.cc65 pp::VarPrivate doc = GetWindowObject().GetProperty("document");
77 pp::VarPrivate doc = GetWindowObject().GetProperty("document");
/external/chromium_org/ppapi/tests/
H A Dtest_url_util.cc125 pp::VarPrivate window = instance_->GetWindowObject();
144 pp::VarPrivate window = instance_->GetWindowObject();
H A Dtest_var_deprecated.cc296 pp::VarPrivate window = instance_->GetWindowObject();
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.h53 virtual PP_Var GetWindowObject(PP_Instance instance) OVERRIDE;
H A Dppb_instance_proxy.cc269 PP_Var PPB_Instance_Proxy::GetWindowObject(PP_Instance instance) { function in class:ppapi::proxy::PPB_Instance_Proxy
829 result.Return(dispatcher(), enter.functions()->GetWindowObject(instance));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h380 virtual PP_Var GetWindowObject(PP_Instance instance) OVERRIDE;
H A Dpepper_plugin_instance_impl.cc2154 PP_Var PepperPluginInstanceImpl::GetWindowObject(PP_Instance instance) { function in class:content::PepperPluginInstanceImpl
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2958 *_struct_result = iface->GetWindowObject(instance);
4865 .GetWindowObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13_PPB_Instance_Private_GetWindowObject,

Completed in 218 milliseconds