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_helpers.h 30 std::string GetPostDataForPrinterInfo(
cloud_print_helpers_unittest.cc 65 TEST(CloudPrintServiceHelpersTest, GetPostDataForPrinterInfo) {
89 EXPECT_EQ(expected, GetPostDataForPrinterInfo(
cloud_print_helpers.cc 72 std::string GetPostDataForPrinterInfo(
cloud_print_connector.cc 539 post_data += GetPostDataForPrinterInfo(info, mime_boundary);
printer_job_handler.cc 617 post_data += GetPostDataForPrinterInfo(printer_info, mime_boundary);

Completed in 66 milliseconds