Searched refs:combined_interface_ (Results 1 – 2 of 2) sorted by relevance
119 combined_interface_.reset(PPP_Instance_Combined::Create( in PPP_Instance_Proxy()183 DCHECK(combined_interface_.get()); in OnPluginMsgDidCreate()184 *result = combined_interface_->DidCreate(instance, in OnPluginMsgDidCreate()190 combined_interface_->DidDestroy(instance); in OnPluginMsgDidDestroy()222 combined_interface_->DidChangeView(instance, resource, in OnPluginMsgDidChangeView()229 combined_interface_->DidChangeFocus(instance, has_focus); in OnPluginMsgDidChangeFocus()247 if (!combined_interface_->HandleDocumentLoad(instance, loader_pp_resource)) in OnPluginMsgHandleDocumentLoad()
36 return combined_interface_.get(); in ppp_instance_target()57 scoped_ptr<PPP_Instance_Combined> combined_interface_; variable