HomeSort by relevance Sort by last modified time
    Searched defs:LoadMetafile (Results 1 - 5 of 5) 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_mac.cc 15 bool Image::LoadMetafile(const Metafile& metafile) {
image_win.cc 52 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);

Completed in 58 milliseconds