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

/external/chromium_org/printing/
H A Dprinted_document.cc224 const base::FilePath& debug_dump_path) {
225 g_debug_dump_info.Get() = debug_dump_path;
223 set_debug_dump_path( const base::FilePath& debug_dump_path) argument
H A Dprinting_context_win.cc423 base::string16 debug_dump_path = local
426 if (!debug_dump_path.empty())
427 di.lpszOutput = debug_dump_path.c_str();

Completed in 85 milliseconds