OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectionHasStyle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp
351
if (selectedFrame->editor().
selectionHasStyle
(CSSPropertyDirection, "ltr") != FalseTriState)
353
if (selectedFrame->editor().
selectionHasStyle
(CSSPropertyDirection, "rtl") != FalseTriState)
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h
110
TriState
selectionHasStyle
(CSSPropertyID, const String& value) const;
EditorCommand.cpp
132
// This function must use Editor::
selectionHasStyle
to determine the current style but we cannot fix this
168
styleIsPresent = frame.editor().
selectionHasStyle
(propertyID, onValue) == TrueTriState;
229
return frame.editor().
selectionHasStyle
(propertyID, desiredValue);
[
all
...]
Editor.cpp
726
TriState Editor::
selectionHasStyle
(CSSPropertyID propertyID, const String& value) const
[
all
...]
Completed in 491 milliseconds