IsHandleValid     102 base/memory/shared_memory.h   static bool IsHandleValid(const SharedMemoryHandle& handle);
IsHandleValid      56 base/win/scoped_handle.h     return Traits::IsHandleValid(handle_);
IsHandleValid      71 base/win/scoped_handle.h       if (Traits::IsHandleValid(handle)) {
IsHandleValid      91 base/win/scoped_handle.h     if (Traits::IsHandleValid(temp)) {
IsHandleValid     100 base/win/scoped_handle.h     if (Traits::IsHandleValid(handle_)) {
IsHandleValid     128 base/win/scoped_handle.h   static bool IsHandleValid(HANDLE handle) {
IsHandleValid      59 base/win/scoped_hdc.h   static bool IsHandleValid(HDC handle) {
IsHandleValid     462 chrome/browser/extensions/user_script_master.cc   if (base::SharedMemory::IsHandleValid(handle_for_process))
IsHandleValid    1500 chrome/renderer/extensions/dispatcher.cc   DCHECK(base::SharedMemory::IsHandleValid(scripts)) << "Bad scripts handle";
IsHandleValid      54 components/visitedlink/browser/visitedlink_event_listener.cc     if (base::SharedMemory::IsHandleValid(handle_for_process))
IsHandleValid      37 components/visitedlink/renderer/visitedlink_slave.cc   DCHECK(base::SharedMemory::IsHandleValid(table)) << "Bad table handle";
IsHandleValid    1547 content/browser/browser_plugin/browser_plugin_guest.cc   if (base::SharedMemory::IsHandleValid(params.damage_buffer_handle))
IsHandleValid     207 content/browser/child_process_launcher.cc         base::SharedMemory::IsHandleValid(
IsHandleValid     360 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc   EXPECT_TRUE(base::SharedMemory::IsHandleValid(handle_orientation));
IsHandleValid     367 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc   EXPECT_TRUE(base::SharedMemory::IsHandleValid(handle_motion));
IsHandleValid     550 content/browser/fileapi/fileapi_message_filter.cc   DCHECK(base::SharedMemory::IsHandleValid(handle));
IsHandleValid     637 content/browser/fileapi/fileapi_message_filter.cc   DCHECK(base::SharedMemory::IsHandleValid(handle));
IsHandleValid     111 content/browser/renderer_host/clipboard_message_filter.cc   DCHECK(base::SharedMemory::IsHandleValid(bitmap_handle))
IsHandleValid      99 content/browser/renderer_host/software_frame_manager.cc   if (base::SharedMemory::IsHandleValid(shared_memory->handle())) {
IsHandleValid     181 content/browser/renderer_host/software_frame_manager.cc   DCHECK(base::SharedMemory::IsHandleValid(
IsHandleValid     391 content/child/child_thread.cc     if (base::SharedMemory::IsHandleValid(shared_mem_handle)) {
IsHandleValid     387 content/child/resource_dispatcher.cc   bool shm_valid = base::SharedMemory::IsHandleValid(shm_handle);
IsHandleValid     417 content/child/resource_dispatcher.cc     CHECK(base::SharedMemory::IsHandleValid(request_info->buffer->handle()));
IsHandleValid     795 content/child/resource_dispatcher.cc       if (base::SharedMemory::IsHandleValid(shm_handle))
IsHandleValid     146 content/common/gpu/client/command_buffer_proxy_impl.cc   if (!base::SharedMemory::IsHandleValid(handle))
IsHandleValid     279 content/common/gpu/client/command_buffer_proxy_impl.cc   if (!base::SharedMemory::IsHandleValid(handle))
IsHandleValid      18 content/common/gpu/client/gpu_memory_buffer_impl_shm.cc   if (!base::SharedMemory::IsHandleValid(handle.handle))
IsHandleValid     112 content/common/gpu/client/gpu_video_decode_accelerator_host.cc   if (!base::SharedMemory::IsHandleValid(handle)) {
IsHandleValid     111 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   if (!base::SharedMemory::IsHandleValid(frame->shared_memory_handle())) {
IsHandleValid     118 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   if (!base::SharedMemory::IsHandleValid(handle)) {
IsHandleValid     151 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   if (!base::SharedMemory::IsHandleValid(handle)) {
IsHandleValid      85 content/common/host_shared_bitmap_manager_unittest.cc   EXPECT_TRUE(base::SharedMemory::IsHandleValid(handle));
IsHandleValid      24 content/renderer/gamepad_shared_memory_reader.cc   bool valid_handle = base::SharedMemory::IsHandleValid(
IsHandleValid      48 content/renderer/gamepad_shared_memory_reader.cc   if (!base::SharedMemory::IsHandleValid(renderer_shared_memory_handle_))
IsHandleValid     101 content/renderer/media/audio_message_filter_unittest.cc   EXPECT_FALSE(base::SharedMemory::IsHandleValid(delegate.handle()));
IsHandleValid     858 content/renderer/render_thread_impl.cc   if (!base::SharedMemory::IsHandleValid(handle))
IsHandleValid     155 content/renderer/renderer_clipboard_client.cc   if (base::SharedMemory::IsHandleValid(image_handle)) {
IsHandleValid      17 content/renderer/shared_memory_seqlock_reader.cc   if (!base::SharedMemory::IsHandleValid(renderer_shared_memory_handle_))
IsHandleValid      31 content/renderer/shared_memory_seqlock_reader.cc   if (!base::SharedMemory::IsHandleValid(renderer_shared_memory_handle_))
IsHandleValid     259 net/base/net_util_win.cc     static bool IsHandleValid(HANDLE handle) {
IsHandleValid     260 net/base/net_util_win.cc       return base::win::HandleTraits::IsHandleValid(handle);
IsHandleValid     162 ppapi/proxy/audio_input_resource.cc     CHECK(serialized_shared_memory_handle.IsHandleValid());
IsHandleValid      46 ppapi/proxy/plugin_array_buffer_var.cc     if (SharedMemory::IsHandleValid(plugin_handle_))
IsHandleValid      57 ppapi/proxy/plugin_array_buffer_var.cc   if (SharedMemory::IsHandleValid(plugin_handle_)) {
IsHandleValid      91 ppapi/proxy/plugin_array_buffer_var.cc   if (!plugin_handle.IsHandleValid() || !plugin_handle.is_shmem() ||
IsHandleValid      85 ppapi/proxy/ppb_buffer_proxy.cc   if (result.is_null() || !shm_handle.IsHandleValid() ||
IsHandleValid     420 ppapi/proxy/raw_var_data.cc         DCHECK(!base::SharedMemory::IsHandleValid(plugin_handle));
IsHandleValid     425 ppapi/proxy/raw_var_data.cc         DCHECK(base::SharedMemory::IsHandleValid(plugin_handle));
IsHandleValid      62 ppapi/proxy/serialized_handle.cc       return base::SharedMemory::IsHandleValid(shm_handle_);
IsHandleValid      74 ppapi/proxy/serialized_handle.cc   if (IsHandleValid()) {
IsHandleValid     120 ppapi/proxy/serialized_handle.h   bool IsHandleValid() const;
IsHandleValid      33 printing/backend/win_helper.h   static bool IsHandleValid(HANDLE handle) {
IsHandleValid      72 printing/backend/win_helper.h   static bool IsHandleValid(HANDLE handle) {
IsHandleValid      24 remoting/base/scoped_sc_handle_win.h   static bool IsHandleValid(SC_HANDLE handle) {
IsHandleValid      28 ui/base/clipboard/clipboard.cc   if (!bitmap_data || !SharedMemory::IsHandleValid(bitmap_data->handle()))
IsHandleValid      90 ui/gl/gl_image_shm.cc   if (!base::SharedMemory::IsHandleValid(buffer.handle))