HomeSort by relevance Sort by last modified time
    Searched refs:IsTabInteresting (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.h 152 static bool IsTabInteresting(const Tab* tab);
tab_restore_service_helper.cc 549 bool TabRestoreServiceHelper::IsTabInteresting(const Tab* tab) {
568 return IsTabInteresting(&window->tabs[0]);
576 return IsTabInteresting(static_cast<Tab*>(entry));

Completed in 178 milliseconds