OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationTask
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/printing/
print_job_worker.cc
18
class PrintJobWorker::
NotificationTask
: public Task {
20
NotificationTask
() : print_job_(NULL), details_(NULL) {
22
~
NotificationTask
() {
278
NotificationTask
* task = new
NotificationTask
();
294
NotificationTask
* task = new
NotificationTask
();
321
task = new
NotificationTask
();
335
NotificationTask
* task = new
NotificationTask
();
[
all
...]
print_job_worker.h
30
//
NotificationTask
task to be executed from the right thread, the UI thread.
76
class
NotificationTask
;
/external/chromium_org/chrome/browser/printing/
print_job_worker.h
33
//
NotificationTask
task to be executed from the right thread, the UI thread.
84
class
NotificationTask
;
Completed in 147 milliseconds