HomeSort by relevance Sort by last modified time
    Searched defs:SafePlayback (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/printing/
pdf_metafile_skia.cc 156 bool PdfMetafileSkia::SafePlayback(gfx::NativeDrawingContext hdc) const {
emf_win.cc 214 bool Emf::SafePlayback(HDC context) const {
274 bool success = record_instance.SafePlayback(context);
295 bool Emf::Record::SafePlayback(Emf::EnumerationContext* context) const {
  /external/chromium_org/chrome/browser/printing/
pdf_to_emf_converter.cc 64 virtual bool SafePlayback(HDC hdc) const OVERRIDE;
236 bool LazyEmf::SafePlayback(HDC hdc) const {
238 bool result = LoadEmf(&emf) && emf.SafePlayback(hdc);

Completed in 344 milliseconds