OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protocol_count
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ppapi/cpp/
websocket.cc
36
uint32_t
protocol_count
, const CompletionCallback& callback) {
42
if (
protocol_count
)
43
c_protocols = new PP_Var[
protocol_count
];
44
for (uint32_t i = 0; i <
protocol_count
; ++i)
48
pp_resource(), url.pp_var(), c_protocols,
protocol_count
,
websocket.h
48
/// <code>
protocol_count
</code> is 0.
50
/// @param[in]
protocol_count
The number of sub-protocols in
73
uint32_t
protocol_count
, const CompletionCallback& callback);
/external/chromium_org/ppapi/thunk/
ppb_websocket_api.h
32
uint32_t
protocol_count
,
ppb_websocket_thunk.cc
39
uint32_t
protocol_count
,
47
protocol_count
,
/external/chromium_org/ppapi/utility/websocket/
websocket_api.cc
33
uint32_t
protocol_count
) {
37
WebSocket::Connect(url, protocols,
protocol_count
, callback);
115
uint32_t
protocol_count
) {
116
return impl_->Connect(url, protocols,
protocol_count
);
websocket_api.h
37
/// <code>
protocol_count
</code> is 0.
38
/// @param[in]
protocol_count
The number of sub-protocols in
45
uint32_t
protocol_count
);
/external/chromium_org/ppapi/api/
ppb_websocket.idl
221
* <code>
protocol_count
</code> is 0.
223
* @param[in]
protocol_count
The number of sub-protocols in
249
[in, size_as=
protocol_count
] PP_Var[] protocols,
250
[in] uint32_t
protocol_count
,
/external/chromium_org/ppapi/c/
ppb_websocket.h
220
* <code>
protocol_count
</code> is 0.
222
* @param[in]
protocol_count
The number of sub-protocols in
248
uint32_t
protocol_count
,
/external/chromium_org/ppapi/proxy/
websocket_resource.h
37
uint32_t
protocol_count
,
websocket_resource.cc
81
uint32_t
protocol_count
,
99
protocol_strings.reserve(
protocol_count
);
100
for (uint32_t i = 0; i <
protocol_count
; ++i) {
/external/chromium_org/ppapi/tests/
test_websocket.cc
309
uint32_t
protocol_count
= 0U;
local
312
protocol_count
= 1U;
315
ws, url_var, protocols,
protocol_count
,
[
all
...]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 7245 milliseconds