Searched refs:_document (Results 1 – 6 of 6) sorted by relevance
339 this._document = null;355 if (this._document) {357 callback(this._document);376 callback(this._document);418 if (this._document)457 this._document = new WebInspector.DOMDocument(this, payload);458 this._idToDOMNode[payload.id] = this._document;459 if (this._document.children)460 this._bindNodes(this._document.children);462 this._document = null;[all …]
101 this._document = document;207 var errorEvent = this._document.createEvent("Event");
114 - (Document*)_document; method in Private248 [self _document]->setFullScreenRendererBackgroundColor(Color::black);249 [self _document]->webkitDidExitFullScreenForElement(_element.get());276 [self _document]->webkitDidEnterFullScreenForElement(_element.get());277 [self _document]->setFullScreenRendererBackgroundColor(Color::black);413 Document* document = [self _document];429 [self _document]->setFullScreenRendererSize(IntSize(screenFrame.size));430 [self _document]->setFullScreenRendererBackgroundColor(Color::transparent);433 [self _document]->updateLayout();561 [self _document]->webkitWillExitFullScreenForElement(_element.get());[all …]
37 DOMDocument *_document; variable
1563 _document = [commonAncestorContainer ownerDocument];1564 _dataSource = (DocumentLoader *)core(_document)->frame()->loader()->documentLoader();1568 if (_document && _dataSource) {
35560 (-[DOMDocument _document]):