Home
last modified time | relevance | path

Searched refs:ppp_printing_impl_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppp_printing_proxy.cc114 ppp_printing_impl_(NULL) { in PPP_Printing_Proxy()
116 ppp_printing_impl_ = static_cast<const PPP_Printing_Dev*>( in PPP_Printing_Proxy()
152 if (ppp_printing_impl_) { in OnPluginMsgQuerySupportedFormats()
153 *result = CallWhileUnlocked(ppp_printing_impl_->QuerySupportedFormats, in OnPluginMsgQuerySupportedFormats()
170 if (ppp_printing_impl_) { in OnPluginMsgBegin()
171 *result = CallWhileUnlocked(ppp_printing_impl_->Begin, in OnPluginMsgBegin()
181 if (!ppp_printing_impl_ || pages.empty()) in OnPluginMsgPrintPages()
185 ppp_printing_impl_->PrintPages, in OnPluginMsgPrintPages()
199 if (ppp_printing_impl_) in OnPluginMsgEnd()
200 CallWhileUnlocked(ppp_printing_impl_->End, instance); in OnPluginMsgEnd()
[all …]
Dppp_printing_proxy.h48 const PPP_Printing_Dev* ppp_printing_impl_; variable