Searched refs:DeleteButton (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DDeleteButton.cpp27 #include "DeleteButton.h"
41 inline DeleteButton::DeleteButton(Document& document) function in class:WebCore::DeleteButton
46 PassRefPtr<DeleteButton> DeleteButton::create(Document& document)
48 return adoptRef(new DeleteButton(document));
51 void DeleteButton::defaultEventHandler(Event* event)
H A DDeleteButton.h33 class DeleteButton : public HTMLImageElement { class in namespace:WebCore
35 static PassRefPtr<DeleteButton> create(Document&);
42 explicit DeleteButton(Document&);
H A DDeleteButtonController.h31 #include "DeleteButton.h"
37 class DeleteButton;
74 RefPtr<DeleteButton> m_buttonElement;
H A DEditingAllInOne.cpp35 #include <DeleteButton.cpp>
H A DDeleteButtonController.cpp233 RefPtr<DeleteButton> button = DeleteButton::create(m_target->document());

Completed in 139 milliseconds