Home | History | Annotate | Download | only in mac

Lines Matching full:nsprintoperation

1914 - (NSPrintOperation *)printOperationWithPrintInfo:(NSPrintInfo *)printInfo forFrame:(WKFrameRef)frameRef
1916 LOG(View, "Creating an NSPrintOperation for frame '%s'", toImpl(frameRef)->url().utf8().data());
1925 // NSPrintOperation takes ownership of the view.
1926 NSPrintOperation *printOperation = [NSPrintOperation printOperationWithView:printingView.get()];