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

  /external/chromium/chrome/browser/sessions/
session_backend.h 101 // If current_session_file_ is open, it is truncated so that it is essentially
102 // empty (only contains the header). If current_session_file_ isn't open, it
104 // current_session_file_ contains no commands.
105 // NOTE: current_session_file_ may be NULL if the file couldn't be opened or
132 scoped_ptr<net::FileStream> current_session_file_; member in class:SessionBackend
  /external/chromium_org/chrome/browser/sessions/
session_backend.h 98 // If current_session_file_ is open, it is truncated so that it is essentially
99 // empty (only contains the header). If current_session_file_ isn't open, it
101 // current_session_file_ contains no commands.
102 // NOTE: current_session_file_ may be NULL if the file couldn't be opened or
129 scoped_ptr<net::FileStream> current_session_file_; member in class:SessionBackend

Completed in 159 milliseconds