HomeSort by relevance Sort by last modified time
    Searched refs:ChromePrintContext (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 54 class ChromePrintContext;
400 OwnPtr<ChromePrintContext> m_printContext;
WebFrameImpl.cpp 297 class ChromePrintContext : public PrintContext {
298 WTF_MAKE_NONCOPYABLE(ChromePrintContext);
300 ChromePrintContext(Frame* frame)
369 class ChromePluginPrintContext : public ChromePrintContext {
372 : ChromePrintContext(frame), m_plugin(plugin), m_pageCount(0), m_printerDPI(printerDPI)
    [all...]

Completed in 22 milliseconds