OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrintQueriesQueue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/printing/
print_job_manager.cc
17
PrintQueriesQueue
::
PrintQueriesQueue
() {
20
PrintQueriesQueue
::~
PrintQueriesQueue
() {
25
void
PrintQueriesQueue
::SetDestination(PrintDestinationInterface* destination) {
30
void
PrintQueriesQueue
::QueuePrinterQuery(PrinterQuery* job) {
37
scoped_refptr<PrinterQuery>
PrintQueriesQueue
::PopPrinterQuery(
52
scoped_refptr<PrinterQuery>
PrintQueriesQueue
::CreatePrinterQuery() {
59
void
PrintQueriesQueue
::Shutdown() {
73
scoped_refptr<
PrintQueriesQueue
> PrintJobManager::queue()
[
all
...]
print_job_manager.h
25
class
PrintQueriesQueue
: public base::RefCountedThreadSafe<
PrintQueriesQueue
> {
27
PrintQueriesQueue
();
47
friend class base::RefCountedThreadSafe<
PrintQueriesQueue
>;
50
virtual ~
PrintQueriesQueue
();
59
DISALLOW_COPY_AND_ASSIGN(
PrintQueriesQueue
);
77
scoped_refptr<
PrintQueriesQueue
> queue();
95
scoped_refptr<
PrintQueriesQueue
> queue_;
Completed in 439 milliseconds