HomeSort by relevance Sort by last modified time
    Searched full:toolong (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/html/
ValidityState.h 49 bool tooLong() const { return m_control->tooLong(); }
ValidityState.idl 29 readonly attribute boolean tooLong;
ValidityState.cpp 56 if (tooLong())
149 || tooLong() || patternMismatch() || valueMissing() || customError();
HTMLTextAreaElement.h 75 virtual bool tooLong() const;
HTMLFormControlElement.h 117 virtual bool tooLong() const { return false; }
HTMLInputElement.h 105 virtual bool tooLong() const;
HTMLTextAreaElement.cpp 382 bool HTMLTextAreaElement::tooLong() const
HTMLInputElement.cpp 257 bool HTMLInputElement::tooLong() const
    [all...]
  /external/bzip2/
huffman.c 73 Bool tooLong;
114 tooLong = False;
120 if (j > maxLen) tooLong = True;
123 if (! tooLong) break;
  /external/grub/netboot/
sis900.h 214 TOOLONG = 0x00400000,
sis900.c 1008 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) {
via-rhine.c 481 unsigned long toolong:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon1955
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
DatatypeFactory.java 382 boolean tooLong = false;
388 tooLong = true;
398 if (tooLong) {
    [all...]
  /external/webkit/WebCore/
ChangeLog 217 - ValidityState.tooLong behavior was inconsistent with UIs of
218 <input> and <textarea>. tooLong checked Unicode code point length
224 (WebCore::HTMLInputElement::tooLong): Use numGraphemeClusters() instead of length().
233 (WebCore::HTMLTextAreaElement::tooLong): Use numGraphemeClusters() instead of length().
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 752 milliseconds