Home
last modified time | relevance | path

Searched defs:firstCharacter (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserIdioms.cpp100 const UChar firstCharacter = string[0]; in parseToDecimalForNumberType() local
121 UChar firstCharacter = string[0]; in parseToDoubleForNumberType() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthIterator.cpp165 void WidthIterator::updateGlyphBounds(const GlyphData& glyphData, float width, bool firstCharacter) in updateGlyphBounds()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp2118 UChar32 firstCharacter; in isWordStartMatch() local