Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp158 …torCommandSource source, EditAction action, int propertyID, const char* offValue, const char* onVa… in executeToggleStyle() argument
170 …RefPtr<EditingStyle> style = EditingStyle::create(propertyID, styleIsPresent ? offValue : onValue); in executeToggleStyle()