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

  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 215 if (selectedFrame->editor()->selectionHasStyle(style.get()) != FalseTriState)
218 if (selectedFrame->editor()->selectionHasStyle(style.get()) != FalseTriState)
  /external/webkit/WebCore/editing/
Editor.h 116 TriState selectionHasStyle(CSSStyleDeclaration*) const;
EditorCommand.cpp 127 // This function must use Editor::selectionHasStyle to determine the current style but we cannot fix this
161 style->setProperty(propertyID, onValue); // We need to add this style to pass it to selectionStartHasStyle / selectionHasStyle
171 styleIsPresent = frame->editor()->selectionHasStyle(style.get()) == TrueTriState;
234 return frame->editor()->selectionHasStyle(style.get());
    [all...]
Editor.cpp 813 TriState Editor::selectionHasStyle(CSSStyleDeclaration* style) const
    [all...]
  /external/webkit/WebCore/platform/
ContextMenu.cpp 585 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState;
634 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState;
652 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState;
660 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState;
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 223 milliseconds