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

  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 250 static const size_t textLengthCap = 4;
286 WebUChar text[textLengthCap];
287 WebUChar unmodifiedText[textLengthCap];
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebInputEventFactory.mm 629 if ([textStr length] < WebKeyboardEvent::textLengthCap &&
630 [unmodifiedStr length] < WebKeyboardEvent::textLengthCap) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 620 unsigned numberOfCharacters = std::min(event.keyEvent()->text().length(), static_cast<unsigned>(textLengthCap));
672 event.text().copyTo(text, 0, textLengthCap);
673 event.unmodifiedText().copyTo(unmodifiedText, 0, textLengthCap);
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 157 while (utf16_char_count < WebKeyboardEvent::textLengthCap &&
371 size_t text_length_cap = WebKeyboardEvent::textLengthCap;
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 47 milliseconds