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

  /external/chromium_org/net/tools/balsa/
http_message_constants.cc 9 const char* get_http_status_message(int status_message) {
10 switch (status_message) {
http_message_constants.h 10 const char* get_http_status_message(int status_message);
  /external/chromium_org/net/tools/flip_server/
http_message_constants.cc 9 const char* get_http_status_message(int status_message) {
10 switch (status_message) {
  /external/chromium_org/chrome/service/cloud_print/
print_system.cc 21 status_message.clear();
print_system.h 47 (status_message == other.status_message) &&
58 std::string status_message; member in struct:cloud_print::PrintJobDetails
cloud_print_service_helpers.cc 62 details.status_message.c_str(),
cloud_print_service_helpers_unittest.cc 31 details.status_message = "Out of Paper";
cloud_print_connector.cc 131 std::string status_message = l10n_util::GetStringUTF8( local
133 LOG(ERROR) << "CP_CONNECTOR: " << status_message <<
135 ReportUserMessage(kZombiePrinterMessageId, status_message);
594 std::string status_message = l10n_util::GetStringFUTF8( local
598 ReportUserMessage(kGetPrinterCapsFailedMessageId, status_message);
print_system_win.cc 767 &job_details->status_message);
  /external/fio/
gclient.c 318 char *status_message, double perc)
323 strncpy(message, status_message, sizeof(message) - 1);
329 static void gfio_update_thread_status_all(struct gui *ui, char *status_message,
335 strncpy(message, status_message, sizeof(message) - 1);
    [all...]

Completed in 362 milliseconds