Searched defs:skip_pdf_file_check (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/
H A Dchrome_content_client.cc56 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/
H A Dchrome_content_client.cc140 static bool skip_pdf_file_check = false; local
143 if (skip_pdf_file_check || base::PathExists(path)) {
169 skip_pdf_file_check = true;

Completed in 267 milliseconds