Home
last modified time | relevance | path

Searched refs:mMaxMemory (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java45 private final long mMaxMemory; field in Decoder.Validator
61 mMaxMemory = maxMemory; in Validator()
87 if (end > mMaxMemory) { in claimMemory()