OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SessionCommand
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/sessions/
session_command.cc
11
SessionCommand
::
SessionCommand
(id_type id, size_type size)
16
SessionCommand
::
SessionCommand
(id_type id, const Pickle& pickle)
23
bool
SessionCommand
::GetPayload(void* dest, size_t count) const {
30
Pickle*
SessionCommand
::PayloadAsPickle() const {
session_command.h
15
//
SessionCommand
contains a command id and arbitrary chunk of data. The id
21
// There are two ways to create a
SessionCommand
:
25
class
SessionCommand
{
35
SessionCommand
(id_type id, size_type size);
39
SessionCommand
(id_type id, const Pickle& pickle);
57
// this
SessionCommand
. If you need it to outlive the command, copy the
65
DISALLOW_COPY_AND_ASSIGN(
SessionCommand
);
/external/chromium_org/chrome/browser/sessions/
session_command.cc
11
SessionCommand
::
SessionCommand
(id_type id, size_type size)
16
SessionCommand
::
SessionCommand
(id_type id, const Pickle& pickle)
23
bool
SessionCommand
::GetPayload(void* dest, size_t count) const {
30
Pickle*
SessionCommand
::PayloadAsPickle() const {
session_command.h
14
//
SessionCommand
contains a command id and arbitrary chunk of data. The id
20
// There are two ways to create a
SessionCommand
:
24
class
SessionCommand
{
35
SessionCommand
(id_type id, size_type size);
39
SessionCommand
(id_type id, const Pickle& pickle);
57
// this
SessionCommand
. If you need it to outlive the command, copy the
65
DISALLOW_COPY_AND_ASSIGN(
SessionCommand
);
/external/chromium_org/chrome/test/chromedriver/
commands.h
49
scoped_ptr<base::Value>*)>
SessionCommand
;
56
const
SessionCommand
& command,
Completed in 55 milliseconds