OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typingStyle
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/editing/
InsertLineBreakCommand.cpp
167
RefPtr<EditingStyle>
typingStyle
= document()->frame()->selection()->
typingStyle
();
169
if (
typingStyle
&& !
typingStyle
->isEmpty()) {
174
applyStyle(
typingStyle
.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
SelectionController.h
172
EditingStyle*
typingStyle
() const;
247
inline EditingStyle* SelectionController::
typingStyle
() const
EditingStyle.cpp
728
RefPtr<EditingStyle>
typingStyle
= document->frame()->selection()->
typingStyle
();
729
if (!
typingStyle
||
typingStyle
== this)
732
mergeStyle(
typingStyle
->style());
[
all
...]
Editor.cpp
599
RefPtr<EditingStyle>
typingStyle
= m_frame->selection()->
typingStyle
();
601
if (
typingStyle
&&
typingStyle
->textDirection(direction)) {
[
all
...]
Completed in 163 milliseconds