Home | History | Annotate | Download | only in proxy

Lines Matching refs:handle

25                  const ppapi::proxy::SerializedHandle& handle,
27 ppapi::proxy::SerializedHandle::WriteHeader(handle.header(), message);
29 // Now write the handle itself in POSIX style.
39 void ConvertHandlesInParam(const ppapi::proxy::SerializedHandle& handle,
43 handles->push_back(handle);
45 WriteHandle((*handle_index)++, handle, msg);
50 const ppapi::proxy::SerializedHandle& handle) {
51 WriteHandle((*handle_index)++, handle, m);
72 // ResourceMessageReplyParams, so that's the only one we need to handle.
89 // ConvertHandle will write each handle to |msg|, if necessary.
105 // It's not a handle, so just write to the output message, if necessary.
218 // because in Windows IPC code, native HANDLE values are serialized in the
234 // these contain a handle with an invalid (place holder) descriptor. The