Home
last modified time | relevance | path

Searched defs:ownerDocument (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium-trace/trace-viewer/src/tracing/analysis/
Dstub_analysis_table.js17 get ownerDocument() { getter in StubAnalysisTable
/external/chromium_org/tools/perf/utils/results_viewer/src/
Dresults_viewer.js19 var viewer = new Viewer({ownerDocument:window.document}); property
Dmain.js173 new ViewerBarChart({ownerDocument:window.document}); property
/external/chromium_org/third_party/WebKit/Source/web/
DWebUserMediaRequest.cpp99 WebDocument WebUserMediaRequest::ownerDocument() const in ownerDocument() function in blink::WebUserMediaRequest
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXSLTProcessorLibxslt.cpp242 RefPtr<Document> ownerDocument(sourceNode->document()); in xmlDocPtrFromNode() local
277 RefPtr<Document> ownerDocument(sourceNode->document()); in transformToString() local
DXSLTProcessor.cpp64 RefPtr<Document> ownerDocument(sourceNode->document()); in createDocumentFromSource() local
DXSLStyleSheetLibxslt.cpp252 Document* XSLStyleSheet::ownerDocument() in ownerDocument() function in WebCore::XSLStyleSheet
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentInit.cpp51 static Document* ownerDocument(Frame* frame) in ownerDocument() function
DRange.h57 Document& ownerDocument() const { ASSERT(m_ownerDocument); return *m_ownerDocument.get(); } in ownerDocument() function
DTouchController.cpp158 if (Document* ownerDocument = document->ownerDocument()) in documentBeingDestroyed() local
DRange.cpp62 inline Range::Range(Document& ownerDocument) in Range()
75 PassRefPtr<Range> Range::create(Document& ownerDocument) in create()
80 inline Range::Range(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContai… in Range()
98 PassRefPtr<Range> Range::create(Document& ownerDocument, Node* startContainer, int startOffset, Nod… in create()
103 PassRefPtr<Range> Range::create(Document& ownerDocument, const Position& start, const Position& end) in create()
DDocument.cpp499 if (Document* ownerDocument = this->ownerDocument()) in ~Document() local
2132 void Document::open(Document* ownerDocument) in open()
2526 void Document::write(const SegmentedString& text, Document* ownerDocument) in write()
2547 void Document::write(const String& text, Document* ownerDocument) in write()
2552 void Document::writeln(const String& text, Document* ownerDocument) in writeln()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementInstance.cpp231 Document* SVGElementInstance::ownerDocument() const in ownerDocument() function in WebCore::SVGElementInstance
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DUserMediaRequest.cpp116 Document* UserMediaRequest::ownerDocument() in ownerDocument() function in WebCore::UserMediaRequest
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp895 …DocumentWriter> DocumentLoader::createWriterFor(Frame* frame, const Document* ownerDocument, const… in createWriterFor()
948 void DocumentLoader::replaceDocument(const String& source, Document* ownerDocument) in replaceDocument()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleSheet.cpp410 Document* CSSStyleSheet::ownerDocument() const in ownerDocument() function in WebCore::CSSStyleSheet
/external/chromium_org/third_party/jstemplate/
Dutil.js326 function ownerDocument(node) { function
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
Dutil.js330 function ownerDocument(node) { function
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
Dutil.js330 function ownerDocument(node) { function
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
Dutil.js330 function ownerDocument(node) { function
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
Dutil.js330 function ownerDocument(node) { function
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp931 Document* InspectorStyle::ownerDocument() const in ownerDocument() function in WebCore::InspectorStyle
1499 Document* InspectorStyleSheet::ownerDocument() const in ownerDocument() function in WebCore::InspectorStyleSheet
1747 Document* InspectorStyleSheetForInlineStyle::ownerDocument() const in ownerDocument() function in WebCore::InspectorStyleSheetForInlineStyle
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptController.cpp588 RefPtr<Document> ownerDocument(m_frame->document()); in executeScriptIfJavaScriptURL() local
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
Djstemplate_compiled.js57 function ownerDocument(node) { function
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
Djstemplate_compiled.js57 function ownerDocument(node) { function

12