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.h113 String selectionStartCSSPropertyValue(CSSPropertyID);
DEditor.cpp650 String Editor::selectionStartCSSPropertyValue(CSSPropertyID propertyID) in selectionStartCSSPropertyValue() function in WebCore::Editor
DEditorCommand.cpp237 return frame.editor().selectionStartCSSPropertyValue(propertyID); in valueStyle()