/external/webkit/Source/WebCore/html/ |
HTMLLegendElement.cpp | 35 inline HTMLLegendElement::HTMLLegendElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form) 36 : HTMLFormControlElement(tagName, document, form) 41 PassRefPtr<HTMLLegendElement> HTMLLegendElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form) 43 return adoptRef(new HTMLLegendElement(tagName, document, form));
|
HTMLParagraphElement.cpp | 29 #include "Document.h" 36 inline HTMLParagraphElement::HTMLParagraphElement(const QualifiedName& tagName, Document* document) 37 : HTMLElement(tagName, document) 42 PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(const QualifiedName& tagName, Document* document) 44 return adoptRef(new HTMLParagraphElement(tagName, document));
|
HTMLTableColElement.cpp | 39 inline HTMLTableColElement::HTMLTableColElement(const QualifiedName& tagName, Document* document) 40 : HTMLTablePartElement(tagName, document) 45 PassRefPtr<HTMLTableColElement> HTMLTableColElement::create(const QualifiedName& tagName, Document* document) 47 return adoptRef(new HTMLTableColElement(tagName, document));
|
LabelsNodeList.cpp | 36 : DynamicNodeList(forNode->document()) , m_forNode(forNode)
|
HTMLAnchorElement.cpp | 47 HTMLAnchorElement::HTMLAnchorElement(const QualifiedName& tagName, Document* document) 48 : HTMLElement(tagName, document) 54 PassRefPtr<HTMLAnchorElement> HTMLAnchorElement::create(Document* document) 56 return adoptRef(new HTMLAnchorElement(aTag, document)); 59 PassRefPtr<HTMLAnchorElement> HTMLAnchorElement::create(const QualifiedName& tagName, Document* document) 61 return adoptRef(new HTMLAnchorElement(tagName, document)); 102 if (!document()->frame() [all...] |
HTMLLabelElement.cpp | 28 #include "Document.h" 51 inline HTMLLabelElement::HTMLLabelElement(const QualifiedName& tagName, Document* document) 52 : HTMLElement(tagName, document) 57 PassRefPtr<HTMLLabelElement> HTMLLabelElement::create(const QualifiedName& tagName, Document* document) 59 return adoptRef(new HTMLLabelElement(tagName, document)); 84 return nodeAsLabelableFormControl(document()->getElementById(controlId)); 162 if (document()) 163 document()->notifyLocalNodeListsLabelChanged() [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditFormatters.js | 63 return document.createTextNode(text); 68 var div = document.createElement("div"); 76 var parent = document.createElement("span"); 84 var a = document.createElement("a");
|
ShowMoreDataGridNode.js | 40 this.showNext = document.createElement("button"); 46 this.showAll = document.createElement("button"); 59 var cell = document.createElement("td"); 72 cell = document.createElement("td");
|
/external/webkit/Source/WebCore/svg/ |
SVGFEFloodElement.cpp | 33 inline SVGFEFloodElement::SVGFEFloodElement(const QualifiedName& tagName, Document* document) 34 : SVGFilterPrimitiveStandardAttributes(tagName, document) 38 PassRefPtr<SVGFEFloodElement> SVGFEFloodElement::create(const QualifiedName& tagName, Document* document) 40 return adoptRef(new SVGFEFloodElement(tagName, document));
|
SVGFEMergeElement.cpp | 33 inline SVGFEMergeElement::SVGFEMergeElement(const QualifiedName& tagName, Document* document) 34 : SVGFilterPrimitiveStandardAttributes(tagName, document) 38 PassRefPtr<SVGFEMergeElement> SVGFEMergeElement::create(const QualifiedName& tagName, Document* document) 40 return adoptRef(new SVGFEMergeElement(tagName, document));
|
SVGFEMergeNodeElement.cpp | 37 inline SVGFEMergeNodeElement::SVGFEMergeNodeElement(const QualifiedName& tagName, Document* document) 38 : SVGElement(tagName, document) 42 PassRefPtr<SVGFEMergeNodeElement> SVGFEMergeNodeElement::create(const QualifiedName& tagName, Document* document) 44 return adoptRef(new SVGFEMergeNodeElement(tagName, document));
|
SVGFETileElement.cpp | 37 inline SVGFETileElement::SVGFETileElement(const QualifiedName& tagName, Document* document) 38 : SVGFilterPrimitiveStandardAttributes(tagName, document) 42 PassRefPtr<SVGFETileElement> SVGFETileElement::create(const QualifiedName& tagName, Document* document) 44 return adoptRef(new SVGFETileElement(tagName, document));
|
SVGFontFaceSrcElement.cpp | 36 inline SVGFontFaceSrcElement::SVGFontFaceSrcElement(const QualifiedName& tagName, Document* document) 37 : SVGElement(tagName, document) 41 PassRefPtr<SVGFontFaceSrcElement> SVGFontFaceSrcElement::create(const QualifiedName& tagName, Document* document) 43 return adoptRef(new SVGFontFaceSrcElement(tagName, document));
|
SVGGElement.cpp | 36 SVGGElement::SVGGElement(const QualifiedName& tagName, Document* document) 37 : SVGStyledTransformableElement(tagName, document) 41 PassRefPtr<SVGGElement> SVGGElement::create(const QualifiedName& tagName, Document* document) 43 return adoptRef(new SVGGElement(tagName, document));
|
SVGHKernElement.cpp | 38 inline SVGHKernElement::SVGHKernElement(const QualifiedName& tagName, Document* document) 39 : SVGElement(tagName, document) 43 PassRefPtr<SVGHKernElement> SVGHKernElement::create(const QualifiedName& tagName, Document* document) 45 return adoptRef(new SVGHKernElement(tagName, document));
|
SVGSwitchElement.cpp | 34 inline SVGSwitchElement::SVGSwitchElement(const QualifiedName& tagName, Document* document) 35 : SVGStyledTransformableElement(tagName, document) 39 PassRefPtr<SVGSwitchElement> SVGSwitchElement::create(const QualifiedName& tagName, Document* document) 41 return adoptRef(new SVGSwitchElement(tagName, document));
|
SVGTSpanElement.cpp | 32 inline SVGTSpanElement::SVGTSpanElement(const QualifiedName& tagName, Document* document) 33 : SVGTextPositioningElement(tagName, document) 37 PassRefPtr<SVGTSpanElement> SVGTSpanElement::create(const QualifiedName& tagName, Document* document) 39 return adoptRef(new SVGTSpanElement(tagName, document));
|
SVGVKernElement.cpp | 36 inline SVGVKernElement::SVGVKernElement(const QualifiedName& tagName, Document* document) 37 : SVGElement(tagName, document) 41 PassRefPtr<SVGVKernElement> SVGVKernElement::create(const QualifiedName& tagName, Document* document) 43 return adoptRef(new SVGVKernElement(tagName, document));
|
/external/webkit/Source/WebCore/wml/ |
WMLCardElement.cpp | 47 WMLCardElement::WMLCardElement(const QualifiedName& tagName, Document* doc) 58 PassRefPtr<WMLCardElement> WMLCardElement::create(const QualifiedName& tagName, Document* document) 60 return adoptRef(new WMLCardElement(tagName, document)); 109 reportWMLError(document(), WMLErrorMultipleTemplateElements); 120 reportWMLError(document(), WMLErrorMultipleTimerElements); 129 WMLPageState* pageState = wmlPageStateForDocument(document()); 133 Frame* frame = document()->frame(); 151 reportWMLError(document(), WMLErrorDeckNotAccessible); 240 RefPtr<WMLIntrinsicEvent> event = WMLIntrinsicEvent::create(document(), attr->value()) 249 Document* document = this->document(); local [all...] |
/external/webkit/Source/WebCore/xml/ |
XMLSerializer.cpp | 23 #include "Document.h" 34 if (!node->document()) { 36 // and not the Document, it is possible for it to not have a Document associated
|
/external/webkit/Source/WebKit/chromium/src/ |
StorageInfoChromium.cpp | 37 #include "Document.h" 70 Document* document = static_cast<Document*>(context); local 71 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); 88 Document* document = static_cast<Document*>(context); local 89 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
|
/external/webkit/Source/WebKit/wx/ |
WebEdit.cpp | 7 #include "Document.h" 22 WebCoreEditCommand(WebCore::Document* document) 23 : CompositeEditCommand(document) 58 if (frame && frame->document()) 59 m_impl = new WebCoreEditCommandPrivate(new WebCore::WebCoreEditCommand(frame->document()));
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundleHitTestResult.cpp | 32 #include <WebCore/Document.h> 58 Document* document = node->document(); 59 if (!document) 62 Frame* frame = document->frame();
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
AttrImpl.java | 48 AttrImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { 49 super(document); 53 AttrImpl(DocumentImpl document, String name) { 54 super(document);
|
/external/webkit/Source/WebCore/css/ |
CSSCursorImageValue.cpp | 26 #include "Document.h" 46 static inline SVGCursorElement* resourceReferencedByCursorElement(const String& fragmentId, Document* document) 48 Element* element = document->getElementById(SVGURIReference::getTarget(fragmentId)); 75 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(url, referencedElement->document())) 93 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(url, element->document())) { 101 if (cachedImageURL() != element->document()->completeURL(cursorElement->href())) 120 if (isSVGCursorIdentifier(url) && loader && loader->document()) { 121 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(url, loader->document()))
|