Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.h91 size_t stringLength() const { return m_stringLength; } in stringLength()
110 size_t m_stringLength; variable
DComplexTextControllerCoreText.mm100 , m_stringLength(stringLength)
135 , m_stringLength(stringLength)
141 m_coreTextIndicesVector.reserveInitialCapacity(m_stringLength);
143 while (r < m_stringLength) {
146 ASSERT(r + 1 < m_stringLength);
DComplexTextController.cpp394 Vector<bool, 64> mappedIndices(m_stringLength); in setIsNonMonotonic()
396 ASSERT(indexAt(i) < static_cast<CFIndex>(m_stringLength)); in setIsNonMonotonic()
403 for (size_t j = indexAt(i) + 1; j < m_stringLength; ++j) { in setIsNonMonotonic()