Searched defs:big_command (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_backend_unittest.cc134 SessionCommand* big_command = new SessionCommand(big_id, big_size); local
135 reinterpret_cast<char*>(big_command->contents())[0] = 'a';
136 reinterpret_cast<char*>(big_command->contents())[big_size - 1] = 'z';
137 commands.push_back(big_command);

Completed in 68 milliseconds