Searched refs:mByteCount (Results 1 – 4 of 4) sorted by relevance
118 mByteCount = 0; in BufLogStream()170 size = MIN(size, mMaxBytes - mByteCount); in write()173 mByteCount += bytes; in write()174 if (mMaxBytes > 0 && mMaxBytes == mByteCount) { in write()179 mTag, mByteCount); in write()
145 size_t mByteCount; variable
40 , mByteCount(0) in VertexBuffer()71 mByteCount = mVertexCount * sizeof(TYPE); in alloc()128 unsigned int getSize() const { return mByteCount; } in getSize()167 unsigned int mByteCount; variable
186 private long mByteCount; field in WebViewBrowserActivity.TracingLogger197 mByteCount += chunk.length; in write()205 showDialog(mByteCount); in close()