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

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 539 toImpl(page)->computePagesForPrinting(toImpl(frame), printInfoFromWKPrintInfo(printInfo), ComputedPagesCallback::create(new ComputedPagesContext(callback, context), computedPagesCallback));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 375 void computePagesForPrinting(uint64_t frameID, const PrintInfo&, uint64_t callbackID);
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 320 _webFrame->page()->computePagesForPrinting(_webFrame.get(), PrintInfo([_printOperation printInfo]), callback.release());
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 467 void computePagesForPrinting(WebFrameProxy*, const PrintInfo&, PassRefPtr<ComputedPagesCallback>);
    [all...]
WebPageProxy.cpp     [all...]

Completed in 73 milliseconds