OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsHandleValid
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/remoting/base/
scoped_sc_handle_win.h
24
static bool
IsHandleValid
(SC_HANDLE handle) {
/external/chromium_org/base/win/
scoped_hdc.h
59
static bool
IsHandleValid
(HDC handle) {
scoped_handle.h
58
return Traits::
IsHandleValid
(handle_);
73
if (Traits::
IsHandleValid
(handle)) {
93
if (Traits::
IsHandleValid
(temp)) {
102
if (Traits::
IsHandleValid
(handle_)) {
130
static bool
IsHandleValid
(HANDLE handle) {
/external/chromium_org/ppapi/proxy/
serialized_handle.cc
51
bool SerializedHandle::
IsHandleValid
() const {
54
return base::SharedMemory::
IsHandleValid
(shm_handle_);
67
if (
IsHandleValid
()) {
/external/chromium_org/base/memory/
shared_memory_nacl.cc
53
bool SharedMemory::
IsHandleValid
(const SharedMemoryHandle& handle) {
shared_memory_win.cc
75
bool SharedMemory::
IsHandleValid
(const SharedMemoryHandle& handle) {
shared_memory_posix.cc
89
bool SharedMemory::
IsHandleValid
(const SharedMemoryHandle& handle) {
/external/chromium_org/printing/backend/
win_helper.h
32
static bool
IsHandleValid
(HANDLE handle) {
71
static bool
IsHandleValid
(HANDLE handle) {
/external/chromium/base/
shared_memory_win.cc
58
bool SharedMemory::
IsHandleValid
(const SharedMemoryHandle& handle) {
shared_memory_posix.cc
70
bool SharedMemory::
IsHandleValid
(const SharedMemoryHandle& handle) {
/external/chromium_org/chrome/app/
signature_validator_win.cc
58
static bool
IsHandleValid
(HCERTSTORE handle) {
/external/chromium_org/cloud_print/service/win/
service_controller.cc
38
static bool
IsHandleValid
(Handle handle) {
/external/chromium_org/net/base/
net_util_win.cc
227
static bool
IsHandleValid
(HANDLE handle) {
228
return base::win::HandleTraits::
IsHandleValid
(handle);
Completed in 685 milliseconds