OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adjustedkeylength
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/storage/
StorageMap.cpp
124
unsigned
adjustedKeyLength
= oldValue.isNull() ? key.length() : 0;
125
overflow |= newLength +
adjustedKeyLength
< newLength;
126
newLength +=
adjustedKeyLength
;
Completed in 263 milliseconds