Home
last modified time | relevance | path

Searched refs:WMLDoElement (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/wml/
DWMLDoElement.cpp46 WMLDoElement::WMLDoElement(const QualifiedName& tagName, Document* doc) in WMLDoElement() function in WebCore::WMLDoElement
55 PassRefPtr<WMLDoElement> WMLDoElement::create(const QualifiedName& tagName, Document* document) in create()
57 return adoptRef(new WMLDoElement(tagName, document)); in create()
60 void WMLDoElement::defaultEventHandler(Event* event) in defaultEventHandler()
104 void WMLDoElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute()
116 void WMLDoElement::insertedIntoDocument() in insertedIntoDocument()
132 void WMLDoElement::removedFromDocument() in removedFromDocument()
144 void WMLDoElement::attach() in attach()
155 RenderObject* WMLDoElement::createRenderer(RenderArena* arena, RenderStyle* style) in createRenderer()
168 void WMLDoElement::recalcStyle(StyleChange change) in recalcStyle()
[all …]
DWMLEventHandlingElement.h33 class WMLDoElement; variable
43 Vector<WMLDoElement*>& doElements() { return m_doElements; } in doElements()
44 void registerDoElement(WMLDoElement*, Document*);
45 void deregisterDoElement(WMLDoElement*);
49 Vector<WMLDoElement*> m_doElements;
DWMLEventHandlingElement.cpp52 void WMLEventHandlingElement::registerDoElement(WMLDoElement* doElement, Document* document) in registerDoElement()
54 Vector<WMLDoElement*>::iterator it = m_doElements.begin(); in registerDoElement()
55 Vector<WMLDoElement*>::iterator end = m_doElements.end(); in registerDoElement()
69 void WMLEventHandlingElement::deregisterDoElement(WMLDoElement* doElement) in deregisterDoElement()
DWMLDoElement.h31 class WMLDoElement : public WMLElement {
33 static PassRefPtr<WMLDoElement> create(const QualifiedName& tagName, Document*);
35 WMLDoElement(const QualifiedName& tagName, Document*);
DWMLNoopElement.cpp57 WMLDoElement* doElement = static_cast<WMLDoElement*>(parent); in insertedIntoDocument()
DWMLCardElement.cpp198 Vector<WMLDoElement*>& templateDoElements = m_template->doElements(); in handleDeckLevelTaskOverridesIfNeeded()
202 Vector<WMLDoElement*>& cardDoElements = doElements(); in handleDeckLevelTaskOverridesIfNeeded()
203 Vector<WMLDoElement*>::iterator it = cardDoElements.begin(); in handleDeckLevelTaskOverridesIfNeeded()
204 Vector<WMLDoElement*>::iterator end = cardDoElements.end(); in handleDeckLevelTaskOverridesIfNeeded()
DWMLTaskElement.cpp57 static_cast<WMLDoElement*>(parent)->registerTask(this); in insertedIntoDocument()
69 static_cast<WMLDoElement*>(parent)->deregisterTask(this); in removedFromDocument()
/external/webkit/Source/WebCore/rendering/
DRenderButton.cpp128 WMLDoElement* doElement = static_cast<WMLDoElement*>(node()); in updateFromElement()
/external/webkit/Source/WebCore/
DWebCore.pro2438 wml/WMLDoElement.h \
3102 wml/WMLDoElement.cpp \
DCMakeLists.txt1936 wml/WMLDoElement.cpp
DChangeLog-2009-06-1612182 * wml/WMLDoElement.cpp:
49201 * wml/WMLDoElement.cpp:
49202 (WebCore::WMLDoElement::insertedIntoDocument):
60806 * wml/WMLDoElement.cpp:
60807 * wml/WMLDoElement.h:
63026 * wml/WMLDoElement.cpp:
63027 (WebCore::WMLDoElement::insertedIntoDocument):
65953 * wml/WMLDoElement.cpp:
65954 (WebCore::WMLDoElement::defaultEventHandler):
65955 (WebCore::WMLDoElement::parseMappedAttribute):
[all …]
DChangeLog-2010-01-2970616 * wml/WMLDoElement.cpp:
70617 (WebCore::WMLDoElement::defaultEventHandler):
72114 * wml/WMLDoElement.cpp:
72115 (WebCore::WMLDoElement::deregisterTask):
72526 * wml/WMLDoElement.cpp:
72527 (WebCore::WMLDoElement::deregisterTask):
73780 * wml/WMLDoElement.cpp:
73781 (WebCore::WMLDoElement::defaultEventHandler):
79012 * wml/WMLDoElement.cpp:
79013 (WebCore::WMLDoElement::insertedIntoDocument):
[all …]
DWebCore.gypi5975 # 'wml/WMLDoElement.cpp',
5976 # 'wml/WMLDoElement.h',
DGNUmakefile.list.am3575 Source/WebCore/wml/WMLDoElement.cpp \
DGNUmakefile.am3552 Source/WebCore/wml/WMLDoElement.cpp \
DChangeLog-2010-12-0615159 * wml/WMLDoElement.cpp: Includes BackForwardController.h.
22401 * wml/WMLDoElement.cpp:
22402 (WebCore::WMLDoElement::defaultEventHandler): Ditto.
32437 * wml/WMLDoElement.cpp:
32438 (WebCore::WMLDoElement::insertedIntoDocument):
32439 (WebCore::WMLDoElement::removedFromDocument):
65405 * wml/WMLDoElement.cpp:
65406 (WebCore::WMLDoElement::create):
67404 * wml/WMLDoElement.cpp:
67405 (WebCore::WMLDoElement::create): Added.
[all …]
DChangeLog-2011-02-164420 * wml/WMLDoElement.h:
4546 * wml/WMLDoElement.h:
4547 (WebCore::WMLDoElement::canContainRangeEndPoint): Ditto.
DChangeLog8147 * wml/WMLDoElement.cpp: Removed.
8148 * wml/WMLDoElement.h: Removed.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj65 …BF6E0EE09C3B0006C000 /* WMLDoElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0804BF6C0E…
66 …4BF6F0EE09C3B0006C000 /* WMLDoElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 0804BF6D0EE…
6484 …3B0006C000 /* WMLDoElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
6485 …09C3B0006C000 /* WMLDoElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
13828 0804BF6C0EE09C3B0006C000 /* WMLDoElement.cpp */,
13829 0804BF6D0EE09C3B0006C000 /* WMLDoElement.h */,
22914 0804BF6F0EE09C3B0006C000 /* WMLDoElement.h in Headers */,
25630 0804BF6E0EE09C3B0006C000 /* WMLDoElement.cpp in Sources */,