Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DEditorCommand.cpp164 bool styleIsPresent; in executeToggleStyle() local
166 styleIsPresent = frame->editor()->selectionStartHasStyle(style.get()); in executeToggleStyle()
168 styleIsPresent = frame->editor()->selectionHasStyle(style.get()) == TrueTriState; in executeToggleStyle()
170 style->setProperty(propertyID, styleIsPresent ? offValue : onValue); in executeToggleStyle()