Home
last modified time | relevance | path

Searched refs:ReadLastSessionCommandsImpl (Results 1 – 8 of 8) 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.cc255 ReadLastSessionCommandsImpl(&(commands.get())); in ReadLastSessionCommands()
259 bool SessionBackend::ReadLastSessionCommandsImpl( in ReadLastSessionCommandsImpl() function in SessionBackend
Dsession_service_test_helper.cc61 backend()->ReadLastSessionCommandsImpl(&(read_commands.get())); in ReadWindows()
/external/chromium/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.h75 bool ReadLastSessionCommandsImpl(std::vector<SessionCommand*>* commands);
Dsession_backend.cc245 ReadLastSessionCommandsImpl(&(request->commands)); in ReadLastSessionCommands()
251 bool SessionBackend::ReadLastSessionCommandsImpl( in ReadLastSessionCommandsImpl() function in SessionBackend
Dsession_service_test_helper.cc51 backend()->ReadLastSessionCommandsImpl(&(read_commands.get())); in ReadWindows()