Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelectorList.cpp42 unsigned otherLength = other.length(); in CSSSelectorList() local
43 m_selectorArray = reinterpret_cast<CSSSelector*>(fastMalloc(sizeof(CSSSelector) * otherLength)); in CSSSelectorList()
44 for (unsigned i = 0; i < otherLength; ++i) in CSSSelectorList()