Home
last modified time | relevance | path

Searched refs:HTMLElement (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/webkit/WebCore/html/
DHTMLTagNames.in6 abbr interfaceName=HTMLElement
7 acronym interfaceName=HTMLElement
8 address interfaceName=HTMLElement
14 b interfaceName=HTMLElement
17 bdo interfaceName=HTMLElement
18 big interfaceName=HTMLElement
25 center interfaceName=HTMLElement
26 cite interfaceName=HTMLElement
27 code interfaceName=HTMLElement
30 dd interfaceName=HTMLElement
[all …]
DHTMLElementFactory.cpp92 typedef PassRefPtr<HTMLElement> (*ConstructorFunc)(const QualifiedName& tagName, Document*, HTMLFor…
96 static PassRefPtr<HTMLElement> htmlConstructor(const QualifiedName&, Document* doc, HTMLFormElement… in htmlConstructor()
101 static PassRefPtr<HTMLElement> headConstructor(const QualifiedName&, Document* doc, HTMLFormElement… in headConstructor()
106 static PassRefPtr<HTMLElement> bodyConstructor(const QualifiedName&, Document* doc, HTMLFormElement… in bodyConstructor()
111 static PassRefPtr<HTMLElement> baseConstructor(const QualifiedName&, Document* doc, HTMLFormElement… in baseConstructor()
116 static PassRefPtr<HTMLElement> linkConstructor(const QualifiedName&, Document* doc, HTMLFormElement… in linkConstructor()
121 static PassRefPtr<HTMLElement> metaConstructor(const QualifiedName&, Document* doc, HTMLFormElement… in metaConstructor()
126 static PassRefPtr<HTMLElement> styleConstructor(const QualifiedName&, Document* doc, HTMLFormElemen… in styleConstructor()
131 static PassRefPtr<HTMLElement> titleConstructor(const QualifiedName&, Document* doc, HTMLFormElemen… in titleConstructor()
136 static PassRefPtr<HTMLElement> frameConstructor(const QualifiedName&, Document* doc, HTMLFormElemen… in frameConstructor()
[all …]
DHTMLLabelElement.cpp39 : HTMLElement(tagName, doc) in HTMLLabelElement()
53 HTMLElement* HTMLLabelElement::correspondingControl() in correspondingControl()
61 HTMLElement* element = static_cast<HTMLElement*>(node); in correspondingControl()
72 return static_cast<HTMLElement*>(elt); in correspondingControl()
82 HTMLElement::setActive(down, pause); in setActive()
85 if (HTMLElement* element = correspondingControl()) in setActive()
95 HTMLElement::setHovered(over); in setHovered()
98 if (HTMLElement* element = correspondingControl()) in setHovered()
107 RefPtr<HTMLElement> control = correspondingControl(); in defaultEventHandler()
128 HTMLElement::defaultEventHandler(evt); in defaultEventHandler()
[all …]
DHTMLElement.cpp55 HTMLElement::HTMLElement(const QualifiedName& tagName, Document *doc) in HTMLElement() function in WebCore::HTMLElement
60 HTMLElement::~HTMLElement() in ~HTMLElement()
64 String HTMLElement::nodeName() const in nodeName()
73 HTMLTagStatus HTMLElement::endTagRequirement() const in endTagRequirement()
84 int HTMLElement::tagPriority() const in tagPriority()
99 PassRefPtr<Node> HTMLElement::cloneNode(bool deep) in cloneNode()
101 …RefPtr<HTMLElement> clone = HTMLElementFactory::createHTMLElement(tagQName(), document(), 0, false… in cloneNode()
116 bool HTMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry()
131 void HTMLElement::parseMappedAttribute(MappedAttribute *attr) in parseMappedAttribute()
243 String HTMLElement::innerHTML() const in innerHTML()
[all …]
DHTMLSelectElement.cpp117 const Vector<HTMLElement*>& items = listItems(); in selectedIndex()
133 const Vector<HTMLElement*>& items = listItems(); in lastSelectedListIndex()
147 const Vector<HTMLElement*>& items = listItems(); in deselectItems()
159 const Vector<HTMLElement*>& items = listItems(); in setSelectedIndex()
206 const Vector<HTMLElement*>& items = listItems(); in length()
214 void HTMLSelectElement::add(HTMLElement *element, HTMLElement *before, ExceptionCode& ec) in add()
216 …RefPtr<HTMLElement> protectNewChild(element); // make sure the element is ref'd and deref'd so we … in add()
232 const Vector<HTMLElement*>& items = listItems(); in remove()
246 const Vector<HTMLElement*>& items = listItems(); in value()
260 const Vector<HTMLElement*>& items = listItems(); in setValue()
[all …]
DHTMLStyleElement.cpp34 : HTMLElement(tagName, doc) in HTMLStyleElement()
49 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
57 HTMLElement::finishParsingChildren(); in finishParsingChildren()
62 HTMLElement::insertedIntoDocument(); in insertedIntoDocument()
71 HTMLElement::removedFromDocument(); in removedFromDocument()
81 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
139 HTMLElement::addSubresourceAttributeURLs(urls); in addSubresourceAttributeURLs()
DHTMLAnchorElement.cpp53 : HTMLElement(aTag, doc) in HTMLAnchorElement()
60 : HTMLElement(tagName, doc) in HTMLAnchorElement()
73 return HTMLElement::supportsFocus(); in supportsFocus()
80 return HTMLElement::isFocusable(); in isFocusable()
93 return HTMLElement::isMouseFocusable(); in isMouseFocusable()
149 HTMLElement::defaultEventHandler(evt); in defaultEventHandler()
167 HTMLElement::defaultEventHandler(evt); in defaultEventHandler()
174 HTMLElement::defaultEventHandler(evt); in defaultEventHandler()
182 HTMLElement::defaultEventHandler(evt); in defaultEventHandler()
191 HTMLElement::defaultEventHandler(evt); in defaultEventHandler()
[all …]
DHTMLDocument.cpp114 HTMLElement* b = body(); in dir()
122 HTMLElement* b = body(); in setDir()
170 HTMLElement* b = body(); in bgColor()
180 HTMLElement* b = body(); in setBgColor()
189 HTMLElement* b = body(); in fgColor()
199 HTMLElement* b = body(); in setFgColor()
208 HTMLElement* b = body(); in alinkColor()
218 HTMLElement* b = body(); in setAlinkColor()
232 HTMLElement* b = body(); in linkColor()
242 HTMLElement* b = body(); in setLinkColor()
[all …]
DHTMLScriptElement.cpp36 : HTMLElement(tagName, doc) in HTMLScriptElement()
60 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
72 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
78 HTMLElement::finishParsingChildren(); in finishParsingChildren()
83 HTMLElement::insertedIntoDocument(); in insertedIntoDocument()
89 HTMLElement::removedFromDocument(); in removedFromDocument()
188 HTMLElement::addSubresourceAttributeURLs(urls); in addSubresourceAttributeURLs()
DHTMLFormControlElement.cpp44 : HTMLElement(tagName, doc) in HTMLFormControlElement()
83 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
90 HTMLElement::attach(); in attach()
121 HTMLElement::insertedIntoTree(deep); in insertedIntoTree()
146 HTMLElement::removedFromTree(deep); in removedFromTree()
192 HTMLElement::recalcStyle(change); in recalcStyle()
218 return HTMLElement::isMouseFocusable(); in isMouseFocusable()
DHTMLBaseElement.cpp38 : HTMLElement(qName, doc) in HTMLBaseElement()
56 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
61 HTMLElement::insertedIntoDocument(); in insertedIntoDocument()
67 HTMLElement::removedFromDocument(); in removedFromDocument()
DHTMLTableElement.h37 class HTMLTableElement : public HTMLElement {
54 PassRefPtr<HTMLElement> createTHead();
56 PassRefPtr<HTMLElement> createTFoot();
58 PassRefPtr<HTMLElement> createCaption();
60 PassRefPtr<HTMLElement> insertRow(int index, ExceptionCode&);
DHTMLFrameSetElement.cpp43 : HTMLElement(tagName, doc) in HTMLFrameSetElement()
82 return HTMLElement::mapToEntry(attrName, result); in mapToEntry()
134 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
173 HTMLElement::attach(); in attach()
184 HTMLElement::defaultEventHandler(evt); in defaultEventHandler()
196 HTMLElement::recalcStyle(ch); in recalcStyle()
DHTMLTitleElement.cpp34 : HTMLElement(tagName, doc) in HTMLTitleElement()
46 HTMLElement::insertedIntoDocument(); in insertedIntoDocument()
52 HTMLElement::removedFromDocument(); in removedFromDocument()
64 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLParamElement.cpp34 : HTMLElement(tagName, doc) in HTMLParamElement()
47 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
56 HTMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
104 HTMLElement::addSubresourceAttributeURLs(urls); in addSubresourceAttributeURLs()
/external/webkit/WebCore/editing/
DDeleteButtonController.h35 class HTMLElement; variable
45 HTMLElement* target() const { return m_target.get(); } in target()
46 HTMLElement* containerElement() const { return m_containerElement.get(); } in containerElement()
50 void show(HTMLElement*);
66 RefPtr<HTMLElement> m_target;
67 RefPtr<HTMLElement> m_containerElement;
68 RefPtr<HTMLElement> m_outlineElement;
Dhtmlediting.h36 class HTMLElement; variable
80 PassRefPtr<HTMLElement> createDefaultParagraphElement(Document*);
81 PassRefPtr<HTMLElement> createBreakElement(Document*);
82 PassRefPtr<HTMLElement> createOrderedListElement(Document*);
83 PassRefPtr<HTMLElement> createUnorderedListElement(Document*);
84 PassRefPtr<HTMLElement> createListItemElement(Document*);
85 PassRefPtr<HTMLElement> createHTMLElement(Document*, const QualifiedName&);
86 PassRefPtr<HTMLElement> createHTMLElement(Document*, const AtomicString&);
123 HTMLElement* enclosingList(Node*);
124 HTMLElement* outermostEnclosingList(Node*);
DApplyStyleCommand.h34 class HTMLElement; variable
65 bool isHTMLStyleNode(CSSMutableStyleDeclaration*, HTMLElement*);
66 void removeHTMLStyleNode(HTMLElement*);
67 void removeHTMLFontStyle(CSSMutableStyleDeclaration*, HTMLElement*);
68 void removeHTMLBidiEmbeddingStyle(CSSMutableStyleDeclaration*, HTMLElement*);
69 void removeCSSStyle(CSSMutableStyleDeclaration*, HTMLElement*);
84 void addBlockStyle(const StyleChange&, HTMLElement*);
98HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, RefPtr<CSSPrimitiveValue> allowedDi…
116 PassRefPtr<HTMLElement> createStyleSpanElement(Document*);
DInsertListCommand.h33 class HTMLElement; variable
44 static PassRefPtr<HTMLElement> insertList(Document*, Type);
54 HTMLElement* fixOrphanedListChild(Node*);
56 RefPtr<HTMLElement> m_listElement;
DApplyStyleCommand.cpp265 const HTMLElement* elem = static_cast<const HTMLElement*>(node); in isStyleSpan()
274 const HTMLElement* elem = static_cast<const HTMLElement*>(node); in isUnstyledStyleSpan()
284 const HTMLElement* elem = static_cast<const HTMLElement*>(node); in isSpanWithoutAttributesOrUnstyleStyleSpan()
309 PassRefPtr<HTMLElement> createStyleSpanElement(Document* document) in createStyleSpanElement()
311 RefPtr<HTMLElement> styleElement = createHTMLElement(document, spanTag); in createStyleSpanElement()
453 removeCSSStyle(style, static_cast<HTMLElement*>(block.get())); in applyBlockStyle()
455 addBlockStyle(styleChange, static_cast<HTMLElement*>(block.get())); in applyBlockStyle()
550 Vector<RefPtr<HTMLElement> > unstyledSpans; in applyRelativeFontStyleChange()
554 RefPtr<HTMLElement> element; in applyRelativeFontStyleChange()
559 element = static_cast<HTMLElement*>(node); in applyRelativeFontStyleChange()
[all …]
DInsertListCommand.cpp40 PassRefPtr<HTMLElement> InsertListCommand::insertList(Document* document, Type type) in insertList()
47 HTMLElement* InsertListCommand::fixOrphanedListChild(Node* node) in fixOrphanedListChild()
49 RefPtr<HTMLElement> listElement = createUnorderedListElement(document()); in fixOrphanedListChild()
140 HTMLElement* listNode = enclosingList(listChildNode); in doApply()
211 RefPtr<HTMLElement> listItemElement = createListItemElement(document()); in doApply()
212 RefPtr<HTMLElement> placeholder = createBreakElement(document()); in doApply()
231 …RefPtr<HTMLElement> listElement = m_type == OrderedList ? createOrderedListElement(document()) : c… in doApply()
/external/webkit/WebCore/bindings/js/
DJSPluginElementFunctions.cpp67 HTMLElement* element = static_cast<HTMLElement*>(thisObj->impl()); in runtimeObjectGetter()
75 HTMLElement* element = static_cast<HTMLElement*>(thisObj->impl()); in runtimeObjectPropertyGetter()
93 …Put(ExecState* exec, const Identifier& propertyName, JSValuePtr value, HTMLElement* element, PutPr… in runtimeObjectCustomPut()
113 CallType runtimeObjectGetCallData(HTMLElement* element, CallData& callData) in runtimeObjectGetCallData()
/external/webkit/WebCore/page/
DAccessibilityListBoxOption.h39 class HTMLElement; variable
51 void setHTMLElement(HTMLElement* element) { m_optionElement = element; } in setHTMLElement()
69 HTMLElement* m_optionElement;
74 AccessibilityObject* listBoxOptionAccessibilityObject(HTMLElement* element) const;
/external/webkit/WebCore/rendering/
DRenderMenuList.cpp137 const Vector<HTMLElement*>& listItems = static_cast<HTMLSelectElement*>(node())->listItems(); in updateOptionsWidth()
140 HTMLElement* element = listItems[i]; in updateOptionsWidth()
174 const Vector<HTMLElement*>& listItems = select->listItems(); in setTextFromOption()
303 HTMLElement* element = select->listItems()[listIndex]; in itemText()
314 HTMLElement* element = select->listItems()[listIndex]; in itemIsEnabled()
326 HTMLElement* element = select->listItems()[listIndex]; in itemStyle()
335 HTMLElement* element = select->listItems()[listIndex]; in itemBackgroundColor()
411 HTMLElement* element = select->listItems()[listIndex]; in itemIsSeparator()
418 HTMLElement* element = select->listItems()[listIndex]; in itemIsLabel()
425 HTMLElement* element = select->listItems()[listIndex]; in itemIsSelected()
DRenderMedia.h95 void changeOpacity(HTMLElement*, float opacity);
98 RefPtr<HTMLElement> m_controlsShadowRoot;
99 RefPtr<HTMLElement> m_panel;
106 RefPtr<HTMLElement> m_timelineContainer;

1234567891011