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

  /external/chromium/chrome/browser/sessions/
session_service.cc 294 if (!should_track_changes_for_browser_type(type))
510 !should_track_changes_for_browser_type(browser->type())) {
844 !should_track_changes_for_browser_type(
    [all...]
session_service.h 111 // (should_track_changes_for_browser_type returns true).
332 // (should_track_changes_for_browser_type returns true). All browsers that
361 // which |should_track_changes_for_browser_type| returns true. See
362 // |should_track_changes_for_browser_type| for details.
369 static bool should_track_changes_for_browser_type(Browser::Type type) { function in class:SessionService
434 // return true from should_track_changes_for_browser_type.

Completed in 233 milliseconds