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

  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 121 on_idle_posted_(false),
488 DCHECK(on_idle_posted_) << "Instant call is not allowed";
489 on_idle_posted_ = false;
718 DCHECK(!on_idle_posted_) << "Only one instance can be posted.";
719 on_idle_posted_ = true;
printer.h 228 bool on_idle_posted_; member in class:Printer

Completed in 138 milliseconds