Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/functional/
Dyoutube.py102 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/
Dplugin.cc517 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 …]
Dplugin.h134 uint64_t loaded_bytes,
153 uint64_t loaded_bytes,
/external/chromium_org/components/nacl/renderer/
Dppb_nacl_private_impl.cc360 uint64_t loaded_bytes, in DispatchEvent() argument
391 loaded_bytes, in DispatchEvent()
398 loaded_bytes, in DispatchEvent()
/external/chromium_org/ppapi/c/private/
Dppb_nacl_private.h181 uint64_t loaded_bytes,
/external/chromium_org/ppapi/api/private/
Dppb_nacl_private.idl170 [in] uint64_t loaded_bytes,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c3039 …, 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…