Home
last modified time | relevance | path

Searched refs:mark_article_read (Results 1 – 22 of 22) sorted by relevance

/dports/www/newsboat/newsboat-2.22.1/include/
H A Dinoreaderapi.h20 virtual bool mark_article_read(const std::string& guid, bool read);
H A Dfeedhqapi.h19 bool mark_article_read(const std::string& guid, bool read) override;
H A Doldreaderapi.h19 bool mark_article_read(const std::string& guid, bool read) override;
H A Dremoteapi.h31 virtual bool mark_article_read(const std::string& guid, bool read) = 0;
H A Docnewsapi.h19 bool mark_article_read(const std::string& guid, bool read) override;
H A Dnewsblurapi.h26 bool mark_article_read(const std::string& guid, bool read) override;
H A Dminifluxapi.h20 bool mark_article_read(const std::string& guid, bool read) override;
H A Dttrssapi.h26 bool mark_article_read(const std::string& guid, bool read) override;
H A Dcontroller.h47 void mark_article_read(const std::string& guid, bool read);
/dports/www/newsboat/newsboat-2.22.1/src/
H A Ditemlistformaction.cpp86 v->get_ctrl()->mark_article_read( in process_operation()
141 v->get_ctrl()->mark_article_read(item->guid(), true); in process_operation()
223 v->get_ctrl()->mark_article_read( in process_operation()
231 v->get_ctrl()->mark_article_read( in process_operation()
250 v->get_ctrl()->mark_article_read( in process_operation()
545 v->get_ctrl()->mark_article_read( in process_operation()
1006 v->get_ctrl()->mark_article_read( in prepare()
H A Dremoteapi.cpp16 if (!this->mark_article_read(guid, true)) { in mark_articles_read()
H A Ditemviewformaction.cpp173 v->get_ctrl()->mark_article_read(item->guid(), true); in process_operation()
387 v->get_ctrl()->mark_article_read(item->guid(), false); in process_operation()
H A Dminifluxapi.cpp108 bool MinifluxApi::mark_article_read(const std::string& guid, bool read) in mark_article_read() function in newsboat::MinifluxApi
H A Dnewsblurapi.cpp198 bool NewsBlurApi::mark_article_read(const std::string& guid, bool read) in mark_article_read() function in newsboat::NewsBlurApi
H A Dinoreaderapi.cpp202 bool InoreaderApi::mark_article_read(const std::string& guid, bool read) in get_subscribed_urls() function in newsboat::InoreaderApi
H A Dfeedhqapi.cpp205 bool FeedHqApi::mark_article_read(const std::string& guid, bool read) in mark_article_read() function in newsboat::FeedHqApi
H A Dcontroller.cpp592 void Controller::mark_article_read(const std::string& guid, bool read) in mark_article_read() function in newsboat::Controller
595 api->mark_article_read(guid, read); in mark_article_read()
H A Docnewsapi.cpp157 bool OcNewsApi::mark_article_read(const std::string& guid, bool read) in mark_article_read() function in newsboat::OcNewsApi
H A Doldreaderapi.cpp224 bool OldReaderApi::mark_article_read(const std::string& guid, bool read) in get_subscribed_urls() function in newsboat::OldReaderApi
H A Dttrssapi.cpp322 bool TtRssApi::mark_article_read(const std::string& guid, bool read) in mark_article_read() function in newsboat::TtRssApi
H A Dview.cpp512 get_ctrl()->mark_article_read( in push_itemview()
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dremoteapi.cpp45 bool mark_article_read(const std::string&, bool) in mark_article_read() function in test_api