Searched refs:compositionUsesCustomUnderlines (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditor.h302 bool compositionUsesCustomUnderlines() const { return !m_customCompositionUnderlines.isEmpty(); } function in class:WebCore::Editor
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp533 bool useCustomUnderlines = containsComposition && renderer()->frame()->editor()->compositionUsesCustomUnderlines();

Completed in 51 milliseconds