HomeSort by relevance Sort by last modified time
    Searched refs:ppp_printing_impl_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
ppp_printing_proxy.cc 114 ppp_printing_impl_(NULL) {
116 ppp_printing_impl_ = static_cast<const PPP_Printing_Dev*>(
152 if (ppp_printing_impl_) {
153 *result = CallWhileUnlocked(ppp_printing_impl_->QuerySupportedFormats,
170 if (ppp_printing_impl_)
171 *result = CallWhileUnlocked(ppp_printing_impl_->Begin, instance, &settings);
178 if (!ppp_printing_impl_ || pages.empty())
182 ppp_printing_impl_->PrintPages,
196 if (ppp_printing_impl_)
197 CallWhileUnlocked(ppp_printing_impl_->End, instance)
    [all...]
ppp_printing_proxy.h 48 const PPP_Printing_Dev* ppp_printing_impl_; member in class:ppapi::proxy::PPP_Printing_Proxy

Completed in 192 milliseconds