OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintQueriesQueue
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/printing/
print_job_manager.h
25
class
PrintQueriesQueue
: public base::RefCountedThreadSafe<
PrintQueriesQueue
> {
27
PrintQueriesQueue
();
45
friend class base::RefCountedThreadSafe<
PrintQueriesQueue
>;
48
virtual ~
PrintQueriesQueue
();
55
DISALLOW_COPY_AND_ASSIGN(
PrintQueriesQueue
);
73
scoped_refptr<
PrintQueriesQueue
> queue();
91
scoped_refptr<
PrintQueriesQueue
> queue_;
print_job_manager.cc
17
PrintQueriesQueue
::
PrintQueriesQueue
() {
20
PrintQueriesQueue
::~
PrintQueriesQueue
() {
25
void
PrintQueriesQueue
::QueuePrinterQuery(PrinterQuery* job) {
32
scoped_refptr<PrinterQuery>
PrintQueriesQueue
::PopPrinterQuery(
47
scoped_refptr<PrinterQuery>
PrintQueriesQueue
::CreatePrinterQuery(
55
void
PrintQueriesQueue
::Shutdown() {
78
scoped_refptr<
PrintQueriesQueue
> PrintJobManager::queue() {
81
queue_ = new
PrintQueriesQueue
();
[
all
...]
print_view_manager_base.h
29
class
PrintQueriesQueue
;
163
scoped_refptr<printing::
PrintQueriesQueue
> queue_;
printing_message_filter.h
33
class
PrintQueriesQueue
;
122
scoped_refptr<
PrintQueriesQueue
> queue_;
print_preview_message_handler.cc
37
scoped_refptr<printing::
PrintQueriesQueue
> queue =
Completed in 447 milliseconds