Home
last modified time | relevance | path

Searched refs:previousCharacter (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextFragment.cpp112 UChar RenderTextFragment::previousCharacter() const in previousCharacter() function in WebCore::RenderTextFragment
121 return RenderText::previousCharacter(); in previousCharacter()
DRenderTextFragment.h65 virtual UChar previousCharacter() const;
DRenderText.h157 virtual UChar previousCharacter() const;
DRenderText.cpp1288 UChar RenderText::previousCharacter() const in previousCharacter() function in WebCore::RenderText
1307 void applyTextTransform(const RenderStyle* style, String& text, UChar previousCharacter) in applyTextTransform() argument
1316 makeCapitalized(&text, previousCharacter); in applyTextTransform()
1333 applyTextTransform(style(), m_text, previousCharacter()); in setTextInternal()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp1872 UChar32 previousCharacter; in isWordStartMatch() local
1873 U16_PREV(m_buffer.data(), 0, offset, previousCharacter); in isWordStartMatch()
1877 if (!isSeparator(previousCharacter)) in isWordStartMatch()
1881 if (!isASCIIUpper(previousCharacter)) in isWordStartMatch()
1894 if (!isASCIIDigit(previousCharacter)) in isWordStartMatch()
1896 } else if (isSeparator(previousCharacter) || isASCIIDigit(previousCharacter)) { in isWordStartMatch()
DReplaceSelectionCommand.cpp1264 …isCharacterSmartReplaceExemptConsideringNonBreakingSpace(UChar32 character, bool previousCharacter) in isCharacterSmartReplaceExemptConsideringNonBreakingSpace() argument
1266 …turn isCharacterSmartReplaceExempt(character == noBreakSpace ? ' ' : character, previousCharacter); in isCharacterSmartReplaceExemptConsideringNonBreakingSpace()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js860 …larity:{announce:!0,msgId:"next_granularity",category:"navigation"},previousCharacter:{backward:!0, property
DchromeVoxChromeBackgroundScript.js1020 …larity:{announce:!0,msgId:"next_granularity",category:"navigation"},previousCharacter:{backward:!0, property