OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JobStatusUpdaterList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
printer_job_handler.h
299
typedef std::list< scoped_refptr<JobStatusUpdater> >
JobStatusUpdaterList
;
300
JobStatusUpdaterList
job_status_updater_list_;
printer_job_handler.cc
205
for (
JobStatusUpdaterList
::iterator index = job_status_updater_list_.begin();
239
for (
JobStatusUpdaterList
::iterator index = job_status_updater_list_.begin();
Completed in 2223 milliseconds