OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:job_title_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler.h
33
std::string
job_title_
;
member in struct:cloud_print::JobDetails
printer_job_queue_handler.cc
30
job_title_
.clear();
59
job_data->GetString(kTitleValue, &job_details->
job_title_
);
printer_job_queue_handler_unittest.cc
76
EXPECT_EQ(std::string("test1"), jobs[0].
job_title_
);
printer_job_handler.cc
674
UTF8ToUTF16(job_details.
job_title_
));
Completed in 84 milliseconds