OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnJobChanged
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
print_system_win.cc
32
virtual void
OnJobChanged
() = 0;
90
delegate_->
OnJobChanged
();
136
virtual void
OnJobChanged
() OVERRIDE {}
185
virtual void
OnJobChanged
() OVERRIDE {
186
delegate_->
OnJobChanged
();
print_system.h
100
virtual void
OnJobChanged
() = 0;
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 68 milliseconds