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

  /external/webkit/WebCore/editing/
Editor.h 151 bool selectionStartHasStyle(CSSStyleDeclaration*) const;
Editor.cpp 798 bool Editor::selectionStartHasStyle(CSSStyleDeclaration* style) const
    [all...]
EditorCommand.cpp 161 style->setProperty(propertyID, onValue); // We need to add this style to pass it to selectionStartHasStyle / selectionHasStyle
169 styleIsPresent = frame->editor()->selectionStartHasStyle(style.get());
    [all...]

Completed in 17 milliseconds