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

  /external/webkit/WebCore/dom/
InputElement.cpp 53 const int InputElement::s_defaultSize = 20;
191 data.setSize(attribute->isNull() ? InputElement::s_defaultSize : attribute->value().toInt());
233 : m_size(InputElement::s_defaultSize)
InputElement.h 62 static const int s_defaultSize;

Completed in 54 milliseconds