Home
last modified time | relevance | path

Searched refs:selectionHasStyle (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp351 if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "ltr") != FalseTriState) in showContextMenu()
353 if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "rtl") != FalseTriState) in showContextMenu()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h110 TriState selectionHasStyle(CSSPropertyID, const String& value) const;
DEditorCommand.cpp168 styleIsPresent = frame.editor().selectionHasStyle(propertyID, onValue) == TrueTriState; in executeToggleStyle()
229 return frame.editor().selectionHasStyle(propertyID, desiredValue); in stateStyle()
DEditor.cpp726 TriState Editor::selectionHasStyle(CSSPropertyID propertyID, const String& value) const in selectionHasStyle() function in WebCore::Editor