Searched refs:LoadMetafile (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/printing/ | ||
H A D | image_android.cc | 9 bool Image::LoadMetafile(const Metafile& metafile) { function in class:printing::Image |
H A D | image_linux.cc | 9 bool Image::LoadMetafile(const Metafile& metafile) { function in class:printing::Image |
H A D | image.h | 78 bool LoadMetafile(const std::string& data); 80 bool LoadMetafile(const Metafile& metafile); |
H A D | image.cc | 29 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 D | image_mac.cc | 15 bool Image::LoadMetafile(const Metafile& metafile) { function in class:printing::Image |
H A D | image_win.cc | 52 bool Image::LoadMetafile(const Metafile& metafile) { function in class:printing::Image |
Completed in 90 milliseconds