Searched refs:totalLength_ (Results 1 – 3 of 3) sorted by relevance
68 totalLength_(), in InterceptedDataImpl()75 totalLength_ = GenericSingleVerKvEntry::CalculateLens(dataItems, SOFTWARE_VERSION_CURRENT); in InterceptedDataImpl()79 …std::max(totalLength_, static_cast<size_t>(DBConstant::MAX_MTU_SIZE)) * 2); // 2 times MAX_MTU size in InterceptedDataImpl()122 …size_t newLength = totalLength_ - Parcel::GetVectorCharLen(oldKey) + Parcel::GetVectorCharLen(newK… in ModifyKey()127 totalLength_ = newLength; in ModifyKey()159 …size_t newLength = totalLength_ - Parcel::GetVectorCharLen(oldValue) + Parcel::GetVectorCharLen(ne… in ModifyValue()164 totalLength_ = newLength; in ModifyValue()
48 size_t totalLength_; variable
324 Dimension totalLength_; in JsOnScrollBarUpdate() local326 !ConvertFromJSValue(obj->GetProperty("totalLength"), totalLength_)) { in JsOnScrollBarUpdate()329 … return std::pair<float, float>(totalOffset_.ConvertToPx(), totalLength_.ConvertToPx()); in JsOnScrollBarUpdate()