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

  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.h 51 + (NSBundle *)PDFKitBundle;
WebPDFRepresentation.mm 65 PDFDocumentClass = [[WebPDFView PDFKitBundle] classNamed:@"PDFDocument"];
WebPDFView.mm 156 + (NSBundle *)PDFKitBundle
158 static NSBundle *PDFKitBundle = nil;
159 if (PDFKitBundle == nil) {
165 PDFKitBundle = [NSBundle bundleWithPath:PDFKitPath];
166 if (![PDFKitBundle load]) {
170 return PDFKitBundle;
    [all...]

Completed in 35 milliseconds