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

  /external/chromium_org/chrome/service/cloud_print/
print_system.h 100 virtual void OnJobChanged() = 0;
print_system_win.cc 50 virtual void OnJobChanged() = 0;
108 delegate_->OnJobChanged();
154 virtual void OnJobChanged() OVERRIDE {}
203 virtual void OnJobChanged() OVERRIDE {
204 delegate_->OnJobChanged();
printer_job_handler.h 145 virtual void OnJobChanged() OVERRIDE;
print_system_cups.cc 294 // For CUPS proxy, we are going to fire OnJobChanged notification
297 // outstanding jobs, OnJobChanged() will do nothing.
298 delegate_->OnJobChanged();
printer_job_handler.cc 236 void PrinterJobHandler::OnJobChanged() {

Completed in 225 milliseconds