HomeSort by relevance Sort by last modified time
    Searched refs:ShouldIncludeTypingStyle (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/editing/
ApplyStyleCommand.h 120 enum ShouldIncludeTypingStyle {
125 PassRefPtr<CSSMutableStyleDeclaration> editingStyleAtPosition(Position, ShouldIncludeTypingStyle = IgnoreTypingStyle);
ApplyStyleCommand.cpp 419 PassRefPtr<CSSMutableStyleDeclaration> editingStyleAtPosition(Position pos, ShouldIncludeTypingStyle shouldIncludeTypingStyle)
443 if (shouldIncludeTypingStyle == IncludeTypingStyle) {
    [all...]

Completed in 310 milliseconds