HomeSort by relevance Sort by last modified time
    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();
60 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 795 base::UTF8ToUTF16(job_details.job_title_));

Completed in 38 milliseconds