HomeSort by relevance Sort by last modified time
    Searched refs:m_stringLength (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 90 size_t stringLength() const { return m_stringLength; }
109 size_t m_stringLength;
ComplexTextControllerCoreText.mm 100 , m_stringLength(stringLength)
135 , m_stringLength(stringLength)
141 m_coreTextIndicesVector.reserveInitialCapacity(m_stringLength);
143 while (r < m_stringLength) {
146 ASSERT(r + 1 < m_stringLength);
ComplexTextController.cpp 319 Vector<bool, 64> mappedIndices(m_stringLength);
321 ASSERT(indexAt(i) < static_cast<CFIndex>(m_stringLength));
328 for (size_t j = indexAt(i) + 1; j < m_stringLength; ++j) {

Completed in 748 milliseconds