Searched refs:GetPendingBrowserHostId (Results 1 – 5 of 5) sorted by relevance
14 int ResourceVar::GetPendingBrowserHostId() const { return 0; } in GetPendingBrowserHostId() function in ppapi::ResourceVar
32 virtual int GetPendingBrowserHostId() const;
29 int HostResourceVar::GetPendingBrowserHostId() const { in GetPendingBrowserHostId() function in content::HostResourceVar
37 virtual int GetPendingBrowserHostId() const OVERRIDE;
692 pending_browser_host_id_ = resource_var->GetPendingBrowserHostId(); in Init()