Searched refs:PlatformFileToInt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dplatform_file.h15 PPAPI_SHARED_EXPORT int32_t PlatformFileToInt(base::PlatformFile handle);
H A Dplatform_file.cc21 int32_t PlatformFileToInt(base::PlatformFile handle) { function in namespace:ppapi
/external/chromium_org/content/renderer/pepper/
H A Dppb_broker_impl.cc21 using ppapi::PlatformFileToInt;
33 pipe_handle_(PlatformFileToInt(base::SyncSocket::kInvalidHandle)),
45 pipe_handle_ = PlatformFileToInt(base::SyncSocket::kInvalidHandle);
97 if (pipe_handle_ == PlatformFileToInt(base::SyncSocket::kInvalidHandle))
111 DCHECK(pipe_handle_ == PlatformFileToInt(base::SyncSocket::kInvalidHandle));
113 handle == PlatformFileToInt(base::SyncSocket::kInvalidHandle));
H A Dpepper_broker.cc191 ppapi::PlatformFileToInt(base::SyncSocket::kInvalidHandle),
221 ppapi::PlatformFileToInt(base::SyncSocket::kInvalidHandle),
253 client->BrokerConnected(ppapi::PlatformFileToInt(plugin_handle), result);
/external/chromium_org/ppapi/proxy/
H A Dbroker_dispatcher.cc57 ppapi::PlatformFileToInt(socket_handle));
H A Dppb_broker_proxy.cc21 using ppapi::PlatformFileToInt;
89 *handle = PlatformFileToInt(socket_handle_);
200 int32_t socket_handle = PlatformFileToInt(base::SyncSocket::kInvalidHandle);
206 PlatformFileToInt(base::SyncSocket::kInvalidHandle));

Completed in 216 milliseconds