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.h
99
virtual void
OnJobChanged
() = 0;
print_system_win.cc
166
virtual void
OnJobChanged
() = 0;
223
delegate_->
OnJobChanged
();
294
virtual void
OnJobChanged
() OVERRIDE {}
343
virtual void
OnJobChanged
() OVERRIDE {
344
delegate_->
OnJobChanged
();
printer_job_handler.h
141
virtual void
OnJobChanged
() OVERRIDE;
printer_job_handler.cc
199
void PrinterJobHandler::
OnJobChanged
() {
print_system_cups.cc
301
// For CUPS proxy, we are going to fire
OnJobChanged
notification
304
// outstanding jobs,
OnJobChanged
() will do nothing.
305
delegate_->
OnJobChanged
();
Completed in 27 milliseconds