Searched defs:ownerDocument (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrackCue.h117 Document& ownerDocument() { return toDocument(m_scriptExecutionContext); } function in class:WebCore::TextTrackCue
H A DVTTRegion.h101 Document* ownerDocument() { return toDocument(m_scriptExecutionContext); } function in class:WebCore::VTTRegion
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentWriter.cpp74 void DocumentWriter::replaceDocument(const String& source, Document* ownerDocument) argument
120 void DocumentWriter::begin(const URL& urlReference, bool dispatch, Document* ownerDocument) argument
/macosx-10.10/WebCore-7600.1.25/dom/
H A DRange.h65 Document& ownerDocument() const { return const_cast<Document&>(m_ownerDocument.get()); } function in class:WebCore::Range
H A DRange.cpp63 inline Range::Range(Document& ownerDocument) argument
75 PassRefPtr<Range> Range::create(Document& ownerDocument) argument
80 inline Range::Range(Document& ownerDocument, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset) argument
97 create(Document& ownerDocument, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset) argument
102 create(Document& ownerDocument, const Position& start, const Position& end) argument
113 create(Document& ownerDocument, const VisiblePosition& visibleStart, const VisiblePosition& visibleEnd) argument
[all...]
H A DNode.cpp1045 Document* Node::ownerDocument() const function in class:WebCore::Node
H A DDocument.cpp2211 void Document::open(Document* ownerDocument) argument
2519 void Document::write(const SegmentedString& text, Document* ownerDocument) argument
2550 void Document::write(const String& text, Document* ownerDocument) argument
2552 write(SegmentedString(text), ownerDocument); local
2555 void Document::writeln(const String& text, Document* ownerDocument) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGElementInstance.cpp166 Document* SVGElementInstance::ownerDocument() const function in class:WebCore::SVGElementInstance
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSStyleSheet.cpp395 Document* CSSStyleSheet::ownerDocument() const function in class:WebCore::CSSStyleSheet
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLStyleSheetLibxslt.cpp262 Document* XSLStyleSheet::ownerDocument() function in class:WebCore::XSLStyleSheet
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMCoreClasses.h385 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMDocument
701 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMElement
H A DDOMHTMLClasses.h240 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMHTMLDocument
514 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMHTMLElement
773 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMHTMLFormElement
1078 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMHTMLSelectElement
1402 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMHTMLOptionElement
1700 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMHTMLInputElement
2110 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMHTMLTextAreaElement
2435 virtual HRESULT STDMETHODCALLTYPE ownerDocument( function in class:DOMHTMLIFrameElement
[all...]
H A DDOMCoreClasses.cpp208 HRESULT STDMETHODCALLTYPE DOMNode::ownerDocument( function in class:DOMNode
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLConstructionSite.cpp639 Document& ownerDocument = ownerDocumentForCurrentNode(); local
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h285 @property (readonly, strong) DOMDocument *ownerDocument; variable
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorCSSAgent.cpp1003 Inspector::TypeBuilder::CSS::StyleSheetOrigin::Enum InspectorCSSAgent::detectOrigin(CSSStyleSheet* pageStyleSheet, Document* ownerDocument) argument
H A DInspectorStyleSheet.cpp361 Document* ownerDocument = m_parentStyleSheet->pageStyleSheet() ? m_parentStyleSheet->pageStyleSheet()->ownerDocument() : nullptr; local
1203 Document* InspectorStyleSheet::ownerDocument() const function in class:WebCore::InspectorStyleSheet
1483 Document* InspectorStyleSheetForInlineStyle::ownerDocument() const function in class:WebCore::InspectorStyleSheetForInlineStyle
[all...]
/macosx-10.10/ruby-106/ruby/ext/win32ole/sample/
H A Dxml.rb110 def ownerDocument() method in class:IXMLDOMNode
554 def ownerDocument() method in class:IXMLDOMDocument
1130 def ownerDocument() method in class:IXMLDOMDocumentType
1458 def ownerDocument() method in class:IXMLDOMElement
1842 def ownerDocument() method in class:IXMLDOMAttribute
2170 def ownerDocument() method in class:IXMLDOMDocumentFragment
2474 def ownerDocument() method in class:IXMLDOMText
2861 def ownerDocument() method in class:IXMLDOMCharacterData
3239 def ownerDocument() method in class:IXMLDOMComment
3617 def ownerDocument() method in class:IXMLDOMCDATASection
4004 def ownerDocument() method in class:IXMLDOMProcessingInstruction
4332 def ownerDocument() method in class:IXMLDOMEntityReference
4698 def ownerDocument() method in class:IXMLDOMNotation
5018 def ownerDocument() method in class:IXMLDOMEntity
5346 def ownerDocument() method in class:IXTLRuntime
5746 def ownerDocument() method in class:Microsoft_XMLDOM_1_0
6353 def ownerDocument() method in class:Microsoft_FreeThreadedXMLDOM_1_0
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.h582 domDocument *ownerDocument; member in struct:domNode
621 domDocument *ownerDocument; member in struct:domTextNode
643 domDocument *ownerDocument; member in struct:domProcessingInstructionNode
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src-libxml2/
H A Dtcldom-libxml2.c69 TclDOMDocument *ownerDocument; /* Toplevel Document for this event */ member in struct:TclDOMEvent

Completed in 412 milliseconds