HomeSort by relevance Sort by last modified time
    Searched refs:GetPostDataForPrinterInfo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
cloud_print_service_helpers.h 31 std::string GetPostDataForPrinterInfo(
cloud_print_service_helpers_unittest.cc 66 TEST(CloudPrintServiceHelpersTest, GetPostDataForPrinterInfo) {
90 EXPECT_EQ(expected, GetPostDataForPrinterInfo(
cloud_print_service_helpers.cc 74 std::string GetPostDataForPrinterInfo(
cloud_print_connector.cc 624 post_data += GetPostDataForPrinterInfo(info, mime_boundary);
printer_job_handler.cc 699 post_data += GetPostDataForPrinterInfo(printer_info, mime_boundary);

Completed in 1165 milliseconds