Searched refs:new_content_size (Results 1 – 1 of 1) sorted by relevance
86 int new_content_size = position_ * kUC16Size; in ConvertToTwoByte() local87 if (new_content_size >= backing_store_.length()) { in ConvertToTwoByte()90 new_store = Vector<byte>::New(NewCapacity(new_content_size)); in ConvertToTwoByte()103 position_ = new_content_size; in ConvertToTwoByte()