Home | History | Annotate | Download | only in pepper

Lines Matching refs:print_output

1555   PP_Resource print_output = plugin_print_interface_->PrintPages(
1557 if (!print_output)
1563 ret = PrintPDFOutput(print_output, canvas);
1566 PluginModule::GetCore()->ReleaseResource(print_output);
1701 bool PepperPluginInstanceImpl::PrintPDFOutput(PP_Resource print_output,
1704 ppapi::thunk::EnterResourceNoLock<PPB_Buffer_API> enter(print_output, true);