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

  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.h 115 // Calls either ValidateTab or ValidateWindow as appropriate.
146 static bool ValidateTab(Tab* tab);
tab_restore_service_helper.cc 393 return ValidateTab(static_cast<Tab*>(entry));
512 bool TabRestoreServiceHelper::ValidateTab(Tab* tab) {
531 if (!ValidateTab(&(*tab_i))) {

Completed in 933 milliseconds