OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:job_title
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/printing/
print_dialog_cloud.cc
524
string16
job_title
= print_job_title;
local
528
if (
job_title
.empty() && browser->GetSelectedTabContents())
529
job_title
= browser->GetSelectedTabContents()->GetTitle();
551
path_to_file, width, height, std::string(),
job_title
, file_type,
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc
197
//
job_title
is the title to be used for the resulting print job.
199
const base::string16&
job_title
) {
225
job_title
);
487
base::string16
job_title
;
local
491
&
job_title
);
493
if (!LaunchPrintDialog(port_data->file_path,
job_title
)) {
Completed in 739 milliseconds