OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectionStartHasStyle
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h
109
bool
selectionStartHasStyle
(CSSPropertyID, const String& value) const;
EditorCommand.cpp
166
styleIsPresent = frame.editor().
selectionStartHasStyle
(propertyID, onValue);
228
return frame.editor().
selectionStartHasStyle
(propertyID, desiredValue) ? TrueTriState : FalseTriState;
[
all
...]
Editor.cpp
720
bool Editor::
selectionStartHasStyle
(CSSPropertyID propertyID, const String& value) const
[
all
...]
Completed in 260 milliseconds