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

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 519 static void computedPagesCallback(const Vector<WebCore::IntRect>& rects, double scaleFactor, WKErrorRef error, void* untypedContext)
539 toImpl(page)->computePagesForPrinting(toImpl(frame), printInfoFromWKPrintInfo(printInfo), ComputedPagesCallback::create(new ComputedPagesContext(callback, context), computedPagesCallback));
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 30 milliseconds