Home
last modified time | relevance | path

Searched refs:selectionStartCSSPropertyValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h111 String selectionStartCSSPropertyValue(CSSPropertyID);
DEditor.cpp731 String Editor::selectionStartCSSPropertyValue(CSSPropertyID propertyID) in selectionStartCSSPropertyValue() function in WebCore::Editor
DEditorCommand.cpp236 return frame.editor().selectionStartCSSPropertyValue(propertyID); in valueStyle()