Searched refs:loaded_bytes (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/test/functional/ |
D | youtube.py | 102 loaded_bytes = 0 103 loaded_bytes = self.ExecuteJavascript(""" 107 return int(loaded_bytes) 173 loaded_bytes = 0 175 while loaded_bytes < total_bytes: 180 loaded_bytes = self.GetVideoLoadedBytes() 181 self.assertTrue(prev_loaded_bytes <= loaded_bytes) 182 prev_loaded_bytes = loaded_bytes
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | plugin.cc | 517 uint64_t loaded_bytes, in ProgressEvent() argument 522 loaded_bytes_(loaded_bytes), in ProgressEvent() 529 uint64_t loaded_bytes() const { return loaded_bytes_; } in loaded_bytes() function in plugin::ProgressEvent 1296 uint64_t loaded_bytes, in ReportLoadSuccess() argument 1303 PP_NACL_EVENT_LOAD, url, length_computable, loaded_bytes, total_bytes); in ReportLoadSuccess() 1305 PP_NACL_EVENT_LOADEND, url, length_computable, loaded_bytes, total_bytes); in ReportLoadSuccess() 1425 uint64_t loaded_bytes, in EnqueueProgressEvent() argument 1433 loaded_bytes, in EnqueueProgressEvent() 1439 loaded_bytes, in EnqueueProgressEvent() 1473 event->loaded_bytes(), in DispatchProgressEvent() [all …]
|
D | plugin.h | 134 uint64_t loaded_bytes, 153 uint64_t loaded_bytes,
|
/external/chromium_org/components/nacl/renderer/ |
D | ppb_nacl_private_impl.cc | 360 uint64_t loaded_bytes, in DispatchEvent() argument 391 loaded_bytes, in DispatchEvent() 398 loaded_bytes, in DispatchEvent()
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_nacl_private.h | 181 uint64_t loaded_bytes,
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_nacl_private.idl | 170 [in] uint64_t loaded_bytes,
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 3039 …, struct PP_Var* resource_url, PP_Bool length_is_computable, uint64_t loaded_bytes, uint64_t total… in Pnacl_M25_PPB_NaCl_Private_DispatchEvent() argument 3041 …iface->DispatchEvent(instance, event_type, *resource_url, length_is_computable, loaded_bytes, tota… in Pnacl_M25_PPB_NaCl_Private_DispatchEvent() 4886 …e, struct PP_Var resource_url, PP_Bool length_is_computable, uint64_t loaded_bytes, uint64_t total…
|