Searched refs:ppb_proxy (Results 1 – 3 of 3) sorted by relevance
61 const PPB_Proxy_Private ppb_proxy = { variable68 const PPB_Proxy_Private* PPB_Proxy_Impl::GetInterface() { return &ppb_proxy; } in GetInterface()
152 CHECK(!PP_ToBool(ppb_proxy()->IsInModuleDestructor(pp_module()))); in Send()271 dispatcher_->ppb_proxy()->AddRefModule(dispatcher_->pp_module()); in ScopedModuleReference()277 dispatcher_->ppb_proxy()->ReleaseModule(dispatcher_->pp_module()); in ~ScopedModuleReference()
103 const PPB_Proxy_Private* ppb_proxy() const { return ppb_proxy_; } in ppb_proxy() function