Searched refs:setDocument (Results 1 - 17 of 17) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOM2Helper.java84 * @see #setDocument
95 public void setDocument(Document doc) method in class:DOM2Helper
104 * @see #setDocument
173 setDocument(parser.parse(source));
188 // setDocument(((org.apache.xerces.parsers.DOMParser)parser).getDocument());
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.cpp88 frame->setDocument(result);
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.mm114 - (void)setDocument:(PDFDocument *)pdfDocument;
153 - (void)setDocument:(PDFDocument *)pdfDocument
156 [_pdfView setDocument:pdfDocument];
439 [m_wkPDFView.get() setDocument:pdfDocument.get()];
/external/webkit/Source/WebCore/dom/
H A DRange.h141 void setDocument(Document*);
H A DRange.cpp113 void Range::setDocument(Document* document) function in class:WebCore::Range
1346 setDocument(refNode->document());
1391 setDocument(refNode->document());
H A DNode.h642 void setDocument(Document*);
H A DNode.cpp444 void Node::setDocument(Document* document) function in class:WebCore::Node
494 // by setDocument() below.
501 setDocument(newTreeScope->document());
866 node->setDocument(newDocument);
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.h140 void setDocument(Document*);
H A DInspectorDOMAgent.cpp308 // Reset document to avoid early return from setDocument.
310 setDocument(m_inspectedPage->mainFrame()->document());
340 void InspectorDOMAgent::setDocument(Document* doc) function in class:WebCore::InspectorDOMAgent
679 setDocument(document.get());
H A DInspectorInstrumentation.cpp605 domAgent->setDocument(mainFrame->document());
/external/webkit/Source/WebCore/loader/
H A DDocumentWriter.cpp137 m_frame->setDocument(document);
H A DFrameLoader.cpp590 m_frame->setDocument(0);
2235 m_frame->setDocument(document);
/external/webkit/Source/WebCore/page/
H A DFrame.h158 void setDocument(PassRefPtr<Document>);
H A DFrame.cpp296 void Frame::setDocument(PassRefPtr<Document> newDoc) function in class:WebCore::Frame
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFView.mm180 // Both setDocument: and _applyPDFDefaults will trigger scale and mode-changed notifications.
183 [PDFSubview setDocument:doc];
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 328 milliseconds