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

  /external/chromium/chrome/common/
chrome_content_client.cc 56 static bool skip_pdf_file_check = false; local
59 if (skip_pdf_file_check || file_util::PathExists(path)) {
69 skip_pdf_file_check = true;
  /external/chromium_org/chrome/common/
chrome_content_client.cc 134 static bool skip_pdf_file_check = false; local
137 if (skip_pdf_file_check || base::PathExists(path)) {
153 skip_pdf_file_check = true;

Completed in 42 milliseconds