confirmation_state  215 cloud_print/gcp20/prototype/printer.cc   PrinterState::ConfirmationState conf_state = state_.confirmation_state;
confirmation_state  236 cloud_print/gcp20/prototype/printer.cc     state_.confirmation_state = PrinterState::CONFIRMATION_CONFIRMED;
confirmation_state  270 cloud_print/gcp20/prototype/printer.cc   if (state_.confirmation_state != PrinterState::CONFIRMATION_CONFIRMED)
confirmation_state  271 cloud_print/gcp20/prototype/printer.cc     return ConfirmationToRegistrationError(state_.confirmation_state);
confirmation_state  279 cloud_print/gcp20/prototype/printer.cc   DCHECK_EQ(state_.confirmation_state, PrinterState::CONFIRMATION_CONFIRMED);
confirmation_state  300 cloud_print/gcp20/prototype/printer.cc   if (state_.confirmation_state != PrinterState::CONFIRMATION_CONFIRMED)
confirmation_state  301 cloud_print/gcp20/prototype/printer.cc     return ConfirmationToRegistrationError(state_.confirmation_state);
confirmation_state  720 cloud_print/gcp20/prototype/printer.cc     state_.confirmation_state = PrinterState::CONFIRMATION_TIMEOUT;
confirmation_state  728 cloud_print/gcp20/prototype/printer.cc       state_.confirmation_state = PrinterState::CONFIRMATION_CONFIRMED;
confirmation_state  731 cloud_print/gcp20/prototype/printer.cc       state_.confirmation_state = PrinterState::CONFIRMATION_DISCARDED;
confirmation_state   47 cloud_print/gcp20/prototype/printer_state.h   ConfirmationState confirmation_state;