OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLastSessionPath
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sessions/
session_backend.h
120
FilePath
GetLastSessionPath
();
session_backend.cc
254
SessionFileReader file_reader(
GetLastSessionPath
());
260
file_util::Delete(
GetLastSessionPath
(), false);
268
const FilePath last_session_path =
GetLastSessionPath
();
384
FilePath SessionBackend::
GetLastSessionPath
() {
/external/chromium_org/chrome/browser/sessions/
session_backend.h
117
base::FilePath
GetLastSessionPath
();
session_backend.cc
262
SessionFileReader file_reader(
GetLastSessionPath
());
268
base::DeleteFile(
GetLastSessionPath
(), false);
276
const base::FilePath last_session_path =
GetLastSessionPath
();
391
base::FilePath SessionBackend::
GetLastSessionPath
() {
Completed in 172 milliseconds