Searched refs:PDFSubview (Results 1 – 4 of 4) sorted by relevance
183 [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 …]
38 PDFView *PDFSubview; variable
1154 …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
11464 …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]):