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

  /external/chromium_org/cloud_print/gcp20/prototype/
printer_state.h 28 REGISTRATION_ERROR, // Is set when server error was occurred.
60 // Contains error if |REGISTRATION_ERROR| is set.
printer.cc 216 if (state_.registration_state == PrinterState::REGISTRATION_ERROR ||
331 DCHECK_EQ(state_.registration_state, PrinterState::REGISTRATION_ERROR)
692 state_.registration_state = PrinterState::REGISTRATION_ERROR;
708 if (state_.registration_state == PrinterState::REGISTRATION_ERROR)

Completed in 713 milliseconds