HomeSort by relevance Sort by last modified time
    Searched full:loadmetafile (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/printing/
image_android.cc 9 bool Image::LoadMetafile(const Metafile& metafile) {
image_linux.cc 9 bool Image::LoadMetafile(const Metafile& metafile) {
image.cc 29 success = LoadMetafile(data);
43 LoadMetafile(metafile);
151 bool Image::LoadMetafile(const std::string& data) {
157 return LoadMetafile(metafile);
image_mac.cc 15 bool Image::LoadMetafile(const Metafile& metafile) {
image.h 78 bool LoadMetafile(const std::string& data);
80 bool LoadMetafile(const Metafile& metafile);
image_win.cc 52 bool Image::LoadMetafile(const Metafile& metafile) {

Completed in 138 milliseconds