HomeSort by relevance Sort by last modified time
    Searched defs:SerializedHandle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
serialized_handle.cc 20 SerializedHandle::SerializedHandle()
27 SerializedHandle::SerializedHandle(Type type_param)
34 SerializedHandle::SerializedHandle(const base::SharedMemoryHandle& handle,
42 SerializedHandle::SerializedHandle(
51 bool SerializedHandle::IsHandleValid() const {
66 void SerializedHandle::Close()
    [all...]
serialized_handle.h 23 // SerializedHandle is a unified structure for holding a handle (e.g., a shared
27 class PPAPI_PROXY_EXPORT SerializedHandle {
40 SerializedHandle();
42 explicit SerializedHandle(Type type);
45 SerializedHandle(const base::SharedMemoryHandle& handle, uint32 size);
48 SerializedHandle(const Type type,

Completed in 410 milliseconds