Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dplugin_stream.cc132 size_t totalBytesWritten = 0, bytes; in WriteToFile() local
135 totalBytesWritten += bytes; in WriteToFile()
136 } while (bytes > 0U && totalBytesWritten < length); in WriteToFile()
138 if (totalBytesWritten != length) { in WriteToFile()