Searched refs:LoadMetafile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/printing/
H A Dimage_android.cc9 bool Image::LoadMetafile(const Metafile& metafile) { function in class:printing::Image
H A Dimage_linux.cc9 bool Image::LoadMetafile(const Metafile& metafile) { function in class:printing::Image
H A Dimage.h78 bool LoadMetafile(const std::string& data);
80 bool LoadMetafile(const Metafile& metafile);
H A Dimage.cc29 success = LoadMetafile(data);
43 LoadMetafile(metafile);
151 bool Image::LoadMetafile(const std::string& data) { function in class:printing::Image
157 return LoadMetafile(metafile);
H A Dimage_mac.cc15 bool Image::LoadMetafile(const Metafile& metafile) { function in class:printing::Image
H A Dimage_win.cc52 bool Image::LoadMetafile(const Metafile& metafile) { function in class:printing::Image

Completed in 77 milliseconds