HomeSort by relevance Sort by last modified time
    Searched refs:WMLAElement (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLAElement.h 34 class WMLAElement : public WMLElement {
36 static PassRefPtr<WMLAElement> create(const QualifiedName& tagName, Document*);
38 WMLAElement(const QualifiedName& tagName, Document*);
WMLAElement.cpp 30 #include "WMLAElement.h"
51 WMLAElement::WMLAElement(const QualifiedName& tagName, Document* doc)
56 PassRefPtr<WMLAElement> WMLAElement::create(const QualifiedName& tagName, Document* document)
58 return adoptRef(new WMLAElement(tagName, document));
61 void WMLAElement::parseMappedAttribute(Attribute* attr)
81 bool WMLAElement::supportsFocus() const
86 bool WMLAElement::isMouseFocusable() const
91 bool WMLAElement::isKeyboardFocusable(KeyboardEvent* event) cons
    [all...]
WMLAnchorElement.h 25 #include "WMLAElement.h"
31 class WMLAnchorElement : public WMLAElement {
WMLAnchorElement.cpp 34 : WMLAElement(tagName, doc)
67 // Skip WMLAElement::defaultEventHandler, we don't own a href attribute, that needs to be handled.
  /external/jdiff/
xerces.jar 

Completed in 368 milliseconds