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

  /external/chromium_org/cloud_print/gcp20/prototype/
printer_state.cc 34 PrinterState::PrinterState()
39 PrinterState::~PrinterState() {
44 bool SaveToFile(const base::FilePath& path, const PrinterState& state) {
46 if (state.registration_state == PrinterState::REGISTERED) {
81 bool LoadFromFile(const base::FilePath& path, PrinterState* state) {
162 *state = PrinterState();
163 state->registration_state = PrinterState::REGISTERED;
printer_state.h 19 struct PrinterState {
39 PrinterState();
40 ~PrinterState();
67 bool SaveToFile(const base::FilePath& path, const PrinterState& state);
70 bool LoadFromFile(const base::FilePath& path, PrinterState* state);

Completed in 384 milliseconds