Searched refs:_document (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewPlaceholder.mm114 @synthesize document = _document;
121 if (_document)
122 return _document;
135 CGPDFDocumentRelease(_document);
136 _document = document;
229 CGSize boundingSize = [self _computePageRects:_document];
263 _document = CGPDFDocumentCreateWithProvider(provider);
290 if (!_document)
294 [self _evaluateJSForDocument:_document];
361 if (!_document || !CGPDFDocumentIsUnlocke
[all...]
H A DWebPDFViewPlaceholder.h44 CGPDFDocumentRef _document; variable
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFullScreenController.mm69 - (Document*)_document;
242 [self _document]->webkitWillEnterFullScreenForElement(_element.get());
243 [self _document]->setAnimatingFullScreen(true);
244 [self _document]->updateLayout();
264 [self _document]->setAnimatingFullScreen(false);
265 [self _document]->webkitDidEnterFullScreenForElement(_element.get());
309 [self _document]->webkitWillExitFullScreenForElement(_element.get());
310 [self _document]->setAnimatingFullScreen(true);
348 [self _document]->setAnimatingFullScreen(false);
349 [self _document]
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DDOMTreeManager.js35 this._document = null;
71 if (this._document) {
73 callback(this._document);
92 callback(this._document);
128 if (this._document)
213 this._document = new WebInspector.DOMNode(this, null, false, payload);
215 this._document = null;
216 this.dispatchEventToListeners(WebInspector.DOMTreeManager.Event.DocumentUpdated, this._document);

Completed in 168 milliseconds