Searched refs:GetWindowObject (Results 1 – 14 of 14) sorted by relevance
20 struct PP_Var GetWindowObject(PP_Instance instance) { in GetWindowObject() function25 return enter.functions()->GetWindowObject(instance); in GetWindowObject()47 &GetWindowObject,
58 virtual PP_Var GetWindowObject(PP_Instance instance) = 0;
50 VarPrivate InstancePrivate::GetWindowObject() { in GetWindowObject() function in pp::InstancePrivate54 get_interface<PPB_Instance_Private>()->GetWindowObject(pp_instance())); in GetWindowObject()
42 VarPrivate GetWindowObject();
65 pp::VarPrivate doc = GetWindowObject().GetProperty("document"); in RecreateConsole()77 pp::VarPrivate doc = GetWindowObject().GetProperty("document"); in Log()
68 struct PP_Var (*GetWindowObject)(PP_Instance instance); member
125 pp::VarPrivate window = instance_->GetWindowObject(); in TestGetDocumentURL()144 pp::VarPrivate window = instance_->GetWindowObject(); in TestGetPluginReferrerURL()
296 pp::VarPrivate window = instance_->GetWindowObject(); in TestHasPropertyAndMethod()
42 * GetWindowObject is a pointer to a function that determines48 PP_Var GetWindowObject([in] PP_Instance instance);
53 virtual PP_Var GetWindowObject(PP_Instance instance) OVERRIDE;
269 PP_Var PPB_Instance_Proxy::GetWindowObject(PP_Instance instance) { in GetWindowObject() function in ppapi::proxy::PPB_Instance_Proxy829 result.Return(dispatcher(), enter.functions()->GetWindowObject(instance)); in OnHostMsgGetWindowObject()
380 virtual PP_Var GetWindowObject(PP_Instance instance) OVERRIDE;
2154 PP_Var PepperPluginInstanceImpl::GetWindowObject(PP_Instance instance) { in GetWindowObject() function in content::PepperPluginInstanceImpl
2958 *_struct_result = iface->GetWindowObject(instance); in Pnacl_M13_PPB_Instance_Private_GetWindowObject()4865 ….GetWindowObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13_PPB_Instance_Private_GetWin…