Home
last modified time | relevance | path

Searched refs:PDFSubview (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebPDFView.mm183 [PDFSubview setDocument:doc];
190 return [PDFSubview document];
199 [PDFSubview setDelegate:nil];
200 [PDFSubview release];
211 [PDFSubview scrollSelectionToVisible:nil];
217 [PDFSubview keyDown:[self _fakeKeyEventWithFunctionKey:NSPageDownFunctionKey]];
223 [PDFSubview keyDown:[self _fakeKeyEventWithFunctionKey:NSPageUpFunctionKey]];
229 [PDFSubview keyDown:[self _fakeKeyEventWithFunctionKey:NSDownArrowFunctionKey]];
235 [PDFSubview keyDown:[self _fakeKeyEventWithFunctionKey:NSUpArrowFunctionKey]];
241 [PDFSubview keyDown:[self _fakeKeyEventWithFunctionKey:NSHomeFunctionKey]];
[all …]
DWebPDFView.h38 PDFView *PDFSubview; variable
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-091154 …Use [PDFSubview documentView] rather than PDFSubview here, since that's the view that we now hand …
2209 translate result into coordinate system of [PDFSubview documentView]
2211 new method, returns [PDFSubview documentView]
9602 (-[WebPDFView PDFSubview]): new
DChangeLog-2007-10-1411464 …Retain the PDFSubview in the code path where we just obtain it by asking the PDFPreviewView for it…
23369 eliminated firstLayoutDone ivar and -PDFSubview public method; added -setPDFDocument:
23383 (-[WebPDFView PDFSubview]):