OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrintingInformation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/task_manager/
printing_information.h
18
class
PrintingInformation
: public NotificationObservingWebContentsInformation {
20
PrintingInformation
();
21
virtual ~
PrintingInformation
();
30
DISALLOW_COPY_AND_ASSIGN(
PrintingInformation
);
printing_information.cc
71
//
PrintingInformation
class
74
PrintingInformation
::
PrintingInformation
() {}
76
PrintingInformation
::~
PrintingInformation
() {}
78
bool
PrintingInformation
::CheckOwnership(WebContents* web_contents) {
93
void
PrintingInformation
::GetAll(const NewWebContentsCallback& callback) {
109
scoped_ptr<RendererResource>
PrintingInformation
::MakeResource(
Completed in 61 milliseconds