Home
last modified time | relevance | path

Searched refs:DistilledState (Results 1 – 15 of 15) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/reading_list/
H A Dreading_list_download_service.cc160 switch (entry->DistilledState()) { in SyncWithModel()
193 entry->DistilledState() == ReadingListEntry::DISTILLATION_ERROR || in ScheduleDownloadEntry()
194 entry->DistilledState() == ReadingListEntry::PROCESSED || entry->IsRead()) in ScheduleDownloadEntry()
208 entry->DistilledState() == ReadingListEntry::DISTILLATION_ERROR || in DownloadEntry()
209 entry->DistilledState() == ReadingListEntry::PROCESSED || entry->IsRead()) in DownloadEntry()
H A Dreading_list_web_state_observer.mm74 return entry && entry->DistilledState() == ReadingListEntry::PROCESSED;
254 DCHECK(entry->DistilledState() == ReadingListEntry::PROCESSED);
H A Doffline_page_tab_helper.mm314 return entry->DistilledState() == ReadingListEntry::PROCESSED;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/reading_list/core/
H A Dreading_list_entry_unittest.cc107 TEST(ReadingListEntry, DistilledState) { in TEST() argument
111 EXPECT_EQ(ReadingListEntry::WAITING, e.DistilledState()); in TEST()
114 EXPECT_EQ(ReadingListEntry::DISTILLATION_ERROR, e.DistilledState()); in TEST()
120 EXPECT_EQ(ReadingListEntry::PROCESSED, e.DistilledState()); in TEST()
396 EXPECT_EQ(waiting_entry->DistilledState(), ReadingListEntry::WAITING); in TEST()
430 EXPECT_EQ(local_entry.DistilledState(), ReadingListEntry::DISTILLATION_ERROR); in TEST()
H A Dreading_list_model_impl.cc219 if (entry.DistilledState() == ReadingListEntry::PROCESSED && in GetFirstUnreadEntry()
427 if (entry.DistilledState() == ReadingListEntry::PROCESSED && in SetEntryDistilledInfo()
455 if (entry.DistilledState() == state) { in SetEntryDistilledState()
H A Dreading_list_model_unittest.cc660 EXPECT_EQ(ReadingListEntry::PROCESSING, entry.DistilledState()); in TEST_F()
678 EXPECT_EQ(ReadingListEntry::PROCESSED, entry.DistilledState()); in TEST_F()
709 EXPECT_EQ(ReadingListEntry::PROCESSING, entry->DistilledState()); in TEST_F()
728 EXPECT_EQ(ReadingListEntry::PROCESSED, entry->DistilledState()); in TEST_F()
H A Dreading_list_entry.h88 DistillationState DistilledState() const;
H A Dreading_list_entry.cc145 ReadingListEntry::DistillationState ReadingListEntry::DistilledState() const { in DistilledState() function in ReadingListEntry
566 switch (DistilledState()) { in AsReadingListLocal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/reading_list/core/
H A Dreading_list_entry_unittest.cc107 TEST(ReadingListEntry, DistilledState) { in TEST() argument
111 EXPECT_EQ(ReadingListEntry::WAITING, e.DistilledState()); in TEST()
114 EXPECT_EQ(ReadingListEntry::DISTILLATION_ERROR, e.DistilledState()); in TEST()
120 EXPECT_EQ(ReadingListEntry::PROCESSED, e.DistilledState()); in TEST()
396 EXPECT_EQ(waiting_entry->DistilledState(), ReadingListEntry::WAITING); in TEST()
430 EXPECT_EQ(local_entry.DistilledState(), ReadingListEntry::DISTILLATION_ERROR); in TEST()
H A Dreading_list_model_impl.cc219 if (entry.DistilledState() == ReadingListEntry::PROCESSED && in GetFirstUnreadEntry()
423 if (entry.DistilledState() == ReadingListEntry::PROCESSED && in SetEntryDistilledInfo()
451 if (entry.DistilledState() == state) { in SetEntryDistilledState()
H A Dreading_list_model_unittest.cc660 EXPECT_EQ(ReadingListEntry::PROCESSING, entry.DistilledState()); in TEST_F()
678 EXPECT_EQ(ReadingListEntry::PROCESSED, entry.DistilledState()); in TEST_F()
709 EXPECT_EQ(ReadingListEntry::PROCESSING, entry->DistilledState()); in TEST_F()
728 EXPECT_EQ(ReadingListEntry::PROCESSED, entry->DistilledState()); in TEST_F()
H A Dreading_list_entry.h88 DistillationState DistilledState() const;
H A Dreading_list_entry.cc145 ReadingListEntry::DistillationState ReadingListEntry::DistilledState() const { in DistilledState() function in ReadingListEntry
566 switch (DistilledState()) { in AsReadingListLocal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/reading_list/
H A Dreading_list_list_item_factory.mm62 reading_list::UIStatusFromModelStatus(entry->DistilledState());
64 entry->DistilledState() == ReadingListEntry::PROCESSED &&
H A Dreading_list_coordinator.mm268 if (entry->DistilledState() == ReadingListEntry::PROCESSED) {
326 if (entry->DistilledState() == ReadingListEntry::PROCESSED) {
473 if (entry->DistilledState() == ReadingListEntry::PROCESSED) {