Home
last modified time | relevance | path

Searched refs:WMLCardElement (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/wml/
DWMLCardElement.cpp47 WMLCardElement::WMLCardElement(const QualifiedName& tagName, Document* doc) in WMLCardElement() function in WebCore::WMLCardElement
58 PassRefPtr<WMLCardElement> WMLCardElement::create(const QualifiedName& tagName, Document* document) in create()
60 return adoptRef(new WMLCardElement(tagName, document)); in create()
63 WMLCardElement::~WMLCardElement() in ~WMLCardElement()
67 void WMLCardElement::showCard() in showCard()
86 void WMLCardElement::hideCard() in hideCard()
105 void WMLCardElement::setTemplateElement(WMLTemplateElement* temp) in setTemplateElement()
116 void WMLCardElement::setIntrinsicEventTimer(WMLTimerElement* timer) in setIntrinsicEventTimer()
127 void WMLCardElement::handleIntrinsicEventIfNeeded() in handleIntrinsicEventIfNeeded()
190 void WMLCardElement::handleDeckLevelTaskOverridesIfNeeded() in handleDeckLevelTaskOverridesIfNeeded()
[all …]
DWMLCardElement.h34 class WMLCardElement : public WMLElement, public WMLEventHandlingElement {
36 static PassRefPtr<WMLCardElement> create(const QualifiedName& tagName, Document*);
38 WMLCardElement(const QualifiedName&, Document*);
39 virtual ~WMLCardElement();
58 static WMLCardElement* determineActiveCard(Document*);
59 static WMLCardElement* findNamedCardInDocument(Document*, const String& cardName);
DWMLTemplateElement.cpp89 HashSet<WMLCardElement*> cards; in registerTemplatesInDocument()
91 cards.add(static_cast<WMLCardElement*>(nodeList->item(i))); in registerTemplatesInDocument()
110 HashSet<WMLCardElement*>::iterator it = cards.begin(); in registerTemplatesInDocument()
111 HashSet<WMLCardElement*>::iterator end = cards.end(); in registerTemplatesInDocument()
DWMLDocument.h31 class WMLCardElement; variable
47 WMLCardElement* activeCard() const { return m_activeCard; } in activeCard()
51 WMLCardElement* m_activeCard;
DWMLTimerElement.h30 class WMLCardElement; variable
51 WMLCardElement* m_card;
DWMLGoElement.cpp92 WMLCardElement* card = document->activeCard(); in executeTask()
122 …if (WMLCardElement* card = WMLCardElement::findNamedCardInDocument(document, url.fragmentIdentifie… in executeTask()
DWMLPrevElement.cpp58 WMLCardElement* card = document->activeCard(); in executeTask()
DWMLRefreshElement.cpp58 WMLCardElement* card = document->activeCard(); in executeTask()
DWMLPageState.h34 class WMLCardElement; variable
DWMLEventHandlingElement.cpp86 return static_cast<WMLCardElement*>(element); in toWMLEventHandlingElement()
DWMLDocument.cpp97 m_activeCard = WMLCardElement::determineActiveCard(this); in initialize()
DWMLTimerElement.cpp71 m_card = static_cast<WMLCardElement*>(parent); in insertedIntoDocument()
DWMLInputElement.h107 friend class WMLCardElement;
DWMLDoElement.cpp89 if (WMLCardElement* card = document->activeCard()) { in defaultEventHandler()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-162308 WMLCardElement handle initialization once, after the document has been parsed.
2319 * wml/WMLCardElement.cpp:
2320 (WebCore::WMLCardElement::handleIntrinsicEventIfNeeded):
12181 * wml/WMLCardElement.cpp:
19128 … * wml/WMLCardElement.cpp: Add ASSERT(hasTagName(cardTag)) to catch errors like this in future.
19129 (WebCore::WMLCardElement::WMLCardElement):
49196 * wml/WMLCardElement.cpp:
49197 (WebCore::WMLCardElement::WMLCardElement):
49198 (WebCore::WMLCardElement::parseMappedAttribute):
49199 (WebCore::WMLCardElement::insertedIntoDocument):
[all …]
DWebCore.pro2436 wml/WMLCardElement.h \
3101 wml/WMLCardElement.cpp \
DCMakeLists.txt1935 wml/WMLCardElement.cpp
DWebCore.gypi5973 # 'wml/WMLCardElement.cpp',
5974 # 'wml/WMLCardElement.h',
DChangeLog-2010-01-2918322 * wml/WMLCardElement.cpp:
18323 (WebCore::WMLCardElement::handleIntrinsicEventIfNeeded):
73771 Don't store the active WMLCardElement in WMLPageState, but in WMLDocument.
73778 * wml/WMLCardElement.cpp:
73779 (WebCore::WMLCardElement::determineActiveCard):
74229 * wml/WMLCardElement.cpp:
74230 (WebCore::WMLCardElement::determineActiveCard):
74603 …* wml/WMLCardElement.cpp: Handle 'FrameLoadTypeBackWMLDeckNotAccessible' as deck-entry method. Rep…
74604 (WebCore::WMLCardElement::handleIntrinsicEventIfNeeded):
80066 * wml/WMLCardElement.cpp:
[all …]
DGNUmakefile.list.am3573 Source/WebCore/wml/WMLCardElement.cpp \
DGNUmakefile.am3550 Source/WebCore/wml/WMLCardElement.cpp \
DChangeLog-2010-12-0665403 * wml/WMLCardElement.cpp:
65404 (WebCore::WMLCardElement::create):
67401 * wml/WMLCardElement.cpp:
67402 (WebCore::WMLCardElement::create): Added.
67403 * wml/WMLCardElement.h:
83612 * wml/WMLCardElement.cpp:
83613 … (WebCore::WMLCardElement::findNamedCardInDocument): Change getIDAttribute() with getIdAttribute().
DChangeLog8145 * wml/WMLCardElement.cpp: Removed.
8146 * wml/WMLCardElement.h: Removed.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj173 …560ECB6E28000534BA /* WMLCardElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C6B991F0E…
174 …7570ECB6E28000534BA /* WMLCardElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C6B99200E5…
7802 …00487BB7 /* WMLCardElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
7803 …37300487BB7 /* WMLCardElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
13824 4C6B991F0E52E37300487BB7 /* WMLCardElement.cpp */,
13825 4C6B99200E52E37300487BB7 /* WMLCardElement.h */,
22912 088C97570ECB6E28000534BA /* WMLCardElement.h in Headers */,
25628 088C97560ECB6E28000534BA /* WMLCardElement.cpp in Sources */,