Home
last modified time | relevance | path

Searched refs:buttonElementIdentifier (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DDeleteButtonController.h61 static const char* const buttonElementIdentifier;
DDeleteButtonController.cpp53 const char* const DeleteButtonController::buttonElementIdentifier = "WebKit-Editing-Delete-Button"; member in WebCore::DeleteButtonController
228 button->setIdAttribute(buttonElementIdentifier); in createDeletionUI()