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

  /external/chromium_org/third_party/WebKit/Source/core/html/
TypeAhead.cpp 45 static const DOMTimeStamp typeAheadTimeout = 1000;
71 if (delta > typeAheadTimeout)
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.cpp 41 static const DOMTimeStamp typeAheadTimeout = 1000;
132 if (delta > typeAheadTimeout)

Completed in 48 milliseconds