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

  /external/chromium/chrome/browser/sessions/
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.
  /external/chromium_org/chrome/browser/sessions/
session_service.cc 346 if (!should_track_changes_for_browser_type(type, app_type))
1555 bool SessionService::should_track_changes_for_browser_type(Browser::Type type, function in class:SessionService
    [all...]

Completed in 182 milliseconds