Home
last modified time | relevance | path

Searched refs:ppb_proxy (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dppb_proxy_impl.cc61 const PPB_Proxy_Private ppb_proxy = { variable
68 const PPB_Proxy_Private* PPB_Proxy_Impl::GetInterface() { return &ppb_proxy; } in GetInterface()
/external/chromium_org/ppapi/proxy/
Dhost_dispatcher.cc152 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()
Dhost_dispatcher.h103 const PPB_Proxy_Private* ppb_proxy() const { return ppb_proxy_; } in ppb_proxy() function