Searched refs:should_track_changes_for_browser_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.h144 // (should_track_changes_for_browser_type returns true).
374 // (should_track_changes_for_browser_type returns true). All browsers that
403 // which |should_track_changes_for_browser_type| returns true. See
404 // |should_track_changes_for_browser_type| for details.
414 static bool should_track_changes_for_browser_type(
469 // return true from should_track_changes_for_browser_type.
H A Dsession_service.cc433 if (!should_track_changes_for_browser_type(type, app_type))
1020 !should_track_changes_for_browser_type(
1624 return should_track_changes_for_browser_type(browser->type(), app_type);
1627 bool SessionService::should_track_changes_for_browser_type(Browser::Type type, function in class:SessionService

Completed in 77 milliseconds