/external/webkit/Source/WebCore/html/ |
D | HTMLTagNames.in | 6 abbr interfaceName=HTMLElement 7 acronym interfaceName=HTMLElement 8 address interfaceName=HTMLElement 11 article interfaceName=HTMLElement 12 aside interfaceName=HTMLElement 14 b interfaceName=HTMLElement 17 bdo interfaceName=HTMLElement 18 bgsound interfaceName=HTMLElement 19 big interfaceName=HTMLElement 26 center interfaceName=HTMLElement [all …]
|
D | HTMLLabelElement.cpp | 52 : HTMLElement(tagName, document) in HTMLLabelElement() 93 HTMLElement::setActive(down, pause); in setActive() 96 if (HTMLElement* element = control()) in setActive() 106 HTMLElement::setHovered(over); in setHovered() 109 if (HTMLElement* element = control()) in setHovered() 118 RefPtr<HTMLElement> element = control(); in defaultEventHandler() 139 HTMLElement::defaultEventHandler(evt); in defaultEventHandler() 145 if (HTMLElement* element = control()) in focus() 151 if (HTMLElement* element = control()) in accessKeyAction() 154 HTMLElement::accessKeyAction(sendToAnyElement); in accessKeyAction() [all …]
|
D | HTMLElement.cpp | 59 PassRefPtr<HTMLElement> HTMLElement::create(const QualifiedName& tagName, Document* document) in create() 61 return adoptRef(new HTMLElement(tagName, document)); in create() 64 String HTMLElement::nodeName() const in nodeName() 74 bool HTMLElement::ieForbidsInsertHTML() const in ieForbidsInsertHTML() 117 bool HTMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() 133 void HTMLElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute() 266 String HTMLElement::innerHTML() const in innerHTML() 271 String HTMLElement::outerHTML() const in outerHTML() 277 PassRefPtr<DocumentFragment> HTMLElement::deprecatedCreateContextualFragment(const String& markup, … in deprecatedCreateContextualFragment() 301 static void replaceChildrenWithFragment(HTMLElement* element, PassRefPtr<DocumentFragment> fragment… in replaceChildrenWithFragment() [all …]
|
D | FormAssociatedElement.cpp | 57 HTMLElement* element = toHTMLElement(this); in willMoveToNewOwnerDocument() 64 HTMLElement* element = toHTMLElement(this); in insertedIntoDocument() 71 HTMLElement* element = toHTMLElement(this); in removedFromDocument() 78 HTMLElement* element = toHTMLElement(this); in insertedIntoTree() 109 HTMLElement* element = toHTMLElement(this); in removedFromTree() 127 HTMLElement* element = toHTMLElement(this); in resetFormOwner() 153 HTMLElement* element = toHTMLElement(this); in formAttributeChanged() 166 const HTMLElement* toHTMLElement(const FormAssociatedElement* associatedElement) in toHTMLElement() 171 const HTMLElement* element = static_cast<const HTMLObjectElement*>(associatedElement); in toHTMLElement() 176 HTMLElement* toHTMLElement(FormAssociatedElement* associatedElement) in toHTMLElement() [all …]
|
D | HTMLElement.h | 34 class HTMLElement : public StyledElement { 36 static PassRefPtr<HTMLElement> create(const QualifiedName& tagName, Document*); 87 HTMLElement(const QualifiedName& tagName, Document*); 113 inline HTMLElement* toHTMLElement(Node* node) in toHTMLElement() 116 return static_cast<HTMLElement*>(node); in toHTMLElement() 119 inline const HTMLElement* toHTMLElement(const Node* node) in toHTMLElement() 122 return static_cast<const HTMLElement*>(node); in toHTMLElement() 125 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document* document) in HTMLElement() function
|
D | HTMLStyleElement.cpp | 39 : HTMLElement(tagName, document) in HTMLStyleElement() 63 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 69 HTMLElement::finishParsingChildren(); in finishParsingChildren() 74 HTMLElement::insertedIntoDocument(); in insertedIntoDocument() 80 HTMLElement::removedFromDocument(); in removedFromDocument() 87 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged() 102 HTMLElement::addSubresourceAttributeURLs(urls); in addSubresourceAttributeURLs()
|
D | ValidityState.cpp | 46 HTMLElement* element = toHTMLElement(m_control); in validationMessage() 108 HTMLElement* element = toHTMLElement(m_control); in valueMissing() 129 HTMLElement* element = toHTMLElement(m_control); in typeMismatch() 140 HTMLElement* element = toHTMLElement(m_control); in patternMismatch() 152 HTMLElement* element = toHTMLElement(m_control); in tooLong() 169 HTMLElement* element = toHTMLElement(m_control); in rangeUnderflow() 181 HTMLElement* element = toHTMLElement(m_control); in rangeOverflow() 193 HTMLElement* element = toHTMLElement(m_control); in stepMismatch() 205 HTMLElement* element = toHTMLElement(m_control); in customError()
|
D | ValidationMessage.cpp | 92 RefPtr<HTMLElement> bold = HTMLElement::create(bTag, doc); in setMessageDOMAndStartTimer() 107 class ElementWithPseudoId : public HTMLElement { 109 static PassRefPtr<HTMLElement> create(Document* doc, const AtomicString& pseudoName) in create() 116 : HTMLElement(divTag, doc) in ElementWithPseudoId() 126 HTMLElement* host = toHTMLElement(m_element); in buildBubbleTree() 135 …RefPtr<HTMLElement> clipper = ElementWithPseudoId::create(doc, "-webkit-validation-bubble-arrow-cl… in buildBubbleTree() 159 HTMLElement* host = toHTMLElement(m_element); in deleteBubbleTree()
|
D | HTMLFormControlElement.cpp | 59 : HTMLElement(tagName, document) in HTMLFormControlElement() 85 HTMLElement::detach(); in detach() 119 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 162 HTMLElement::attach(); in attach() 181 HTMLElement::willMoveToNewOwnerDocument(); in willMoveToNewOwnerDocument() 190 HTMLElement::insertedIntoTree(deep); in insertedIntoTree() 196 HTMLElement::removedFromTree(deep); in removedFromTree() 201 HTMLElement::insertedIntoDocument(); in insertedIntoDocument() 207 HTMLElement::removedFromDocument(); in removedFromDocument() 234 HTMLElement::dispatchChangeEvent(); in dispatchFormControlChangeEvent() [all …]
|
D | HTMLDocument.cpp | 108 HTMLElement* b = body(); in dir() 116 HTMLElement* b = body(); in setDir() 162 HTMLElement* b = body(); in bgColor() 172 HTMLElement* b = body(); in setBgColor() 181 HTMLElement* b = body(); in fgColor() 191 HTMLElement* b = body(); in setFgColor() 200 HTMLElement* b = body(); in alinkColor() 210 HTMLElement* b = body(); in setAlinkColor() 224 HTMLElement* b = body(); in linkColor() 234 HTMLElement* b = body(); in setLinkColor() [all …]
|
D | HTMLScriptElement.cpp | 40 : HTMLElement(tagName, document) in HTMLScriptElement() 59 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged() 66 HTMLElement::attributeChanged(attr, preserveDecls); in attributeChanged() 82 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 112 HTMLElement::insertedIntoDocument(); in insertedIntoDocument() 118 HTMLElement::removedFromDocument(); in removedFromDocument() 156 HTMLElement::addSubresourceAttributeURLs(urls); in addSubresourceAttributeURLs()
|
D | HTMLBaseElement.cpp | 35 : HTMLElement(tagName, document) in HTMLBaseElement() 50 HTMLElement::parseMappedAttribute(attribute); in parseMappedAttribute() 55 HTMLElement::insertedIntoDocument(); in insertedIntoDocument() 61 HTMLElement::removedFromDocument(); in removedFromDocument()
|
D | HTMLTableElement.h | 37 class HTMLTableElement : public HTMLElement { 51 PassRefPtr<HTMLElement> createTHead(); 53 PassRefPtr<HTMLElement> createTFoot(); 55 PassRefPtr<HTMLElement> createCaption(); 57 PassRefPtr<HTMLElement> insertRow(int index, ExceptionCode&);
|
D | HTMLImageElement.cpp | 45 : HTMLElement(tagName, document) in HTMLImageElement() 98 return HTMLElement::mapToEntry(attrName, result); in mapToEntry() 164 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 166 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 193 HTMLElement::attach(); in attach() 222 HTMLElement::insertedIntoDocument(); in insertedIntoDocument() 233 HTMLElement::removedFromDocument(); in removedFromDocument() 249 HTMLElement::insertedIntoTree(deep); in insertedIntoTree() 257 HTMLElement::removedFromTree(deep); in removedFromTree() 390 HTMLElement::addSubresourceAttributeURLs(urls); in addSubresourceAttributeURLs() [all …]
|
D | HTMLMapElement.cpp | 42 : HTMLElement(tagName, document) in HTMLMapElement() 111 HTMLElement::parseMappedAttribute(attribute); in parseMappedAttribute() 126 HTMLElement::parseMappedAttribute(attribute); in parseMappedAttribute() 137 HTMLElement::insertedIntoDocument(); in insertedIntoDocument() 143 HTMLElement::removedFromDocument(); in removedFromDocument()
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | WebKitHTMLElementWrapperFactory.cpp | 170 typedef gpointer (*CreateHTMLElementWrapperFunction)(PassRefPtr<HTMLElement>); 172 static gpointer createAnchorWrapper(PassRefPtr<HTMLElement> element) in createAnchorWrapper() 177 static gpointer createAppletWrapper(PassRefPtr<HTMLElement> element) in createAppletWrapper() 182 static gpointer createAreaWrapper(PassRefPtr<HTMLElement> element) in createAreaWrapper() 188 static gpointer createAudioWrapper(PassRefPtr<HTMLElement> element) in createAudioWrapper() 193 static gpointer createVideoWrapper(PassRefPtr<HTMLElement> element) in createVideoWrapper() 199 static gpointer createBaseWrapper(PassRefPtr<HTMLElement> element) in createBaseWrapper() 204 static gpointer createBaseFontWrapper(PassRefPtr<HTMLElement> element) in createBaseFontWrapper() 209 static gpointer createBlockquoteWrapper(PassRefPtr<HTMLElement> element) in createBlockquoteWrapper() 214 static gpointer createBodyWrapper(PassRefPtr<HTMLElement> element) in createBodyWrapper() [all …]
|
/external/webkit/Source/WebCore/editing/ |
D | InsertListCommand.h | 33 class HTMLElement; variable 44 static PassRefPtr<HTMLElement> insertList(Document*, Type); 54 HTMLElement* fixOrphanedListChild(Node*); 56 PassRefPtr<HTMLElement> mergeWithNeighboringLists(PassRefPtr<HTMLElement>); 58 …void unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChi… 59 …PassRefPtr<HTMLElement> listifyParagraph(const VisiblePosition& originalStart, const QualifiedName… 60 RefPtr<HTMLElement> m_listElement;
|
D | DeleteButtonController.h | 35 class HTMLElement; variable 46 HTMLElement* target() const { return m_target.get(); } in target() 47 HTMLElement* containerElement() const { return m_containerElement.get(); } in containerElement() 51 void show(HTMLElement*); 67 RefPtr<HTMLElement> m_target; 68 RefPtr<HTMLElement> m_containerElement; 69 RefPtr<HTMLElement> m_outlineElement;
|
D | ReplaceNodeWithSpanCommand.h | 38 class HTMLElement; variable 43 static PassRefPtr<ReplaceNodeWithSpanCommand> create(PassRefPtr<HTMLElement> element) in create() 48 HTMLElement* spanElement() { return m_spanElement.get(); } in spanElement() 51 ReplaceNodeWithSpanCommand(PassRefPtr<HTMLElement>); 56 RefPtr<HTMLElement> m_elementToReplace; 57 RefPtr<HTMLElement> m_spanElement;
|
D | htmlediting.h | 41 class HTMLElement; variable 183 PassRefPtr<HTMLElement> createDefaultParagraphElement(Document*); 184 PassRefPtr<HTMLElement> createBreakElement(Document*); 185 PassRefPtr<HTMLElement> createOrderedListElement(Document*); 186 PassRefPtr<HTMLElement> createUnorderedListElement(Document*); 187 PassRefPtr<HTMLElement> createListItemElement(Document*); 188 PassRefPtr<HTMLElement> createHTMLElement(Document*, const QualifiedName&); 189 PassRefPtr<HTMLElement> createHTMLElement(Document*, const AtomicString&); 191 HTMLElement* enclosingList(Node*); 192 HTMLElement* outermostEnclosingList(Node*, Node* rootList = 0);
|
D | ApplyStyleCommand.h | 80 …bool removeInlineStyleFromElement(EditingStyle*, PassRefPtr<HTMLElement>, InlineStyleRemovalMode =… 81 …inline bool shouldRemoveInlineStyleFromElement(EditingStyle* style, HTMLElement* element) {return … in shouldRemoveInlineStyleFromElement() 82 void replaceWithSpanOrRemoveIfWithoutAttributes(HTMLElement*&); 83 …bool removeImplicitlyStyledElement(EditingStyle*, HTMLElement*, InlineStyleRemovalMode, EditingSty… 84 …bool removeCSSStyle(EditingStyle*, HTMLElement*, InlineStyleRemovalMode = RemoveIfNeeded, EditingS… 85 HTMLElement* highestAncestorWithConflictingInlineStyle(EditingStyle*, Node*); 98 void addBlockStyle(const StyleChange&, HTMLElement*); 114 … HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, WritingDirection allowedDirection); 133 PassRefPtr<HTMLElement> createStyleSpanElement(Document*);
|
D | InsertListCommand.cpp | 48 PassRefPtr<HTMLElement> InsertListCommand::insertList(Document* document, Type type) in insertList() 55 HTMLElement* InsertListCommand::fixOrphanedListChild(Node* node) in fixOrphanedListChild() 57 RefPtr<HTMLElement> listElement = createUnorderedListElement(document()); in fixOrphanedListChild() 65 PassRefPtr<HTMLElement> InsertListCommand::mergeWithNeighboringLists(PassRefPtr<HTMLElement> passed… in mergeWithNeighboringLists() 67 RefPtr<HTMLElement> list = passedList; in mergeWithNeighboringLists() 75 RefPtr<HTMLElement> nextList = toHTMLElement(list->nextElementSibling()); in mergeWithNeighboringLists() 199 RefPtr<HTMLElement> listNode = enclosingList(listChildNode); in doApplyForSingleParagraph() 217 RefPtr<HTMLElement> newList = createHTMLElement(document(), listTag); in doApplyForSingleParagraph() 253 void InsertListCommand::unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listN… in unlistifyParagraph() 328 PassRefPtr<HTMLElement> InsertListCommand::listifyParagraph(const VisiblePosition& originalStart, c… in listifyParagraph() [all …]
|
/external/webkit/Source/WebCore/html/shadow/ |
D | TextControlInnerElements.h | 41 static PassRefPtr<TextControlInnerElement> create(HTMLElement* shadowParent); 47 TextControlInnerElement(Document*, HTMLElement* shadowParent = 0); 55 static PassRefPtr<TextControlInnerTextElement> create(Document*, HTMLElement* shadowParent); 60 TextControlInnerTextElement(Document*, HTMLElement* shadowParent); 96 static PassRefPtr<SpinButtonElement> create(HTMLElement*); 100 SpinButtonElement(HTMLElement*); 130 static PassRefPtr<InputFieldSpeechButtonElement> create(HTMLElement*); 144 InputFieldSpeechButtonElement(HTMLElement*);
|
/external/webkit/Source/WebCore/rendering/ |
D | ShadowElement.h | 40 ShadowElement(const QualifiedName& name, HTMLElement* shadowParent) in ShadowElement() 46 …ShadowElement(const QualifiedName& name, HTMLElement* shadowParent, HTMLFormElement* form, bool cr… in ShadowElement() 66 static PassRefPtr<ShadowInputElement> create(HTMLElement*); 68 ShadowInputElement(HTMLElement*);
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityListBoxOption.h | 40 class HTMLElement; variable 51 void setHTMLElement(HTMLElement* element) { m_optionElement = element; } in setHTMLElement() 68 HTMLElement* m_optionElement; 74 AccessibilityObject* listBoxOptionAccessibilityObject(HTMLElement*) const;
|