OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_handle_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/pepper/
ppb_broker_impl.cc
34
pipe_handle_
(PlatformFileToInt(base::kInvalidPlatformFileValue)),
46
pipe_handle_
= PlatformFileToInt(base::kInvalidPlatformFileValue);
100
if (
pipe_handle_
== PlatformFileToInt(base::kInvalidPlatformFileValue))
102
*handle =
pipe_handle_
;
114
DCHECK(
pipe_handle_
==
119
pipe_handle_
= handle;
ppb_broker_impl.h
68
int32_t
pipe_handle_
;
member in class:content::PPB_Broker_Impl
/external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h
189
HANDLE
pipe_handle_
;
member in class:MainUIWindow
main_ui_window.cc
420
if (::ReadFile(
pipe_handle_
,
468
CloseHandle(
pipe_handle_
);
544
pipe_handle_
= ::CreateNamedPipe(log_pipe,
553
if (INVALID_HANDLE_VALUE ==
pipe_handle_
)
556
if (!sandbox::AddKnownSidToObject(
pipe_handle_
, SE_KERNEL_OBJECT,
Completed in 157 milliseconds