Searched refs:Document (Results 326 - 350 of 950) sorted by relevance

<<11121314151617181920>>

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOM2Helper.java31 import org.w3c.dom.Document;
82 /** Field m_doc: Document Node for the document this helper is currently
87 private Document m_doc;
92 * @param doc The DOM Document node for this document.
95 public void setDocument(Document doc)
103 * @return The DOM Document node for this document.
106 public Document getDocument()
200 * @param doc The document to search within, as a DOM Document node.
206 public Element getElementByID(String id, Document doc)
213 * in the document than node1, in Document Orde
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSDocumentCustom.cpp55 Document* document = impl();
65 Frame* frame = static_cast<Document*>(impl())->frame();
80 Frame* frame = static_cast<Document*>(impl())->frame();
97 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, Document* document)
113 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Document, document);
H A DJSDesktopNotificationsCustom.cpp35 #include "Document.h"
65 PassRefPtr<JSCustomVoidCallback> callback = JSCustomVoidCallback::create(exec->argument(0).getObject(), toJSDOMGlobalObject(static_cast<Document*>(context), exec));
H A DJSHTMLFrameElementCustom.cpp32 #include "Document.h"
47 Document* contentDocument = imp->contentDocument();
/external/webkit/Source/WebCore/loader/
H A DDocumentThreadableLoader.h45 class Document;
53 static void loadResourceSynchronously(Document*, const ResourceRequest&, ThreadableLoaderClient&, const ThreadableLoaderOptions&);
54 static PassRefPtr<DocumentThreadableLoader> create(Document*, ThreadableLoaderClient*, const ResourceRequest&, const ThreadableLoaderOptions&, const String& optionalOutgoingReferrer = String());
73 DocumentThreadableLoader(Document*, ThreadableLoaderClient*, BlockingBehavior, const ResourceRequest&, const ThreadableLoaderOptions&, const String& optionalOutgoingReferrer);
99 Document* m_document;
/external/webkit/Source/WebCore/page/
H A DDragController.h37 class Document;
74 Document* documentUnderMouse() const { return m_documentUnderMouse.get(); }
105 void mouseMovedIntoDocument(Document*);
116 RefPtr<Document> m_documentUnderMouse; // The document the mouse was last dragged over.
117 RefPtr<Document> m_dragInitiator; // The Document (if any) that initiated the drag.
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.cpp68 PassRefPtr<Document> XSLTProcessor::createDocumentFromSource(const String& sourceString,
71 RefPtr<Document> ownerDocument = sourceNode->document();
75 RefPtr<Document> result;
77 result = Document::create(frame, sourceIsDocument ? ownerDocument->url() : KURL());
100 static inline RefPtr<DocumentFragment> createFragmentFromSource(const String& sourceString, const String& sourceMIMEType, Document* outputDoc)
126 PassRefPtr<Document> XSLTProcessor::transformToDocument(Node* sourceNode)
136 PassRefPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputDoc)
H A DXSLTProcessorQt.cpp47 XSLTMessageHandler(Document* document = 0);
52 Document* m_document;
55 XSLTMessageHandler::XSLTMessageHandler(Document* document)
92 XSLTUriResolver(Document* document);
96 Document* m_document;
99 XSLTUriResolver::XSLTUriResolver(Document* document)
125 // According to Mozilla documentation, the node must be a Document node, an xsl:stylesheet or xsl:transform element.
133 RefPtr<Document> ownerDocument = sourceNode->document();
/external/llvm/include/llvm/Support/
H A DYAMLParser.h59 class Document;
96 OwningPtr<Document> CurrentDoc;
98 friend class Document;
116 Node(unsigned int Type, OwningPtr<Document>&, StringRef Anchor);
125 // These functions forward to Document and Scanner.
149 OwningPtr<Document> &Doc;
167 NullNode(OwningPtr<Document> &D) : Node(NK_Null, D, StringRef()) {}
182 ScalarNode(OwningPtr<Document> &D, StringRef Anchor, StringRef Val)
224 KeyValueNode(OwningPtr<Document> &D)
342 MappingNode(OwningPtr<Document>
464 class Document { class in namespace:llvm::yaml
[all...]
/external/webkit/Source/WebCore/editing/
H A DModifySelectionListLevel.cpp29 #include "Document.h"
38 ModifySelectionListLevelCommand::ModifySelectionListLevelCommand(Document* document)
137 IncreaseSelectionListLevelCommand::IncreaseSelectionListLevelCommand(Document* document, Type listType)
205 bool IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(Document* document)
212 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevel(Document* document, Type type)
221 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevel(Document* document)
226 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevelOrdered(Document* document)
231 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevelUnordered(Document* document)
236 DecreaseSelectionListLevelCommand::DecreaseSelectionListLevelCommand(Document* document)
281 bool DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(Document* documen
[all...]
H A DCreateLinkCommand.cpp35 CreateLinkCommand::CreateLinkCommand(Document* document, const String& url)
H A DRemoveCSSPropertyCommand.cpp34 RemoveCSSPropertyCommand::RemoveCSSPropertyCommand(Document* document, PassRefPtr<StyledElement> element, CSSPropertyID property)
/external/webkit/Source/WebCore/html/
H A DHTMLLIElement.cpp36 HTMLLIElement::HTMLLIElement(const QualifiedName& tagName, Document* document)
43 PassRefPtr<HTMLLIElement> HTMLLIElement::create(Document* document)
48 PassRefPtr<HTMLLIElement> HTMLLIElement::create(const QualifiedName& tagName, Document* document)
H A DHTMLTableElement.h39 static PassRefPtr<HTMLTableElement> create(Document*);
40 static PassRefPtr<HTMLTableElement> create(const QualifiedName&, Document*);
72 HTMLTableElement(const QualifiedName&, Document*);
H A DHTMLKeygenElement.cpp29 #include "Document.h"
47 static PassRefPtr<KeygenSelectElement> create(Document* document)
59 KeygenSelectElement(Document* document)
65 inline HTMLKeygenElement::HTMLKeygenElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
85 PassRefPtr<HTMLKeygenElement> HTMLKeygenElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
H A DHTMLMapElement.cpp26 #include "Document.h"
41 HTMLMapElement::HTMLMapElement(const QualifiedName& tagName, Document* document)
47 PassRefPtr<HTMLMapElement> HTMLMapElement::create(Document* document)
52 PassRefPtr<HTMLMapElement> HTMLMapElement::create(const QualifiedName& tagName, Document* document)
108 Document* document = this->document();
H A DIsIndexInputType.cpp34 #include "Document.h"
62 Document* document = element()->document();
/external/webkit/Source/WebCore/wml/
H A DWMLTemplateElement.cpp37 WMLTemplateElement::WMLTemplateElement(const QualifiedName& tagName, Document* doc)
46 PassRefPtr<WMLTemplateElement> WMLTemplateElement::create(const QualifiedName& tagName, Document* document)
76 void WMLTemplateElement::registerTemplatesInDocument(Document* doc)
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLFrameSetElementCustom.cpp34 #include "Document.h"
54 Document* doc = static_cast<HTMLFrameElement*>(frameNode)->contentDocument();
/external/webkit/Source/WebCore/css/
H A DStyleSheetList.cpp25 #include "Document.h"
34 StyleSheetList::StyleSheetList(Document* doc)
/external/webkit/Source/WebCore/dom/
H A DDocumentParser.cpp33 DocumentParser::DocumentParser(Document* document)
43 // Document is expected to call detach() before releasing its ref.
45 // as there is no Document to release the ref.
H A DNotation.h37 Notation(Document*, const String& name, const String& publicId, const String& systemId);
H A DWindowEventContext.cpp31 #include "Document.h"
49 m_window = static_cast<Document*>(topLevelContainer)->domWindow();
/external/webkit/Source/WebCore/html/shadow/
H A DDetailsMarkerControl.cpp42 DetailsMarkerControl::DetailsMarkerControl(Document* document)
/external/webkit/Source/WebCore/notifications/
H A DNotificationPresenter.h41 class Document;

Completed in 340 milliseconds

<<11121314151617181920>>