OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plugin_handle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_broker.cc
233
base::SyncSocket::Handle
plugin_handle
= base::kInvalidPlatformFileValue;
local
247
plugin_handle
= DuplicateHandle(plugin_socket->handle());
257
client->BrokerConnected(ppapi::PlatformFileToInt(
plugin_handle
), result);
/external/chromium_org/chrome/browser/plugins/
plugin_observer.cc
230
base::ProcessHandle
plugin_handle
= base::kNullProcessHandle;
local
232
plugin_pid, PROCESS_QUERY_INFORMATION | SYNCHRONIZE, &
plugin_handle
);
235
is_running = base::GetTerminationStatus(
plugin_handle
, NULL) ==
237
base::CloseProcessHandle(
plugin_handle
);
/external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc
396
IPC::ChannelHandle
plugin_handle
;
local
397
plugin_handle
.name = IPC::Channel::GenerateVerifiedChannelID(
409
plugin_handle
,
419
plugin_handle
,
429
handle->name =
plugin_handle
.name;
/external/chromium_org/ppapi/proxy/
raw_var_data.cc
414
base::SharedMemoryHandle
plugin_handle
;
local
417
&
plugin_handle
);
420
DCHECK(!base::SharedMemory::IsHandleValid(
plugin_handle
));
425
DCHECK(base::SharedMemory::IsHandleValid(
plugin_handle
));
428
plugin_shm_handle_ = SerializedHandle(
plugin_handle
,
Completed in 549 milliseconds