OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:big_command
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sessions/
session_backend_unittest.cc
134
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
);
/external/chromium_org/chrome/browser/sessions/
session_backend_unittest.cc
134
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 39 milliseconds