HomeSort by relevance Sort by last modified time
    Searched defs:WMLTimerElement (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLTimerElement.h 32 class WMLTimerElement : public WMLElement {
34 static PassRefPtr<WMLTimerElement> create(const QualifiedName&, Document*);
36 WMLTimerElement(const QualifiedName& tagName, Document*);
42 void timerFired(Timer<WMLTimerElement>*);
53 Timer<WMLTimerElement> m_timer;
WMLTimerElement.cpp 24 #include "WMLTimerElement.h"
39 WMLTimerElement::WMLTimerElement(const QualifiedName& tagName, Document* doc)
41 , m_timer(this, &WMLTimerElement::timerFired)
45 PassRefPtr<WMLTimerElement> WMLTimerElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new WMLTimerElement(tagName, document));
50 void WMLTimerElement::parseMappedAttribute(Attribute* attr)
58 void WMLTimerElement::insertedIntoDocument()
76 void WMLTimerElement::removedFromDocument(
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 37 milliseconds