OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_commands
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sessions/
session_service_test_helper.cc
50
ScopedVector<SessionCommand>
read_commands
;
local
51
backend()->ReadLastSessionCommandsImpl(&(
read_commands
.get()));
52
RestoreSessionFromCommands(
read_commands
.get(), windows);
/external/chromium_org/chrome/browser/sessions/
session_service_test_helper.cc
60
ScopedVector<SessionCommand>
read_commands
;
local
61
backend()->ReadLastSessionCommandsImpl(&(
read_commands
.get()));
63
read_commands
.get(), windows, active_window_id);
Completed in 50 milliseconds