OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SessionFileReader
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sessions/
session_backend.cc
32
//
SessionFileReader
----------------------------------------------------------
34
//
SessionFileReader
is responsible for reading the set of SessionCommands that
38
class
SessionFileReader
{
43
explicit
SessionFileReader
(const FilePath& path)
85
DISALLOW_COPY_AND_ASSIGN(
SessionFileReader
);
88
bool
SessionFileReader
::Read(BaseSessionService::SessionType type,
117
SessionCommand*
SessionFileReader
::ReadCommand() {
163
bool
SessionFileReader
::FillBuffer() {
254
SessionFileReader
file_reader(GetLastSessionPath());
307
SessionFileReader
file_reader(GetCurrentSessionPath())
[
all
...]
/external/chromium_org/chrome/browser/sessions/
session_backend.cc
33
//
SessionFileReader
----------------------------------------------------------
35
//
SessionFileReader
is responsible for reading the set of SessionCommands that
39
class
SessionFileReader
{
44
explicit
SessionFileReader
(const base::FilePath& path)
88
DISALLOW_COPY_AND_ASSIGN(
SessionFileReader
);
91
bool
SessionFileReader
::Read(BaseSessionService::SessionType type,
120
SessionCommand*
SessionFileReader
::ReadCommand() {
126
VLOG(1) << "
SessionFileReader
::ReadCommand, file incomplete";
139
VLOG(1) << "
SessionFileReader
::ReadCommand, empty command";
150
VLOG(1) << "
SessionFileReader
::ReadCommand, last chunk lost"
[
all
...]
Completed in 27 milliseconds