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

  /external/webkit/Source/WebCore/dom/
InputElement.cpp 288 static unsigned cursorPositionToMaskIndex(const String& inputFormatMask, unsigned cursorPosition)
293 mask = inputFormatMask[++index];
297 index = inputFormatMask.length() - 1;
315 String inputFormatMask = data.inputFormatMask();
317 if (inputFormatMask.isEmpty() || inputFormatMask == "*M" || inputFormatMask == "*m")
323 unsigned maskIndex = cursorPositionToMaskIndex(inputFormatMask, cursorPosition);
325 UChar mask = inputFormatMask[maskIndex]
    [all...]
InputElement.h 141 String inputFormatMask() const { return m_inputFormatMask; }

Completed in 211 milliseconds