Home
last modified time | relevance | path

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

/dports/devel/godot2/godot-2.1.6-stable/scene/main/
H A Dhttp_request.h133 int get_downloaded_bytes() const;
H A Dhttp_request.cpp511 int HTTPRequest::get_downloaded_bytes() const { in get_downloaded_bytes() function in HTTPRequest
538 ObjectTypeDB::bind_method(_MD("get_downloaded_bytes"), &HTTPRequest::get_downloaded_bytes); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/main/
H A Dhttp_request.h133 int get_downloaded_bytes() const;
H A Dhttp_request.cpp511 int HTTPRequest::get_downloaded_bytes() const { in get_downloaded_bytes() function in HTTPRequest
538 ObjectTypeDB::bind_method(_MD("get_downloaded_bytes"), &HTTPRequest::get_downloaded_bytes); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/main/
H A Dhttp_request.h145 int get_downloaded_bytes() const;
H A Dhttp_request.cpp486 int HTTPRequest::get_downloaded_bytes() const { in get_downloaded_bytes() function in HTTPRequest
530 ClassDB::bind_method(D_METHOD("get_downloaded_bytes"), &HTTPRequest::get_downloaded_bytes); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/scene/main/
H A Dhttp_request.h145 int get_downloaded_bytes() const;
H A Dhttp_request.cpp486 int HTTPRequest::get_downloaded_bytes() const { in get_downloaded_bytes() function in HTTPRequest
530 ClassDB::bind_method(D_METHOD("get_downloaded_bytes"), &HTTPRequest::get_downloaded_bytes); in _bind_methods()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dasset_library_editor_plugin.cpp363 progress->set_val(download->get_downloaded_bytes()); in _http_download_completed()
365 …e("max: " + itos(download->get_body_size()) + " bytes: " + itos(download->get_downloaded_bytes())); in _http_download_completed()
368 progress->set_val(download->get_downloaded_bytes()); in _http_download_completed()
370 …status->set_text(TTR("Success!") + " (" + String::humanize_size(download->get_downloaded_bytes()) … in _http_download_completed()
393 progress->set_val(download->get_downloaded_bytes()); in _notification()
398 …status->set_text(TTR("Fetching:") + " " + String::humanize_size(download->get_downloaded_bytes())); in _notification()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dasset_library_editor_plugin.cpp363 progress->set_val(download->get_downloaded_bytes()); in _http_download_completed()
365 …e("max: " + itos(download->get_body_size()) + " bytes: " + itos(download->get_downloaded_bytes())); in _http_download_completed()
368 progress->set_val(download->get_downloaded_bytes()); in _http_download_completed()
370 …status->set_text(TTR("Success!") + " (" + String::humanize_size(download->get_downloaded_bytes()) … in _http_download_completed()
393 progress->set_val(download->get_downloaded_bytes()); in _notification()
398 …status->set_text(TTR("Fetching:") + " " + String::humanize_size(download->get_downloaded_bytes())); in _notification()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dexport_template_manager.cpp517 …status += " " + String::humanize_size(download_templates->get_downloaded_bytes()) + "/" + String::… in _notification()
519 template_download_progress->set_value(download_templates->get_downloaded_bytes()); in _notification()
521 status += " " + String::humanize_size(download_templates->get_downloaded_bytes()); in _notification()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dexport_template_manager.cpp517 …status += " " + String::humanize_size(download_templates->get_downloaded_bytes()) + "/" + String::… in _notification()
519 template_download_progress->set_value(download_templates->get_downloaded_bytes()); in _notification()
521 status += " " + String::humanize_size(download_templates->get_downloaded_bytes()); in _notification()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dasset_library_editor_plugin.cpp423 if (download->get_downloaded_bytes() > 0) { in _notification()
425 progress->set_value(download->get_downloaded_bytes()); in _notification()
434 String::humanize_size(download->get_downloaded_bytes()), in _notification()
441 String::humanize_size(download->get_downloaded_bytes()))); in _notification()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dasset_library_editor_plugin.cpp423 if (download->get_downloaded_bytes() > 0) { in _notification()
425 progress->set_value(download->get_downloaded_bytes()); in _notification()
434 String::humanize_size(download->get_downloaded_bytes()), in _notification()
441 String::humanize_size(download->get_downloaded_bytes()))); in _notification()