OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HELLO
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/webapp/unittests/
it2me_helpee_channel_unittest.js
54
test('
hello
() should return supportedFeatures', function() {
56
{ method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.
HELLO
});
it2me_helper_channel_unittest.js
64
test('onHangoutMessage_("
hello
") should return supportedFeatures', function() {
66
{ method: remoting.It2MeHelperChannel.HangoutMessageTypes.
HELLO
});
/external/mtpd/
l2tp.c
47
HELLO
= 6,
61
"ACK", "SCCRQ", "SCCRP", "SCCCN", "STOPCCN", NULL, "
HELLO
", "OCRQ",
477
case
HELLO
:
/external/chromium_org/remoting/webapp/background/
it2me_helper_channel.js
17
* port.postMessage('
hello
')
19
* If the webapp is installed, Hangouts will receive a
hello
response with the
24
* |--------
hello
message-------->| |
119
HELLO
: '
hello
',
161
case MessageTypes.
HELLO
:
it2me_helpee_channel.js
18
* |-----------
hello
message---------->| |
112
HELLO
: '
hello
',
171
case MessageTypes.
HELLO
:
Completed in 71 milliseconds