HomeSort by relevance Sort by last modified time
    Searched refs:ownerDocument (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaDevicesRequest.cpp 58 WebDocument WebMediaDevicesRequest::ownerDocument() const
61 return WebDocument(m_private->ownerDocument());
WebUserMediaRequest.cpp 90 WebDocument WebUserMediaRequest::ownerDocument() const
93 return WebDocument(m_private->ownerDocument());
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaDevicesRequest.h 48 Document* ownerDocument();
MediaDevicesRequest.cpp 54 Document* MediaDevicesRequest::ownerDocument()
UserMediaRequest.h 57 Document* ownerDocument();
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
multi_profile_share_dialog.js 17 this.mailLabel_ = parentNode.ownerDocument.createElement('label');
20 var canEdit = parentNode.ownerDocument.createElement('option');
24 var canComment = parentNode.ownerDocument.createElement('option');
28 var canView = parentNode.ownerDocument.createElement('option');
32 this.shareTypeSelect_ = parentNode.ownerDocument.createElement('select');
38 var shareLine = parentNode.ownerDocument.createElement('div');
conflict_dialog.js 32 this.applyAllCheckbox_ = parentNode.ownerDocument.createElement('input');
37 var applyAllLabel = parentNode.ownerDocument.createElement('label');
46 this.keepBothButton_ = parentNode.ownerDocument.createElement('button');
57 this.replaceButton_ = parentNode.ownerDocument.createElement('button');
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 72 XSLStyleSheet::XSLStyleSheet(Document* ownerDocument, Node* styleSheetRootNode, const String& originalURL, const KURL& finalURL, bool embedded)
83 , m_ownerDocument(ownerDocument)
120 if (m_embedded && ownerDocument() && ownerDocument()->transformSource())
121 return (xmlDocPtr)ownerDocument()->transformSource()->platformSource();
137 if (Document* document = ownerDocument())
150 if (LocalFrame* frame = ownerDocument()->frame())
271 Document* XSLStyleSheet::ownerDocument()
XSLTProcessorLibxslt.cpp 110 LocalFrame* frame = globalProcessor->xslStylesheet()->ownerDocument()->frame();
245 RefPtrWillBeRawPtr<Document> ownerDocument(sourceNode->document());
246 bool sourceIsDocument = (sourceNode == ownerDocument.get());
249 if (sourceIsDocument && ownerDocument->transformSource())
250 sourceDoc = (xmlDocPtr)ownerDocument->transformSource()->platformSource();
252 sourceDoc = (xmlDocPtr)xmlDocPtrForString(ownerDocument->fetcher(), createMarkup(sourceNode),
253 sourceIsDocument ? ownerDocument->url().string() : String());
280 RefPtrWillBeRawPtr<Document> ownerDocument(sourceNode->document());
282 setXSLTLoadCallBack(docLoaderFunc, this, ownerDocument->fetcher());
XSLTProcessor.cpp 65 RefPtrWillBeRawPtr<Document> ownerDocument(sourceNode->document());
66 bool sourceIsDocument = (sourceNode == ownerDocument.get());
70 DocumentInit init(sourceIsDocument ? ownerDocument->url() : KURL(), frame);
XSLStyleSheet.h 78 Document* ownerDocument();
106 XSLStyleSheet(Document* ownerDocument, Node* styleSheetRootNode, const String& originalURL, const KURL& finalURL, bool embedded);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentWriter.h 54 void replaceDocumentWhileExecutingJavaScriptURL(const String&, Document* ownerDocument);
DocumentLoader.cpp 794 PassRefPtrWillBeRawPtr<DocumentWriter> DocumentLoader::createWriterFor(const Document* ownerDocument, const DocumentInit& init, const AtomicString& mimeType, const AtomicString& encoding, bool dispatch)
805 if (ownerDocument) {
806 document->setCookieURL(ownerDocument->cookieURL());
807 document->setSecurityOrigin(ownerDocument->securityOrigin());
808 if (ownerDocument->isTransitionDocument())
831 void DocumentLoader::replaceDocumentWhileExecutingJavaScriptURL(const DocumentInit& init, const String& source, Document* ownerDocument)
833 m_writer = createWriterFor(ownerDocument, init, mimeType(), m_writer ? m_writer->encoding() : emptyAtom, true);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 73 if (size.isEmpty() && node()->ownerDocument() && node()->ownerDocument()->isMediaDocument())
111 if (video->ownerDocument() && video->ownerDocument()->isMediaDocument())
  /external/chromium_org/third_party/WebKit/public/web/
WebMediaDevicesRequest.h 59 BLINK_EXPORT WebDocument ownerDocument() const;
WebUserMediaRequest.h 71 BLINK_EXPORT WebDocument ownerDocument() const;
  /external/chromium_org/tools/perf/utils/results_viewer/src/
results_viewer.js 19 var viewer = new Viewer({ownerDocument:window.document});
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DOMExtension.js 120 var result = this.ownerDocument.createRange();
168 shift = relativeTo.boxInWindow(this.ownerDocument.defaultView);
311 for (var node = this; node && node !== this.ownerDocument; node = node.parentNode) {
336 for (var node = this; node && node !== stayWithin && node !== this.ownerDocument; node = node.parentNode) {
349 return this.ownerDocument.evaluate(query, this, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;
390 var element = this.ownerDocument.createElementWithClass(elementName, className);
403 var element = this.ownerDocument.createTextNode(text);
500 return this.relativeTo(element.boxInWindow(element.ownerDocument.defaultView));
520 var curWindow = this.ownerDocument.defaultView;
540 targetWindow = targetWindow || this.ownerDocument.defaultView
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.cpp 52 static Document* ownerDocument(LocalFrame* frame)
69 , m_owner(ownerDocument(frame))
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
gesture_common.js 18 var frame = el.ownerDocument.defaultView.frameElement;
26 frame = frame.ownerDocument.frameElement;
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.cpp 525 return (*m_loadingClients.begin())->ownerDocument();
526 return (*m_completedClients.begin())->ownerDocument();
539 if (!sheet->ownerDocument())
543 if (sheet->ownerDocument() != document)
554 if (!sheet->ownerDocument() || !m_loadingClients.isEmpty() || !m_completedClients.isEmpty())
558 removeSheetFromCache(sheet->ownerDocument());
564 ASSERT(m_loadingClients.contains(sheet) || !sheet->ownerDocument());
569 if (!sheet->ownerDocument())
619 if (Document* document = (*it)->ownerDocument())
CSSStyleSheet.cpp 171 if (Document* document = ownerDocument())
201 Document* owner = ownerDocument();
236 reportMediaQueryWarningIfNeeded(ownerDocument(), m_mediaQueries.get());
280 Document* document = ownerDocument();
417 Document* CSSStyleSheet::ownerDocument() const
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js 44 this.ownerDocument = doc;
79 var node = new WebInspector.DOMNode(this._domModel, this.ownerDocument, true, root);
86 this._templateContent = new WebInspector.DOMNode(this._domModel, this.ownerDocument, true, payload.templateContent);
91 this._importedDocument = new WebInspector.DOMNode(this._domModel, this.ownerDocument, true, payload.importedDocument);
108 if (this.ownerDocument && !this.ownerDocument.documentElement && this._nodeName === "HTML")
109 this.ownerDocument.documentElement = this;
110 if (this.ownerDocument && !this.ownerDocument.body && this._nodeName === "BODY")
111 this.ownerDocument.body = this
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
xpath_util.js 54 var xpathIterator = rootNode.ownerDocument.evaluate(
80 var xpathIterator = rootNode.ownerDocument.evaluate(
120 var xpathResult = rootNode.ownerDocument.evaluate(
142 var xpathResult = rootNode.ownerDocument.evaluate(
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.h 129 inline Document* ownerDocument() const;
153 virtual Document* ownerDocument() const = 0;
197 virtual Document* ownerDocument() const OVERRIDE;
271 virtual Document* ownerDocument() const OVERRIDE;

Completed in 2555 milliseconds

1 2 3 4 5 6 7