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 364 if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "ltr") != FalseTriState)
366 if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "rtl") != FalseTriState)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 102 TriState selectionHasStyle(CSSPropertyID, const String& value) const;
EditorCommand.cpp 136 // This function must use Editor::selectionHasStyle to determine the current style but we cannot fix this
172 styleIsPresent = frame.editor().selectionHasStyle(propertyID, onValue) == TrueTriState;
247 return frame.editor().selectionHasStyle(propertyID, desiredValue);
    [all...]
Editor.cpp 634 TriState Editor::selectionHasStyle(CSSPropertyID propertyID, const String& value) const
    [all...]

Completed in 150 milliseconds