HomeSort by relevance Sort by last modified time
    Searched refs:selectionStartHasStyle (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
Editor.h 136 bool selectionStartHasStyle(int propertyID, const String& value) const;
EditorCommand.cpp 166 styleIsPresent = frame->editor()->selectionStartHasStyle(propertyID, onValue);
229 return frame->editor()->selectionStartHasStyle(propertyID, desiredValue) ? TrueTriState : FalseTriState;
    [all...]
Editor.cpp 878 bool Editor::selectionStartHasStyle(int propertyID, const String& value) const
    [all...]

Completed in 51 milliseconds