Searched defs:PPBURLLoader_UpdateProgress_Params (Results 1 – 1 of 1) sorted by relevance
120 struct PPBURLLoader_UpdateProgress_Params { struct121 PP_Instance instance;122 ppapi::HostResource resource;123 int64_t bytes_sent;124 int64_t total_bytes_to_be_sent;125 int64_t bytes_received;126 int64_t total_bytes_to_be_received;