skip 516 Source/core/html/HTMLSelectElement.cpp int HTMLSelectElement::nextValidIndex(int listIndex, SkipDirection direction, int skip) const skip 523 Source/core/html/HTMLSelectElement.cpp --skip; skip 526 Source/core/html/HTMLSelectElement.cpp if (skip <= 0) skip 183 Source/core/html/HTMLSelectElement.h int nextValidIndex(int listIndex, SkipDirection, int skip) const; skip 46 Source/core/svg/SVGParserUtilities.cpp static bool genericParseNumber(const CharType*& ptr, const CharType* end, FloatType& number, bool skip) skip 139 Source/core/svg/SVGParserUtilities.cpp if (skip) skip 157 Source/core/svg/SVGParserUtilities.cpp bool parseNumber(const LChar*& ptr, const LChar* end, float& number, bool skip) skip 159 Source/core/svg/SVGParserUtilities.cpp return genericParseNumber(ptr, end, number, skip); skip 162 Source/core/svg/SVGParserUtilities.cpp bool parseNumber(const UChar*& ptr, const UChar* end, float& number, bool skip) skip 164 Source/core/svg/SVGParserUtilities.cpp return genericParseNumber(ptr, end, number, skip); skip 40 Source/core/svg/SVGParserUtilities.h bool parseNumber(const LChar*& ptr, const LChar* end, float& number, bool skip = true); skip 41 Source/core/svg/SVGParserUtilities.h bool parseNumber(const UChar*& ptr, const UChar* end, float& number, bool skip = true); skip 74 Source/modules/indexeddb/IDBKey.h bool skip = false; skip 77 Source/modules/indexeddb/IDBKey.h skip = true; skip 81 Source/modules/indexeddb/IDBKey.h if (!skip) { skip 129 Source/platform/fonts/VDMXParser.cpp if (!buf.skip(4) || !buf.readU16(&numRatios)) skip 146 Source/platform/fonts/VDMXParser.cpp if (!buf.skip(1) skip 174 Source/platform/fonts/VDMXParser.cpp if (!buf.readU16(&numRecords) || !buf.skip(sizeof(uint16_t))) skip 196 Source/platform/fonts/VDMXParser.cpp if (!buf.skip(2 * sizeof(int16_t)))