HomeSort by relevance Sort by last modified time
    Searched refs:metafile_must_be_valid (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/printing/
print_view_manager.cc 142 const bool metafile_must_be_valid = true; local
144 const bool metafile_must_be_valid = expecting_first_page_; local
149 if (metafile_must_be_valid) {
158 if (metafile_must_be_valid) {
  /external/chromium_org/chrome/browser/printing/
print_view_manager_base.cc 143 const bool metafile_must_be_valid = true; local
145 const bool metafile_must_be_valid = expecting_first_page_; local
150 if (metafile_must_be_valid) {
159 if (metafile_must_be_valid) {
  /external/chromium_org/printing/
printed_document.cc 114 const bool metafile_must_be_valid = true; local
116 const bool metafile_must_be_valid = (page.ToInt() == mutable_.first_page);
121 if (metafile_must_be_valid && !itr->second->metafile())

Completed in 157 milliseconds