Searched refs:WMLNoopElement (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/wml/ |
D | WMLNoopElement.cpp | 34 WMLNoopElement::WMLNoopElement(const QualifiedName& tagName, Document* doc) in WMLNoopElement() function in WebCore::WMLNoopElement 39 PassRefPtr<WMLNoopElement> WMLNoopElement::create(const QualifiedName& tagName, Document* document) in create() 41 return adoptRef(new WMLNoopElement(tagName, document)); in create() 44 WMLNoopElement::~WMLNoopElement() in ~WMLNoopElement() 48 void WMLNoopElement::insertedIntoDocument() in insertedIntoDocument()
|
D | WMLNoopElement.h | 29 class WMLNoopElement : public WMLElement { 31 static PassRefPtr<WMLNoopElement> create(const QualifiedName&, Document*); 33 WMLNoopElement(const QualifiedName& tagName, Document*); 34 virtual ~WMLNoopElement();
|
/external/webkit/Source/WebCore/ |
D | WebCore.pro | 2452 wml/WMLNoopElement.h \ 3117 wml/WMLNoopElement.cpp \
|
D | CMakeLists.txt | 1951 wml/WMLNoopElement.cpp
|
D | WebCore.gypi | 6005 # 'wml/WMLNoopElement.cpp', 6006 # 'wml/WMLNoopElement.h',
|
D | ChangeLog-2009-06-16 | 22454 * wml/WMLNoopElement.cpp: 22455 (WebCore::WMLNoopElement::insertedIntoDocument): 60826 * wml/WMLNoopElement.cpp: 60827 * wml/WMLNoopElement.h: 62684 * wml/WMLNoopElement.cpp: 62685 (WebCore::WMLNoopElement::~WMLNoopElement): 62686 * wml/WMLNoopElement.h: 66346 * wml/WMLNoopElement.cpp: 66347 (WebCore::WMLNoopElement::insertedIntoDocument): 66499 * wml/WMLNoopElement.cpp: [all …]
|
D | GNUmakefile.list.am | 3589 Source/WebCore/wml/WMLNoopElement.cpp \
|
D | GNUmakefile.am | 3566 Source/WebCore/wml/WMLNoopElement.cpp \
|
D | ChangeLog-2010-12-06 | 32440 * wml/WMLNoopElement.cpp: 32441 (WebCore::WMLNoopElement::insertedIntoDocument): 65425 * wml/WMLNoopElement.cpp: 65426 (WebCore::WMLNoopElement::create): 67429 * wml/WMLNoopElement.cpp: 67430 (WebCore::WMLNoopElement::create): Added. 67431 * wml/WMLNoopElement.h:
|
D | ChangeLog-2010-01-29 | 79015 * wml/WMLNoopElement.cpp: 79016 (WebCore::WMLNoopElement::insertedIntoDocument): 79820 Fix WMLNoopElement to disable it's parent WMLDoElement, as required by the spec. 79824 * wml/WMLNoopElement.cpp: 79825 (WebCore::WMLNoopElement::insertedIntoDocument):
|
D | ChangeLog | 8177 * wml/WMLNoopElement.cpp: Removed. 8178 * wml/WMLNoopElement.h: Removed.
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 132 …E60EDDF51B00DF9EC3 /* WMLNoopElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0865CCE40E… 133 …CE70EDDF51B00DF9EC3 /* WMLNoopElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 0865CCE50ED… 6563 …00DF9EC3 /* WMLNoopElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 6564 …51B00DF9EC3 /* WMLNoopElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 13856 0865CCE40EDDF51B00DF9EC3 /* WMLNoopElement.cpp */, 13857 0865CCE50EDDF51B00DF9EC3 /* WMLNoopElement.h */, 22930 0865CCE70EDDF51B00DF9EC3 /* WMLNoopElement.h in Headers */, 25646 0865CCE60EDDF51B00DF9EC3 /* WMLNoopElement.cpp in Sources */,
|