OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowLeadingWhitespace
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.h
39
AllowLeadingWhitespace
= 0x1,
41
AllowLeadingAndTrailingWhitespace =
AllowLeadingWhitespace
| AllowTrailingWhitespace
SVGParserUtilities.cpp
59
if (mode &
AllowLeadingWhitespace
)
220
if (genericParseNumber(ptr, end, number,
AllowLeadingWhitespace
)) {
SVGAngle.cpp
218
if (!parseNumber(ptr, end, valueInSpecifiedUnits,
AllowLeadingWhitespace
))
SVGLength.cpp
201
if (!parseNumber(ptr, end, convertedNumber,
AllowLeadingWhitespace
))
Completed in 571 milliseconds