OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maximumLineLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
QuotedPrintable.cpp
38
static const size_t
maximumLineLength
= 76;
97
if (currentLineLength + lengthOfEncodedCharacter >
maximumLineLength
) {
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLArchive.cpp
201
const size_t
maximumLineLength
= 76;
205
size_t lineLength = std::min(encodedDataLength - index,
maximumLineLength
);
208
index +=
maximumLineLength
;
Completed in 278 milliseconds