Searched defs:maximumLength (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DIndexingHeader.h43 enum { maximumLength = 0x10000000 }; enumerator in enum:JSC::IndexingHeader::__anon2779
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLInputElement.h277 static const int maximumLength; member in class:WebCore::HTMLInputElement
H A DHTMLInputElement.cpp112 const int HTMLInputElement::maximumLength = 524288; member in class:WebCore::HTMLInputElement
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketHandshake.cpp404 static const int maximumLength = 1024; local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp705 int maximumLength; local
1620 TextRun InlineTextBox::constructTextRun(RenderStyle* style, const Font& font, String string, int maximumLength, BufferForAppendingHyphen* charactersWithHyphen) const argument

Completed in 146 milliseconds