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

  /external/chromium_org/third_party/WebKit/Source/core/html/
TypeAhead.h 63 UChar m_repeatingChar;
TypeAhead.cpp 41 , m_repeatingChar(0)
80 if (matchMode & CycleFirstChar && c == m_repeatingChar) {
84 m_repeatingChar = c;
88 m_repeatingChar = 0;
91 m_repeatingChar = c;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 289 UChar m_repeatingChar;
PopupListBox.cpp 82 , m_repeatingChar(0)
325 m_repeatingChar = c;
329 if (c == m_repeatingChar) {
334 m_repeatingChar = 0;

Completed in 701 milliseconds