Searched refs:previousCharacter (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTextFragment.cpp | 112 UChar RenderTextFragment::previousCharacter() const in previousCharacter() function in WebCore::RenderTextFragment 121 return RenderText::previousCharacter(); in previousCharacter()
|
D | RenderTextFragment.h | 65 virtual UChar previousCharacter() const;
|
D | RenderText.h | 157 virtual UChar previousCharacter() const;
|
D | RenderText.cpp | 1288 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/ |
D | TextIterator.cpp | 1872 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()
|
D | ReplaceSelectionCommand.cpp | 1264 …isCharacterSmartReplaceExemptConsideringNonBreakingSpace(UChar32 character, bool previousCharacter) in isCharacterSmartReplaceExemptConsideringNonBreakingSpace() argument 1266 …turn isCharacterSmartReplaceExempt(character == noBreakSpace ? ' ' : character, previousCharacter); in isCharacterSmartReplaceExemptConsideringNonBreakingSpace()
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 860 …larity:{announce:!0,msgId:"next_granularity",category:"navigation"},previousCharacter:{backward:!0, property
|
D | chromeVoxChromeBackgroundScript.js | 1020 …larity:{announce:!0,msgId:"next_granularity",category:"navigation"},previousCharacter:{backward:!0, property
|