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

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

Completed in 74 milliseconds