/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTagNames.in | 7 abbr interfaceName=HTMLElement 8 acronym interfaceName=HTMLElement 9 address interfaceName=HTMLElement 12 article interfaceName=HTMLElement 13 aside interfaceName=HTMLElement 15 b interfaceName=HTMLElement 17 basefont interfaceName=HTMLElement 18 bdi interfaceName=HTMLBDIElement, JSInterfaceName=HTMLElement 19 bdo interfaceName=HTMLElement 20 bgsound interfaceName=HTMLElement [all …]
|
D | HTMLTableRowsCollection.cpp | 66 HTMLElement* child = 0; in rowAfter() 68 child = Traversal<HTMLElement>::firstChild(table); in rowAfter() 70 child = Traversal<HTMLElement>::nextSibling(*previous->parentNode()); in rowAfter() 71 for (; child; child = Traversal<HTMLElement>::nextSibling(*child)) { in rowAfter() 80 child = Traversal<HTMLElement>::firstChild(table); in rowAfter() 82 child = Traversal<HTMLElement>::nextSibling(*previous); in rowAfter() 84 child = Traversal<HTMLElement>::nextSibling(*previous->parentNode()); in rowAfter() 85 for (; child; child = Traversal<HTMLElement>::nextSibling(*child)) { in rowAfter() 96 child = Traversal<HTMLElement>::firstChild(table); in rowAfter() 98 child = Traversal<HTMLElement>::nextSibling(*previous->parentNode()); in rowAfter() [all …]
|
D | HTMLLabelElement.cpp | 50 : HTMLElement(labelTag, document) in HTMLLabelElement() 97 HTMLElement::setActive(down); in setActive() 100 if (HTMLElement* element = control()) in setActive() 110 HTMLElement::setHovered(over); in setHovered() 113 if (HTMLElement* element = control()) in setHovered() 151 RefPtrWillBeRawPtr<HTMLElement> element = control(); in defaultEventHandler() 175 HTMLElement::defaultEventHandler(evt); in defaultEventHandler() 183 return HTMLElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents() 189 if (HTMLElement* element = control()) in focus() 192 HTMLElement::focus(true, type); in focus() [all …]
|
D | HTMLElement.cpp | 68 DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLElement); 70 String HTMLElement::nodeName() const in nodeName() 83 bool HTMLElement::ieForbidsInsertHTML() const in ieForbidsInsertHTML() 112 static inline CSSValueID unicodeBidiAttributeForDirAuto(HTMLElement* element) in unicodeBidiAttributeForDirAuto() 121 unsigned HTMLElement::parseBorderWidthAttribute(const AtomicString& value) const in parseBorderWidthAttribute() 129 void HTMLElement::applyBorderAttributeToStyle(const AtomicString& value, MutableStylePropertySet* s… in applyBorderAttributeToStyle() 135 void HTMLElement::mapLanguageAttributeToLocale(const AtomicString& value, MutableStylePropertySet* … in mapLanguageAttributeToLocale() 146 bool HTMLElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() 158 void HTMLElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicStrin… in collectStyleForPresentationAttribute() 205 const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& attrName) in eventNameForAttributeName() [all …]
|
D | HTMLElement.h | 41 class HTMLElement : public Element { 43 DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLElement); 97 HTMLElement(const QualifiedName& tagName, Document&, ConstructionType); 130 DEFINE_ELEMENT_TYPE_CASTS(HTMLElement, isHTMLElement()); 132 template <> inline bool isElementOfType<const HTMLElement>(const Node& node) { return node.isHTMLEl… 133 template <typename T> bool isElementOfType(const HTMLElement&); 134 template <> inline bool isElementOfType<const HTMLElement>(const HTMLElement&) { return true; } 136 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document& document, ConstructionType … 148 …inline bool is##thisType(const HTMLElement* element) { return element && is##thisType(*element); }… 154 …template <> inline bool isElementOfType<const thisType>(const HTMLElement& element) { return is##t…
|
D | FormAssociatedElement.cpp | 79 HTMLElement* element = toHTMLElement(this); in didMoveToNewDocument() 92 HTMLElement* element = toHTMLElement(this); in insertedInto() 99 HTMLElement* element = toHTMLElement(this); in removedFrom() 108 HTMLFormElement* FormAssociatedElement::findAssociatedForm(const HTMLElement* element) in findAssociatedForm() 180 HTMLElement* element = toHTMLElement(this); in resetFormOwner() 206 const HTMLElement* element = toHTMLElement(this); in customError() 281 HTMLElement* element = toHTMLElement(this); in resetFormAttributeTargetObserver() 305 const HTMLElement& toHTMLElement(const FormAssociatedElement& associatedElement) in toHTMLElement() 313 const HTMLElement* toHTMLElement(const FormAssociatedElement* associatedElement) in toHTMLElement() 319 HTMLElement* toHTMLElement(FormAssociatedElement* associatedElement) in toHTMLElement() [all …]
|
D | HTMLSelectElement.cpp | 202 void HTMLSelectElement::add(HTMLElement* element, HTMLElement* before, ExceptionState& exceptionSta… in add() 205 RefPtrWillBeRawPtr<HTMLElement> protectNewChild(element); in add() 214 void HTMLSelectElement::addBeforeOptionAtIndex(HTMLElement* element, int beforeIndex, ExceptionStat… in addBeforeOptionAtIndex() 216 HTMLElement* beforeElement = toHTMLElement(options()->item(beforeIndex)); in addBeforeOptionAtIndex() 231 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); in value() 247 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); in setValue() 273 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); in suggestedValue() 290 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); in setSuggestedValue() 453 RefPtrWillBeRawPtr<HTMLElement> before = nullptr; in setOption() 485 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); in setLength() [all …]
|
D | HTMLTableElement.h | 39 class HTMLTableElement FINAL : public HTMLElement { 52 PassRefPtrWillBeRawPtr<HTMLElement> createTHead(); 54 PassRefPtrWillBeRawPtr<HTMLElement> createTFoot(); 56 PassRefPtrWillBeRawPtr<HTMLElement> createTBody(); 57 PassRefPtrWillBeRawPtr<HTMLElement> createCaption(); 59 PassRefPtrWillBeRawPtr<HTMLElement> insertRow(ExceptionState&); 60 PassRefPtrWillBeRawPtr<HTMLElement> insertRow(int index, ExceptionState&);
|
D | FormAssociatedElement.h | 37 class HTMLElement; variable 53 static HTMLFormElement* findAssociatedForm(const HTMLElement*); 137 HTMLElement* toHTMLElement(FormAssociatedElement*); 138 HTMLElement& toHTMLElement(FormAssociatedElement&); 139 const HTMLElement* toHTMLElement(const FormAssociatedElement*); 140 const HTMLElement& toHTMLElement(const FormAssociatedElement&);
|
D | HTMLStyleElement.cpp | 48 : HTMLElement(styleTag, document) in HTMLStyleElement() 78 HTMLElement::parseAttribute(name, value); in parseAttribute() 85 HTMLElement::finishParsingChildren(); in finishParsingChildren() 90 HTMLElement::insertedInto(insertionPoint); in insertedInto() 100 HTMLElement::removedFrom(insertionPoint); in removedFrom() 123 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged() 185 HTMLElement::trace(visitor); in trace()
|
D | HTMLBaseElement.cpp | 37 : HTMLElement(baseTag, document) in HTMLBaseElement() 49 HTMLElement::parseAttribute(name, value); in DEFINE_NODE_FACTORY() 54 HTMLElement::insertedInto(insertionPoint); in insertedInto() 62 HTMLElement::removedFrom(insertionPoint); in removedFrom() 69 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLFormControlElement.cpp | 111 …for (HTMLElement* ancestor = Traversal<HTMLElement>::firstAncestor(*this); ancestor; ancestor = Tr… in updateAncestorDisabledState() 160 HTMLElement::parseAttribute(name, value); in parseAttribute() 163 HTMLElement::parseAttribute(name, value); in parseAttribute() 221 HTMLElement::attach(context); in attach() 240 HTMLElement::didMoveToNewDocument(oldDocument); in didMoveToNewDocument() 248 HTMLElement::insertedInto(insertionPoint); in insertedInto() 259 HTMLElement::removedFrom(insertionPoint); in removedFrom() 282 HTMLElement::dispatchInputEvent(); in dispatchFormControlInputEvent() 336 HTMLElement::dispatchFocusEvent(oldFocusedElement, type); in dispatchFocusEvent() 471 HTMLElement::dispatchBlurEvent(newFocusedElement); in dispatchBlurEvent()
|
D | HTMLScriptElement.cpp | 40 : HTMLElement(scriptTag, document) in HTMLScriptElement() 53 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute() 58 return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute() 68 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged() 79 HTMLElement::parseAttribute(name, value); in parseAttribute() 84 HTMLElement::insertedInto(insertionPoint); in insertedInto()
|
D | HTMLLIElement.cpp | 37 : HTMLElement(liTag, document) in HTMLLIElement() 48 return HTMLElement::isPresentationAttribute(name); in DEFINE_NODE_FACTORY() 67 HTMLElement::collectStyleForPresentationAttribute(name, value, style); in collectStyleForPresentationAttribute() 76 HTMLElement::parseAttribute(name, value); in parseAttribute() 81 HTMLElement::attach(context); in attach()
|
D | HTMLTableElement.idl | 21 interface HTMLTableElement : HTMLElement { 40 HTMLElement createTHead(); 42 HTMLElement createTFoot(); 44 HTMLElement createTBody(); 45 HTMLElement createCaption(); 48 [RaisesException] HTMLElement insertRow(optional long index);
|
D | HTMLAnchorElement.cpp | 112 : HTMLElement(tagName, document) in HTMLAnchorElement() 131 return HTMLElement::supportsFocus(); in supportsFocus() 133 return isLink() || HTMLElement::supportsFocus(); in supportsFocus() 141 return HTMLElement::supportsFocus(); in isMouseFocusable() 143 return HTMLElement::isMouseFocusable(); in isMouseFocusable() 151 return HTMLElement::isKeyboardFocusable(); in isKeyboardFocusable() 155 return HTMLElement::isKeyboardFocusable(); in isKeyboardFocusable() 205 HTMLElement::defaultEventHandler(event); in defaultEventHandler() 245 HTMLElement::parseAttribute(name, value); in parseAttribute() 255 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute() [all …]
|
D | HTMLSourceElement.cpp | 47 : HTMLElement(sourceTag, document) in HTMLSourceElement() 62 HTMLElement::insertedInto(insertionPoint); in insertedInto() 80 HTMLElement::removedFrom(removalRoot); in removedFrom() 119 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute() 124 HTMLElement::parseAttribute(name, value); in parseAttribute()
|
D | HTMLOptGroupElement.cpp | 39 : HTMLElement(optgroupTag, document) in HTMLOptGroupElement() 61 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged() 66 HTMLElement::parseAttribute(name, value); in parseAttribute() 85 HTMLElement::attach(context); in attach() 91 HTMLElement::detach(context); in detach()
|
D | HTMLMapElement.cpp | 38 : HTMLElement(mapTag, document) in HTMLMapElement() 93 HTMLElement::parseAttribute(name, value); in parseAttribute() 109 HTMLElement::parseAttribute(name, value); in parseAttribute() 121 return HTMLElement::insertedInto(insertionPoint); in insertedInto() 128 HTMLElement::removedFrom(insertionPoint); in removedFrom()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | InsertListCommand.h | 33 class HTMLElement; variable 54 HTMLElement* fixOrphanedListChild(Node*); 56 …PassRefPtrWillBeRawPtr<HTMLElement> mergeWithNeighboringLists(PassRefPtrWillBeRawPtr<HTMLElement>); 58 …void unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChi… 59 …PassRefPtrWillBeRawPtr<HTMLElement> listifyParagraph(const VisiblePosition& originalStart, const Q… 61 RefPtrWillBeMember<HTMLElement> m_listElement;
|
D | ReplaceNodeWithSpanCommand.h | 38 class HTMLElement; variable 43 …sRefPtrWillBeRawPtr<ReplaceNodeWithSpanCommand> create(PassRefPtrWillBeRawPtr<HTMLElement> element) in create() 48 HTMLElement* spanElement() { return m_spanElement.get(); } in spanElement() 53 explicit ReplaceNodeWithSpanCommand(PassRefPtrWillBeRawPtr<HTMLElement>); 58 RefPtrWillBeMember<HTMLElement> m_elementToReplace; 59 RefPtrWillBeMember<HTMLElement> m_spanElement;
|
D | htmlediting.h | 40 class HTMLElement; variable 204 PassRefPtrWillBeRawPtr<HTMLElement> createDefaultParagraphElement(Document&); 205 PassRefPtrWillBeRawPtr<HTMLElement> createBreakElement(Document&); 206 PassRefPtrWillBeRawPtr<HTMLElement> createOrderedListElement(Document&); 207 PassRefPtrWillBeRawPtr<HTMLElement> createUnorderedListElement(Document&); 208 PassRefPtrWillBeRawPtr<HTMLElement> createListItemElement(Document&); 209 PassRefPtrWillBeRawPtr<HTMLElement> createHTMLElement(Document&, const QualifiedName&); 210 PassRefPtrWillBeRawPtr<HTMLElement> createHTMLElement(Document&, const AtomicString&); 212 HTMLElement* enclosingList(Node*); 213 HTMLElement* outermostEnclosingList(Node*, Node* rootList = 0);
|
D | ApplyStyleCommand.h | 83 …bool removeInlineStyleFromElement(EditingStyle*, PassRefPtrWillBeRawPtr<HTMLElement>, InlineStyleR… 84 …inline bool shouldRemoveInlineStyleFromElement(EditingStyle* style, HTMLElement* element) {return … in shouldRemoveInlineStyleFromElement() 85 void replaceWithSpanOrRemoveIfWithoutAttributes(HTMLElement*); 86 …bool removeImplicitlyStyledElement(EditingStyle*, HTMLElement*, InlineStyleRemovalMode, EditingSty… 87 …bool removeCSSStyle(EditingStyle*, HTMLElement*, InlineStyleRemovalMode = RemoveIfNeeded, EditingS… 88 HTMLElement* highestAncestorWithConflictingInlineStyle(EditingStyle*, Node*); 100 void addBlockStyle(const StyleChange&, HTMLElement*); 118 … HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, WritingDirection allowedDirection); 140 PassRefPtrWillBeRawPtr<HTMLElement> createStyleSpanElement(Document&);
|
D | InsertListCommand.cpp | 51 HTMLElement* InsertListCommand::fixOrphanedListChild(Node* node) in fixOrphanedListChild() 53 RefPtrWillBeRawPtr<HTMLElement> listElement = createUnorderedListElement(document()); in fixOrphanedListChild() 61 PassRefPtrWillBeRawPtr<HTMLElement> InsertListCommand::mergeWithNeighboringLists(PassRefPtrWillBeRa… in mergeWithNeighboringLists() 63 RefPtrWillBeRawPtr<HTMLElement> list = passedList; in mergeWithNeighboringLists() 75 RefPtrWillBeRawPtr<HTMLElement> nextList = toHTMLElement(nextSibling); in mergeWithNeighboringLists() 207 RefPtrWillBeRawPtr<HTMLElement> listNode = enclosingList(listChildNode); in doApplyForSingleParagraph() 225 RefPtrWillBeRawPtr<HTMLElement> newList = createHTMLElement(document(), listTag); in doApplyForSingleParagraph() 260 void InsertListCommand::unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listN… in unlistifyParagraph() 336 PassRefPtrWillBeRawPtr<HTMLElement> InsertListCommand::listifyParagraph(const VisiblePosition& orig… in listifyParagraph() 345 RefPtrWillBeRawPtr<HTMLElement> listItemElement = createListItemElement(document()); in listifyParagraph() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/ime/ |
D | InputMethodContext.h | 52 static PassOwnPtrWillBeRawPtr<InputMethodContext> create(HTMLElement*); 61 HTMLElement* target() const; 85 InputMethodContext(HTMLElement*); 95 RawPtrWillBeMember<HTMLElement> m_element;
|