OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCurrentSessionPath
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sessions/
session_backend.cc
267
const FilePath current_session_path =
GetCurrentSessionPath
();
307
SessionFileReader file_reader(
GetCurrentSessionPath
());
363
current_session_file_.reset(OpenAndWriteHeader(
GetCurrentSessionPath
()));
393
FilePath SessionBackend::
GetCurrentSessionPath
() {
/external/chromium_org/chrome/browser/sessions/
session_backend.cc
275
const base::FilePath current_session_path =
GetCurrentSessionPath
();
303
SessionFileReader file_reader(
GetCurrentSessionPath
());
369
current_session_file_.reset(OpenAndWriteHeader(
GetCurrentSessionPath
()));
400
base::FilePath SessionBackend::
GetCurrentSessionPath
() {
Completed in 130 milliseconds