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

  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 60 class ChromePrintContext;
491 OwnPtr<ChromePrintContext> m_printContext;
WebFrameImpl.cpp 298 class ChromePrintContext : public PrintContext {
299 WTF_MAKE_NONCOPYABLE(ChromePrintContext);
301 ChromePrintContext(Frame* frame)
307 virtual ~ChromePrintContext() { }
422 class ChromePluginPrintContext : public ChromePrintContext {
425 : ChromePrintContext(frame), m_plugin(plugin), m_pageCount(0), m_printParams(printParams)
    [all...]

Completed in 37 milliseconds