HomeSort by relevance Sort by last modified time
    Searched full:descriptorsstart (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp 51 static bool parseDescriptors(const CharType* descriptorsStart, const CharType* descriptorsEnd, float& imgScaleFactor)
53 const CharType* position = descriptorsStart;
110 const CharType* descriptorsStart = position;
113 if (!parseDescriptors(descriptorsStart, descriptorsEnd, imgScaleFactor))

Completed in 119 milliseconds