Searched refs:otherLength (Results 1 – 1 of 1) sorted by relevance
42 unsigned otherLength = other.length(); in CSSSelectorList() local43 m_selectorArray = reinterpret_cast<CSSSelector*>(fastMalloc(sizeof(CSSSelector) * otherLength)); in CSSSelectorList()44 for (unsigned i = 0; i < otherLength; ++i) in CSSSelectorList()