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

  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 347 if (selectedFrame->editor()->selectionHasStyle(CSSPropertyDirection, "ltr") != FalseTriState)
349 if (selectedFrame->editor()->selectionHasStyle(CSSPropertyDirection, "rtl") != FalseTriState)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 120 TriState selectionHasStyle(CSSPropertyID, const String& value) const;
EditorCommand.cpp 133 // This function must use Editor::selectionHasStyle to determine the current style but we cannot fix this
169 styleIsPresent = frame->editor()->selectionHasStyle(propertyID, onValue) == TrueTriState;
230 return frame->editor()->selectionHasStyle(propertyID, desiredValue);
    [all...]
Editor.cpp 706 TriState Editor::selectionHasStyle(CSSPropertyID propertyID, const String& value) const
    [all...]

Completed in 45 milliseconds