HomeSort by relevance Sort by last modified time
    Searched refs:HostResourceVar (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/renderer/pepper/
host_resource_var.cc 9 HostResourceVar::HostResourceVar() : pp_resource_(0) {}
11 HostResourceVar::HostResourceVar(PP_Resource pp_resource)
16 HostResourceVar::HostResourceVar(int pending_renderer_host_id,
23 PP_Resource HostResourceVar::GetPPResource() const { return pp_resource_; }
25 int HostResourceVar::GetPendingRendererHostId() const {
29 int HostResourceVar::GetPendingBrowserHostId() const {
33 const IPC::Message* HostResourceVar::GetCreationMessage() const
    [all...]
host_resource_var.h 18 class HostResourceVar : public ppapi::ResourceVar {
21 HostResourceVar();
24 explicit HostResourceVar(PP_Resource pp_resource);
31 HostResourceVar(int pending_renderer_host_id,
44 virtual ~HostResourceVar();
61 DISALLOW_COPY_AND_ASSIGN(HostResourceVar);
resource_converter.h 86 scoped_refptr<HostResourceVar> CreateResourceVar(
93 scoped_refptr<HostResourceVar> CreateResourceVarWithBrowserHost(
108 std::vector<scoped_refptr<HostResourceVar> > browser_vars_;
resource_converter.cc 34 const std::vector<scoped_refptr<content::HostResourceVar> >& browser_vars,
235 scoped_refptr<HostResourceVar> result_var =
256 scoped_refptr<HostResourceVar> result_var =
335 scoped_refptr<HostResourceVar> ResourceConverterImpl::CreateResourceVar(
338 return new HostResourceVar(pending_renderer_id, create_message);
341 scoped_refptr<HostResourceVar>
346 scoped_refptr<HostResourceVar> result =
host_var_tracker.cc 107 return new HostResourceVar(pp_resource);

Completed in 120 milliseconds