OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:job_title
(Results
1 - 3
of
3
) 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/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,
Completed in 55 milliseconds