OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintSystemTaskProxy
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/webui/
print_preview_handler.h
15
class
PrintSystemTaskProxy
;
40
friend class
PrintSystemTaskProxy
;
print_preview_handler.cc
86
class
PrintSystemTaskProxy
87
: public base::RefCountedThreadSafe<
PrintSystemTaskProxy
,
90
PrintSystemTaskProxy
(const base::WeakPtr<PrintPreviewHandler>& handler,
113
&
PrintSystemTaskProxy
::SendPrinterList,
166
&
PrintSystemTaskProxy
::SendPrinterCapabilities,
178
friend class DeleteTask<
PrintSystemTaskProxy
>;
180
~
PrintSystemTaskProxy
() {}
186
DISALLOW_COPY_AND_ASSIGN(
PrintSystemTaskProxy
);
236
scoped_refptr<
PrintSystemTaskProxy
> task =
237
new
PrintSystemTaskProxy
(AsWeakPtr(), print_backend_.get())
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h
23
class
PrintSystemTaskProxy
;
Completed in 2362 milliseconds