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

  /external/chromium_org/v8/src/
scanner.h 231 int new_content_size = position_ * kUC16Size; local
232 if (new_content_size >= backing_store_.length()) {
235 new_store = Vector<byte>::New(NewCapacity(new_content_size));
248 position_ = new_content_size;
  /external/v8/src/
scanner.h 245 int new_content_size = position_ * kUC16Size; local
246 if (new_content_size >= backing_store_.length()) {
249 new_store = Vector<byte>::New(NewCapacity(new_content_size));
262 position_ = new_content_size;

Completed in 96 milliseconds