Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DEditorCommand.cpp155 …CommandSource source, EditAction action, int propertyID, const char* offValue, const char* onValue) in executeToggleStyle() argument
158 …style->setProperty(propertyID, onValue); // We need to add this style to pass it to selectionStart… in executeToggleStyle()
170 style->setProperty(propertyID, styleIsPresent ? offValue : onValue); in executeToggleStyle()