Home
last modified time | relevance | path

Searched refs:HTMLOListElement (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOListElement.cpp35 HTMLOListElement::HTMLOListElement(Document& document) in HTMLOListElement() function in WebCore::HTMLOListElement
46 PassRefPtr<HTMLOListElement> HTMLOListElement::create(Document& document) in create()
48 return adoptRef(new HTMLOListElement(document)); in create()
51 bool HTMLOListElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute()
58 void HTMLOListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const Atomic… in collectStyleForPresentationAttribute()
75 void HTMLOListElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute()
96 void HTMLOListElement::setStart(int start) in setStart()
101 void HTMLOListElement::updateItemValues() in updateItemValues()
106 void HTMLOListElement::recalculateItemCount() in recalculateItemCount()
DHTMLOListElement.h30 class HTMLOListElement FINAL : public HTMLElement {
32 static PassRefPtr<HTMLOListElement> create(Document&);
42 explicit HTMLOListElement(Document&);
49 const_cast<HTMLOListElement*>(this)->recalculateItemCount(); in itemCount()
67 DEFINE_NODE_TYPE_CASTS(HTMLOListElement, hasTagName(HTMLNames::olTag));
DHTMLOListElement.idl20 interface HTMLOListElement : HTMLElement {
DHTMLTagNames.in94 ol interfaceName=HTMLOListElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.h30 class HTMLOListElement; variable
54 static void updateItemValuesForOrderedList(const HTMLOListElement*);
55 static unsigned itemCountForOrderedList(const HTMLOListElement*);
DRenderListItem.cpp173 void RenderListItem::updateItemValuesForOrderedList(const HTMLOListElement* listNode) in updateItemValuesForOrderedList()
181 unsigned RenderListItem::itemCountForOrderedList(const HTMLOListElement* listNode) in itemCountForOrderedList()
198HTMLOListElement* oListElement = (list && list->hasTagName(olTag)) ? toHTMLOListElement(list) : 0; in calcValue()
509HTMLOListElement* oListElement = (listNode && listNode->hasTagName(olTag)) ? toHTMLOListElement(li… in updateListMarkerNumbers()
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp833 return HTMLOListElement::create(document); in createOrderedListElement()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-arm.mk86 third_party/WebKit/Source/core/html/HTMLOListElement.cpp \
Dwebcore_html.target.darwin-x86.mk86 third_party/WebKit/Source/core/html/HTMLOListElement.cpp \
Dwebcore_html.target.linux-mips.mk86 third_party/WebKit/Source/core/html/HTMLOListElement.cpp \
Dwebcore_html.target.darwin-mips.mk86 third_party/WebKit/Source/core/html/HTMLOListElement.cpp \
Dwebcore_html.target.darwin-arm.mk86 third_party/WebKit/Source/core/html/HTMLOListElement.cpp \
Dwebcore_html.target.linux-x86.mk86 third_party/WebKit/Source/core/html/HTMLOListElement.cpp \
Dcore.gypi192 'html/HTMLOListElement.idl',
2277 'html/HTMLOListElement.cpp',
2278 'html/HTMLOListElement.h',
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp186 ../core/html/HTMLOListElement.idl
Dinterface_dependencies.target.darwin-mips.mk21 …TMLModElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-x86.mk21 …TMLModElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-arm.mk21 …TMLModElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-mips.mk21 …TMLModElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-arm.mk21 …TMLModElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-x86.mk21 …TMLModElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
Dbindings_sources.target.linux-arm.mk2061 …OListElement.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
2062 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/html/HTMLOListElement.idl
Dbindings_sources.target.linux-x86.mk2061 …OListElement.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
2062 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/html/HTMLOListElement.idl
Dbindings_sources.target.linux-mips.mk2061 …OListElement.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
2062 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/html/HTMLOListElement.idl
Dbindings_sources.target.darwin-mips.mk2061 …OListElement.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOListElement.idl $(LOCAL_P…
2062 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/html/HTMLOListElement.idl

12