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

  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 457 unsigned maskIndex = 0;
465 maskIndex = cursorPositionToMaskIndex(cursorPosition);
467 maskIndex = cursorPositionToMaskIndex(inputCharCount - 1);
470 UChar mask = m_formatMask[maskIndex];
  /external/webkit/Source/WebCore/dom/
InputElement.cpp 323 unsigned maskIndex = cursorPositionToMaskIndex(inputFormatMask, cursorPosition);
325 UChar mask = inputFormatMask[maskIndex];

Completed in 865 milliseconds