Home
last modified time | relevance | path

Searched refs:ReadLastSessionCommandsImpl (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
Dsession_backend_unittest.cc65 backend->ReadLastSessionCommandsImpl(&commands); in TEST_F()
74 backend->ReadLastSessionCommandsImpl(&commands); in TEST_F()
80 backend->ReadLastSessionCommandsImpl(&commands); in TEST_F()
107 backend->ReadLastSessionCommandsImpl(&commands); in TEST_F()
145 backend->ReadLastSessionCommandsImpl(&commands); in TEST_F()
170 backend->ReadLastSessionCommandsImpl(&commands); in TEST_F()
196 backend->ReadLastSessionCommandsImpl(&commands); in TEST_F()
Dsession_backend.h77 bool ReadLastSessionCommandsImpl(std::vector<SessionCommand*>* commands);
Dsession_backend.cc252 ReadLastSessionCommandsImpl(&(commands.get())); in ReadLastSessionCommands()
256 bool SessionBackend::ReadLastSessionCommandsImpl( in ReadLastSessionCommandsImpl() function in SessionBackend
Dsession_service_test_helper.cc61 backend()->ReadLastSessionCommandsImpl(&(read_commands.get())); in ReadWindows()