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/
WebLocalFrameImpl.h 60 class ChromePrintContext;
351 OwnPtr<ChromePrintContext> m_printContext;
WebLocalFrameImpl.cpp 291 class ChromePrintContext : public PrintContext {
292 WTF_MAKE_NONCOPYABLE(ChromePrintContext);
294 ChromePrintContext(LocalFrame* frame)
300 virtual ~ChromePrintContext() { }
406 class ChromePluginPrintContext : public ChromePrintContext {
409 : ChromePrintContext(frame), m_plugin(plugin), m_pageCount(0), m_printParams(printParams)
    [all...]

Completed in 56 milliseconds