OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SafePlayback
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/printing/
emf_win.h
90
virtual bool
SafePlayback
(HDC hdc) const OVERRIDE;
152
bool
SafePlayback
(EnumerationContext* context) const;
metafile.h
145
// issue with some printers. See Emf::Record::
SafePlayback
implementation for
147
virtual bool
SafePlayback
(gfx::NativeDrawingContext hdc) const = 0;
pdf_metafile_skia.h
57
virtual bool
SafePlayback
(gfx::NativeDrawingContext hdc) const OVERRIDE;
printed_document_win.cc
72
if (!page.metafile()->
SafePlayback
(context)) {
emf_win_unittest.cc
119
EXPECT_TRUE(itr->
SafePlayback
(&emf_enum.context_)) <<
159
EXPECT_TRUE(emf.
SafePlayback
(dc.Get()));
emf_win.cc
224
bool Emf::
SafePlayback
(HDC context) const {
314
bool success = record_instance.
SafePlayback
(context);
335
bool Emf::Record::
SafePlayback
(Emf::EnumerationContext* context) const {
pdf_metafile_skia.cc
165
bool PdfMetafileSkia::
SafePlayback
(gfx::NativeDrawingContext hdc) const {
/external/chromium_org/chrome/service/cloud_print/
print_system_xps_win.cc
226
metafile.
SafePlayback
(printer_dc_.Get());
Completed in 571 milliseconds