Home
last modified time | relevance | path

Searched refs:ChromePrintContext (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.h60 class ChromePrintContext; variable
516 OwnPtr<ChromePrintContext> m_printContext;
DWebFrameImpl.cpp290 class ChromePrintContext : public PrintContext { class
291 WTF_MAKE_NONCOPYABLE(ChromePrintContext);
293 ChromePrintContext(Frame* frame) in ChromePrintContext() function in blink::ChromePrintContext
299 virtual ~ChromePrintContext() { } in ~ChromePrintContext()
409 class ChromePluginPrintContext : public ChromePrintContext {
412 : ChromePrintContext(frame), m_plugin(plugin), m_pageCount(0), m_printParams(printParams) in ChromePluginPrintContext()
1394 m_printContext = adoptPtr(new ChromePrintContext(frame())); in printBegin()