/dports/devel/godot2/godot-2.1.6-stable/scene/main/ |
H A D | http_request.h | 133 int get_downloaded_bytes() const;
|
H A D | http_request.cpp | 511 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 D | http_request.h | 133 int get_downloaded_bytes() const;
|
H A D | http_request.cpp | 511 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 D | http_request.h | 145 int get_downloaded_bytes() const;
|
H A D | http_request.cpp | 486 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 D | http_request.h | 145 int get_downloaded_bytes() const;
|
H A D | http_request.cpp | 486 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 D | asset_library_editor_plugin.cpp | 363 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 D | asset_library_editor_plugin.cpp | 363 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 D | export_template_manager.cpp | 517 …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 D | export_template_manager.cpp | 517 …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 D | asset_library_editor_plugin.cpp | 423 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 D | asset_library_editor_plugin.cpp | 423 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()
|