Home
last modified time | relevance | path

Searched refs:get_animation_object (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DAnimationsManager.h35 tl_object_ptr<td_api::animation> get_animation_object(FileId file_id) const;
H A DGame.cpp85 … td->animations_manager_->get_animation_object(animation_file_id_)); in get_game_object()
H A DNotificationType.cpp169 animations_manager->get_animation_object(document.file_id), arg, is_pinned); in get_push_message_content_object()
H A DAnimationsManager.cpp153 tl_object_ptr<td_api::animation> AnimationsManager::get_animation_object(FileId file_id) const { in get_animation_object() function in td::AnimationsManager
H A DInlineQueriesManager.cpp1333 … animation->animation_ = td_->animations_manager_->get_animation_object(parsed_document.file_id); in on_get_inline_query_results()
1648 animation->animation_ = td_->animations_manager_->get_animation_object(file_id); in on_get_inline_query_results()
H A DWebPagesManager.cpp1248 ? td_->animations_manager_->get_animation_object(web_page->document.file_id) in get_web_page_object()
H A DWebPageBlock.cpp992 context->td_->animations_manager_->get_animation_object(animation_file_id), in get_page_block_object()
H A DMessageContent.cpp4802 td->animations_manager_->get_animation_object(m->file_id), in get_message_content_object()
H A DTd.cpp2559 return td_->animations_manager_->get_animation_object(animation_id); in do_send_result()