Home
last modified time | relevance | path

Searched refs:checkForOrphanedUnits (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/css/
DCSSParser.h231 void checkForOrphanedUnits();
DCSSParser.cpp546 void CSSParser::checkForOrphanedUnits() in checkForOrphanedUnits() function in WebCore::CSSParser
591 checkForOrphanedUnits(); in parseValue()
/external/webkit/WebCore/
DChangeLog46267 The function checkForOrphanedUnits() would change the length of a list whose size was
46268 was already determined before the call to checkForOrphanedUnits was made. Later in
46271 This has been fixed by moving the call to checkForOrphanedUnits() earlier in the
46277 … (WebCore::CSSParser::parseValue): Moved call to checkForOrphanedUnits() earlier in the function.
DChangeLog-2008-08-1010069 (WebCore::CSSParser::checkForOrphanedUnits):
14576 (WebCore::CSSParser::checkForOrphanedUnits):
DChangeLog-2007-10-1460704 (WebCore::CSSParser::checkForOrphanedUnits):