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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 119 bool selectionStartHasStyle(CSSPropertyID, const String& value) const;
EditorCommand.cpp 167 styleIsPresent = frame->editor()->selectionStartHasStyle(propertyID, onValue);
229 return frame->editor()->selectionStartHasStyle(propertyID, desiredValue) ? TrueTriState : FalseTriState;
    [all...]
Editor.cpp 700 bool Editor::selectionStartHasStyle(CSSPropertyID propertyID, const String& value) const
    [all...]

Completed in 40 milliseconds