HomeSort by relevance Sort by last modified time
    Searched defs:HostResourceVar (Results 1 - 2 of 2) 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);

Completed in 144 milliseconds