Searched refs:WMLAElement (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/wml/ |
D | WMLAElement.cpp | 51 WMLAElement::WMLAElement(const QualifiedName& tagName, Document* doc) in WMLAElement() function in WebCore::WMLAElement 56 PassRefPtr<WMLAElement> WMLAElement::create(const QualifiedName& tagName, Document* document) in create() 58 return adoptRef(new WMLAElement(tagName, document)); in create() 61 void WMLAElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute() 81 bool WMLAElement::supportsFocus() const in supportsFocus() 86 bool WMLAElement::isMouseFocusable() const in isMouseFocusable() 91 bool WMLAElement::isKeyboardFocusable(KeyboardEvent* event) const in isKeyboardFocusable() 122 void WMLAElement::defaultEventHandler(Event* event) in defaultEventHandler() 140 void WMLAElement::accessKeyAction(bool sendToAnyElement) in accessKeyAction() 146 bool WMLAElement::isURLAttribute(Attribute *attr) const in isURLAttribute() [all …]
|
D | WMLAElement.h | 34 class WMLAElement : public WMLElement { 36 static PassRefPtr<WMLAElement> create(const QualifiedName& tagName, Document*); 38 WMLAElement(const QualifiedName& tagName, Document*);
|
D | WMLAnchorElement.h | 31 class WMLAnchorElement : public WMLAElement {
|
D | WMLAnchorElement.cpp | 34 : WMLAElement(tagName, doc) in WMLAnchorElement()
|
/external/webkit/Source/WebCore/ |
D | WebCore.pro | 2433 wml/WMLAElement.h \ 3097 wml/WMLAElement.cpp \
|
D | CMakeLists.txt | 1931 wml/WMLAElement.cpp
|
D | ChangeLog-2009-06-16 | 12178 * wml/WMLAElement.cpp: 22449 * wml/WMLAElement.cpp: 22450 (WebCore::WMLAElement::parseMappedAttribute): 40993 * wml/WMLAElement.cpp: 40994 (WebCore::WMLAElement::isKeyboardFocusable): 45222 * wml/WMLAElement.cpp: 45223 (WebCore::WMLAElement::defaultEventHandler): 46651 * wml/WMLAElement.cpp: 46829 * wml/WMLAElement.cpp: 46830 (WebCore::WMLAElement::isKeyboardFocusable): [all …]
|
D | WebCore.gypi | 5965 # 'wml/WMLAElement.cpp', 5966 # 'wml/WMLAElement.h',
|
D | GNUmakefile.list.am | 3570 Source/WebCore/wml/WMLAElement.cpp \
|
D | GNUmakefile.am | 3547 Source/WebCore/wml/WMLAElement.cpp \
|
D | ChangeLog-2010-12-06 | 40152 * wml/WMLAElement.cpp: 42158 * wml/WMLAElement.cpp: 42159 (WebCore::WMLAElement::defaultEventHandler): 55681 * wml/WMLAElement.cpp: 55682 (WebCore::WMLAElement::defaultEventHandler): 56972 * wml/WMLAElement.cpp: 56973 (WebCore::WMLAElement::defaultEventHandler): Ditto. 65395 * wml/WMLAElement.cpp: 65396 (WebCore::WMLAElement::create): 67389 * wml/WMLAElement.cpp: [all …]
|
D | ChangeLog-2010-01-29 | 29465 * wml/WMLAElement.cpp: 29466 (WebCore::WMLAElement::defaultEventHandler): 62000 * wml/WMLAElement.cpp: 62001 (WebCore::WMLAElement::supportsFocus): 62002 * wml/WMLAElement.h: 80063 We forgot WMLAnchorElement/WMLAElement, that lead to bugs. Fixes hovering links in the 85683 * wml/WMLAElement.cpp: 85684 (WebCore::WMLAElement::defaultEventHandler): Renamed.
|
D | ChangeLog-2010-05-24 | 2372 * wml/WMLAElement.cpp: 2373 (WebCore::WMLAElement::defaultEventHandler): 34596 * wml/WMLAElement.cpp: 34597 (WebCore::WMLAElement::parseMappedAttribute):
|
D | ChangeLog | 8136 * wml/WMLAElement.cpp: Removed. 8137 * wml/WMLAElement.h: Removed.
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 171 …C97510ECB6E28000534BA /* WMLAElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C6B99180E… 172 …8C97520ECB6E28000534BA /* WMLAElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C6B99190E5… 7799 …37300487BB7 /* WMLAElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 7800 …52E37300487BB7 /* WMLAElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 13817 4C6B99180E52E37300487BB7 /* WMLAElement.cpp */, 13818 4C6B99190E52E37300487BB7 /* WMLAElement.h */, 22909 088C97520ECB6E28000534BA /* WMLAElement.h in Headers */, 25625 088C97510ECB6E28000534BA /* WMLAElement.cpp in Sources */,
|