OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:job_title
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/ui/webui/
print_preview_ui.cc
33
const string16&
job_title
) {
35
StringValue title(
job_title
);
print_preview_ui.h
23
// |
job_title
| is the title of the page being previewed.
25
const string16&
job_title
);
/external/chromium_org/chrome/service/cloud_print/
print_system_xps_win.cc
112
const std::string&
job_title
,
121
print_data_mime_type, printer_name,
job_title
,
147
const std::string&
job_title
,
178
string16 doc_name = UTF8ToUTF16(
job_title
);
192
job_title
,
349
const std::string&
job_title
,
363
UTF8ToWide(printer_name).c_str(), UTF8ToWide(
job_title
).c_str(),
print_system.h
136
const std::string&
job_title
,
print_system_cups.cc
105
const std::string&
job_title
,
380
const std::string&
job_title
,
387
printer_name,
job_title
, tags, &dry_run);
762
const std::string&
job_title
,
805
job_title
.c_str(),
printer_job_handler_unittest.cc
356
const std::string&
job_title
,
/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
)) {
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc
403
const base::string16&
job_title
) {
404
initiator_title_ =
job_title
;
Completed in 221 milliseconds