Home
last modified time | relevance | path

Searched refs:endIt (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp2225 HashSet<String>::const_iterator endIt = types.end(); in extractContentTypeFromHash() local
2226 for (HashSet<String>::const_iterator it = types.begin(); it != endIt; ++it) in extractContentTypeFromHash()
/external/webkit/Source/WebCore/css/
DCSSParser.cpp546 …styleSourceData->propertyData.begin(), endIt = m_currentRuleData->styleSourceData->propertyData.en… in parseDeclaration() local