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

  /external/webkit/WebKit/chromium/public/
WebInputEvent.h 140 static const size_t textLengthCap = 4;
164 WebUChar text[textLengthCap];
165 WebUChar unmodifiedText[textLengthCap];
  /external/webkit/WebKit/chromium/src/
WebInputEventConversion.cpp 250 static_cast<unsigned int>(WebKeyboardEvent::textLengthCap));

Completed in 156 milliseconds