Home
last modified time | relevance | path

Searched refs:ComputedPagesContext (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp509 struct ComputedPagesContext { struct
510 ComputedPagesContext(WKPageComputePagesForPrintingFunction callback, void* context) in ComputedPagesContext() argument
521 …OwnPtr<ComputedPagesContext> context = adoptPtr(static_cast<ComputedPagesContext*>(untypedContext)… in computedPagesCallback() argument
539 …InfoFromWKPrintInfo(printInfo), ComputedPagesCallback::create(new ComputedPagesContext(callback, c… in WKPageComputePagesForPrinting()
/external/webkit/Source/WebKit2/
DChangeLog10081 (ComputedPagesContext::ComputedPagesContext):