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

  /external/chromium_org/printing/
printed_document.cc 37 base::FilePath debug_dump_path; member in struct:__anon12793::PrintDebugDumpPath
187 g_debug_dump_info.Get().debug_dump_path.Append(filename));
191 g_debug_dump_info.Get().debug_dump_path.Append(
197 const base::FilePath& debug_dump_path) {
198 g_debug_dump_info.Get().enabled = !debug_dump_path.empty();
199 g_debug_dump_info.Get().debug_dump_path = debug_dump_path;
202 const base::FilePath& PrintedDocument::debug_dump_path() { function in class:printing::PrintedDocument
203 return g_debug_dump_info.Get().debug_dump_path;
printing_context_win.cc 441 base::FilePath debug_dump_path = PrintedDocument::debug_dump_path(); local
442 if (!debug_dump_path.empty()) {
454 debug_dump_path.Append(filename);
455 di.lpszOutput = debug_dump_path.value().c_str();

Completed in 59 milliseconds