code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_H_ #define UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_H_ #include <wayland-client.h> namespace wl { template <typename T> uint...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/common/wayland.h
C++
unknown
776
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/common/wayland_object.h" #include <alpha-compositing-unstable-v1-client-protocol.h> #include <aura-shell-client-protocol.h> #include <chrom...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/common/wayland_object.cc
C++
unknown
12,737
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_OBJECT_H_ #define UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_OBJECT_H_ #include <memory> #include "base/check.h" #include "ui/o...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/common/wayland_object.h
C++
unknown
8,758
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/common/wayland_overlay_config.h" #include "third_party/abseil-cpp/absl/types/optional.h" #include "ui/gfx/color_space.h" namespace wl { Wa...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/common/wayland_overlay_config.cc
C++
unknown
1,989
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_OVERLAY_CONFIG_H_ #define UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_OVERLAY_CONFIG_H_ #include <memory> #include "ui/gfx/color...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/common/wayland_overlay_config.h
C++
unknown
3,171
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_PRESENTATION_INFO_H_ #define UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_PRESENTATION_INFO_H_ #include "ui/gfx/presentation_feedb...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/common/wayland_presentation_info.h
C++
unknown
922
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/common/wayland_util.h" #include <xdg-shell-client-protocol.h> #include "third_party/skia/include/core/SkPath.h" #include "third_party/skia...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/common/wayland_util.cc
C++
unknown
10,723
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_UTIL_H_ #define UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_UTIL_H_ #include <vector> #include "base/containers/flat_map.h" #inc...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/common/wayland_util.h
C++
unknown
4,578
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/common/wayland_util.h" #include <memory> #include "testing/gtest/include/gtest/gtest.h" #include "third_party/skia/include/core/SkPath.h" ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/common/wayland_util_unittest.cc
C++
unknown
2,570
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/emulate/weston_test_input_emulate.h" #include <linux/input.h> #include <wayland-client-protocol.h> #include <weston-test-client-protocol.h>...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/emulate/weston_test_input_emulate.cc
C++
unknown
18,702
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_EMULATE_WESTON_TEST_INPUT_EMULATE_H_ #define UI_OZONE_PLATFORM_WAYLAND_EMULATE_WESTON_TEST_INPUT_EMULATE_H_ #include <memory> #include <wayl...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/emulate/weston_test_input_emulate.h
C++
unknown
8,104
include_rules = [ "+mojo/core/embedder", ]
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/fuzzer/DEPS
Python
unknown
45
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This fuzzer tests browser-side implementation of // ozone::mojom::WaylandConnection. #include <drm_fourcc.h> #include <fuzzer/FuzzedDataProvider.h> #include <stddef.h> #inc...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/fuzzer/wayland_buffer_fuzzer.cc
C++
unknown
8,562
include_rules = [ "+components/viz/common/resources", ]
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/DEPS
Python
unknown
58
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/drm_render_node_handle.h" #include <fcntl.h> #include <xf86drm.h> #include "base/logging.h" namespace ui { namespace { struct DrmVe...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/drm_render_node_handle.cc
C++
unknown
1,105
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_DRM_RENDER_NODE_HANDLE_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_DRM_RENDER_NODE_HANDLE_H_ #include "base/files/file_path.h" #include "bas...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/drm_render_node_handle.h
C++
unknown
838
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.h" #include <fcntl.h> #include <gbm.h> #include <string.h> #include <sys/stat.h> #include <sys/types.h> #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc
C++
unknown
2,279
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_DRM_RENDER_NODE_PATH_FINDER_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_DRM_RENDER_NODE_PATH_FINDER_H_ #include "base/files/file_path.h" na...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.h
C++
unknown
977
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/gbm_pixmap_wayland.h" #include <drm_fourcc.h> #include <gbm.h> #include <xf86drmMode.h> #include <memory> #include "base/files/platfo...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/gbm_pixmap_wayland.cc
C++
unknown
7,578
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_GBM_PIXMAP_WAYLAND_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_GBM_PIXMAP_WAYLAND_H_ #include <memory> #include <vector> #include "base/fil...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/gbm_pixmap_wayland.h
C++
unknown
3,824
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/gbm_surfaceless_wayland.h" #include <sync/sync.h> #include <cmath> #include <cstdint> #include <memory> #include <utility> #include "...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/gbm_surfaceless_wayland.cc
C++
unknown
13,212
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_GBM_SURFACELESS_WAYLAND_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_GBM_SURFACELESS_WAYLAND_H_ #include <memory> #include <vector> #include...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/gbm_surfaceless_wayland.h
C++
unknown
7,058
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/gl_surface_egl_readback_wayland.h" #include "base/memory/shared_memory_mapping.h" #include "base/memory/unsafe_shared_memory_region.h" ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/gl_surface_egl_readback_wayland.cc
C++
unknown
5,996
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_GL_SURFACE_EGL_READBACK_WAYLAND_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_GL_SURFACE_EGL_READBACK_WAYLAND_H_ #include "base/containers/cir...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/gl_surface_egl_readback_wayland.h
C++
unknown
4,419
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/gl_surface_wayland.h" #include <wayland-egl.h> #include <memory> #include <utility> #include "base/functional/bind.h" #include "third_...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/gl_surface_wayland.cc
C++
unknown
4,861
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_GL_SURFACE_WAYLAND_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_GL_SURFACE_WAYLAND_H_ #include <memory> #include "base/functional/callback_f...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/gl_surface_wayland.h
C++
unknown
2,169
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/vulkan_implementation_wayland.h" #include <vulkan/vulkan_wayland.h> #include "base/base_paths.h" #include "base/files/file_path.h" #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/vulkan_implementation_wayland.cc
C++
unknown
5,225
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_VULKAN_IMPLEMENTATION_WAYLAND_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_VULKAN_IMPLEMENTATION_WAYLAND_H_ #include <memory> #include "gpu/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/vulkan_implementation_wayland.h
C++
unknown
2,491
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/wayland_buffer_manager_gpu.h" #include <surface-augmenter-client-protocol.h> #include <utility> #include "base/functional/bind.h" #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_buffer_manager_gpu.cc
C++
unknown
20,547
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_BUFFER_MANAGER_GPU_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_BUFFER_MANAGER_GPU_H_ #include <cstdint> #include <map> #incl...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_buffer_manager_gpu.h
C++
unknown
14,726
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/wayland_canvas_surface.h" #include <memory> #include <utility> #include "base/containers/contains.h" #include "base/files/scoped_file....
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_canvas_surface.cc
C++
unknown
14,173
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_CANVAS_SURFACE_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_CANVAS_SURFACE_H_ #include <memory> #include <vector> #include "...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_canvas_surface.h
C++
unknown
5,611
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/wayland_gl_egl_utility.h" #include "base/containers/contains.h" // From ANGLE's egl/eglext.h. Follows the same approach as in // ui/gl...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_gl_egl_utility.cc
C++
unknown
3,083
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_GL_EGL_UTILITY_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_GL_EGL_UTILITY_H_ #include "ui/ozone/public/platform_gl_egl_utili...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_gl_egl_utility.h
C++
unknown
1,347
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/wayland_overlay_candidates.h" #include "ui/ozone/platform/wayland/gpu/wayland_overlay_manager.h" #include "ui/ozone/public/overlay_surf...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_overlay_candidates.cc
C++
unknown
788
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_OVERLAY_CANDIDATES_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_OVERLAY_CANDIDATES_H_ #include <vector> #include "base/memor...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_overlay_candidates.h
C++
unknown
1,331
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/wayland_overlay_manager.h" #include "base/logging.h" #include "ui/gfx/geometry/rect_conversions.h" #include "ui/ozone/platform/wayland/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_overlay_manager.cc
C++
unknown
4,675
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_OVERLAY_MANAGER_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_OVERLAY_MANAGER_H_ #include "base/memory/raw_ptr.h" #include "ui...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_overlay_manager.h
C++
unknown
2,001
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/wayland_overlay_manager.h" #include <drm_fourcc.h> #include "base/containers/flat_map.h" #include "base/functional/bind.h" #include "b...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_overlay_manager_unittest.cc
C++
unknown
6,111
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/gpu/wayland_surface_factory.h" #include <memory> #include "base/memory/ptr_util.h" #include "base/memory/raw_ptr.h" #include "ui/gfx/linux...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_surface_factory.cc
C++
unknown
11,085
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_SURFACE_FACTORY_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_SURFACE_FACTORY_H_ #include <memory> #include "base/memory/raw_...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_surface_factory.h
C++
unknown
2,825
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <drm_fourcc.h> #include <cstdint> #include <memory> #include <utility> #include <vector> #include "base/containers/flat_map.h" #include "base/containers/queue.h" #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_surface_factory_unittest.cc
C++
unknown
59,284
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_SURFACE_GPU_H_ #define UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_SURFACE_GPU_H_ #include "ui/gfx/gpu_fence_handle.h" namespace gfx {...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/gpu/wayland_surface_gpu.h
C++
unknown
1,850
include_rules = [ # For Lacros. "+chromeos/crosapi/mojom", "+chromeos/crosapi/cpp/crosapi_constants.h", "+chromeos/startup/browser_init_params.h", "+chromeos/startup/browser_params_proxy.h", "+chromeos/ui/base", # Common includes. "+components/crash/core/common", "+dbus", "+ui/base/linux", ]
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/DEPS
Python
unknown
314
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/fractional_scale_manager.h" #include <fractional-scale-v1-client-protocol.h> #include "base/check_op.h" #include "base/logging.h" #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/fractional_scale_manager.cc
C++
unknown
1,944
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_FRACTIONAL_SCALE_MANAGER_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_FRACTIONAL_SCALE_MANAGER_H_ #include "ui/ozone/platform/wayland/commo...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/fractional_scale_manager.h
C++
unknown
981
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/gtk_primary_selection_device.h" #include <gtk-primary-selection-client-protocol.h> #include "ui/ozone/platform/wayland/host/gtk_prima...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_primary_selection_device.cc
C++
unknown
2,262
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_PRIMARY_SELECTION_DEVICE_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_PRIMARY_SELECTION_DEVICE_H_ #include <cstdint> #include "ui/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_primary_selection_device.h
C++
unknown
1,850
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/gtk_primary_selection_device_manager.h" #include <gtk-primary-selection-client-protocol.h> #include <memory> #include "base/logging....
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_primary_selection_device_manager.cc
C++
unknown
2,884
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_PRIMARY_SELECTION_DEVICE_MANAGER_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_PRIMARY_SELECTION_DEVICE_MANAGER_H_ #include <memory>...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_primary_selection_device_manager.h
C++
unknown
1,922
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/gtk_primary_selection_offer.h" #include <gtk-primary-selection-client-protocol.h> #include "base/containers/contains.h" #include "bas...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_primary_selection_offer.cc
C++
unknown
1,831
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_PRIMARY_SELECTION_OFFER_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_PRIMARY_SELECTION_OFFER_H_ #include <string> #include "base/f...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_primary_selection_offer.h
C++
unknown
1,769
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/gtk_shell1.h" #include <gtk-shell-client-protocol.h> #include "base/logging.h" #include "base/metrics/histogram_functions.h" #include...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_shell1.cc
C++
unknown
2,097
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_SHELL1_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_SHELL1_H_ #include <memory> #include "ui/ozone/platform/wayland/common/wayland...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_shell1.h
C++
unknown
1,168
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/gtk_surface1.h" #include <gtk-shell-client-protocol.h> #include "base/logging.h" namespace ui { GtkSurface1::GtkSurface1(gtk_surfac...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_surface1.cc
C++
unknown
513
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_SURFACE1_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_GTK_SURFACE1_H_ #include "ui/ozone/platform/wayland/common/wayland_object.h" na...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/gtk_surface1.h
C++
unknown
683
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/linux_ui_delegate_wayland.h" #include <utility> #include "base/logging.h" #include "ui/linux/linux_ui_delegate.h" #include "ui/ozone/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/linux_ui_delegate_wayland.cc
C++
unknown
2,091
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_LINUX_UI_DELEGATE_WAYLAND_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_LINUX_UI_DELEGATE_WAYLAND_H_ #include "base/memory/raw_ptr.h" #inclu...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/linux_ui_delegate_wayland.h
C++
unknown
1,320
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/org_gnome_mutter_idle_monitor.h" #include "base/logging.h" #include "base/task/task_runner.h" #include "base/task/task_traits.h" #incl...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/org_gnome_mutter_idle_monitor.cc
C++
unknown
8,302
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_ORG_GNOME_MUTTER_IDLE_MONITOR_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_ORG_GNOME_MUTTER_IDLE_MONITOR_H_ #include "base/memory/raw_ptr.h...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/org_gnome_mutter_idle_monitor.h
C++
unknown
2,838
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/org_kde_kwin_idle.h" #include <idle-client-protocol.h> #include "base/logging.h" #include "ui/ozone/platform/wayland/host/wayland_con...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/org_kde_kwin_idle.cc
C++
unknown
4,025
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_ORG_KDE_KWIN_IDLE_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_ORG_KDE_KWIN_IDLE_H_ #include <memory> #include "base/memory/raw_ptr.h" #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/org_kde_kwin_idle.h
C++
unknown
1,691
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/overlay_prioritizer.h" #include <overlay-prioritizer-client-protocol.h> #include "base/logging.h" #include "ui/ozone/platform/wayland...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/overlay_prioritizer.cc
C++
unknown
1,935
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_OVERLAY_PRIORITIZER_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_OVERLAY_PRIORITIZER_H_ #include "ui/ozone/platform/wayland/common/wayland_...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/overlay_prioritizer.h
C++
unknown
1,447
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/proxy/wayland_proxy.h" #include "base/check.h" #include "ui/platform_window/common/platform_window_defaults.h" namespace wl { namesp...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/proxy/wayland_proxy.cc
C++
unknown
660
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_PROXY_WAYLAND_PROXY_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_PROXY_WAYLAND_PROXY_H_ #include "base/component_export.h" #include "ui/gfx...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/proxy/wayland_proxy.h
C++
unknown
3,730
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/proxy/wayland_proxy_impl.h" #include "base/ranges/algorithm.h" #include "ui/ozone/platform/wayland/host/wayland_connection.h" #include...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/proxy/wayland_proxy_impl.cc
C++
unknown
3,572
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_PROXY_WAYLAND_PROXY_IMPL_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_PROXY_WAYLAND_PROXY_IMPL_H_ #include <vector> #include "base/memory/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/proxy/wayland_proxy_impl.h
C++
unknown
2,123
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/shell_object_factory.h" #include "base/logging.h" #include "base/metrics/histogram_functions.h" #include "ui/ozone/platform/wayland/ho...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/shell_object_factory.cc
C++
unknown
2,272
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_OBJECT_FACTORY_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_OBJECT_FACTORY_H_ #include <memory> namespace ui { class ShellTop...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/shell_object_factory.h
C++
unknown
1,064
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/shell_popup_wrapper.h" #include "base/check_op.h" #include "base/command_line.h" #include "base/debug/stack_trace.h" #include "base/en...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/shell_popup_wrapper.cc
C++
unknown
4,283
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_POPUP_WRAPPER_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_POPUP_WRAPPER_H_ #include <cstdint> #include "third_party/abseil-cp...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/shell_popup_wrapper.h
C++
unknown
3,736
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/shell_surface_wrapper.h" namespace ui { XDGSurfaceWrapperImpl* ShellSurfaceWrapper::AsXDGSurfaceWrapper() { return nullptr; } } /...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/shell_surface_wrapper.cc
C++
unknown
335
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_SURFACE_WRAPPER_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_SURFACE_WRAPPER_H_ #include <cstdint> namespace gfx { class Rect;...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/shell_surface_wrapper.h
C++
unknown
1,574
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/shell_toplevel_wrapper.h" namespace ui { XDGToplevelWrapperImpl* ShellToplevelWrapper::AsXDGToplevelWrapper() { return nullptr; } ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/shell_toplevel_wrapper.cc
C++
unknown
1,003
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_TOPLEVEL_WRAPPER_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_TOPLEVEL_WRAPPER_H_ #include <string> #include "ui/ozone/platfor...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/shell_toplevel_wrapper.h
C++
unknown
7,179
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/surface_augmenter.h" #include <surface-augmenter-client-protocol.h> #include <wayland-util.h> #include "base/logging.h" #include "ui/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/surface_augmenter.cc
C++
unknown
3,174
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_SURFACE_AUGMENTER_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_SURFACE_AUGMENTER_H_ #include "third_party/skia/include/core/SkColor.h" #inc...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/surface_augmenter.h
C++
unknown
1,840
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_buffer_backing.h" #include "base/check_op.h" #include "ui/ozone/platform/wayland/host/wayland_buffer_handle.h" #include "ui/oz...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_backing.cc
C++
unknown
2,119
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_H_ #include "base/containers/flat_map.h" #includ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_backing.h
C++
unknown
3,522
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_buffer_backing_dmabuf.h" #include "ui/ozone/platform/wayland/host/wayland_buffer_factory.h" #include "ui/ozone/platform/waylan...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_backing_dmabuf.cc
C++
unknown
1,579
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_DMABUF_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_DMABUF_H_ #include "base/files/scoped_fil...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_backing_dmabuf.h
C++
unknown
1,757
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_buffer_backing_shm.h" #include "build/chromeos_buildflags.h" #include "ui/ozone/platform/wayland/host/wayland_buffer_factory.h...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_backing_shm.cc
C++
unknown
1,830
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_SHM_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_SHM_H_ #include "base/files/scoped_file.h" #...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_backing_shm.h
C++
unknown
1,341
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_buffer_backing_solid_color.h" #include "ui/ozone/platform/wayland/host/surface_augmenter.h" #include "ui/ozone/platform/waylan...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_backing_solid_color.cc
C++
unknown
1,207
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_SOLID_COLOR_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_SOLID_COLOR_H_ #include "third_party...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_backing_solid_color.h
C++
unknown
1,448
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_buffer_factory.h" #include <memory> #include "ui/ozone/platform/wayland/host/wayland_drm.h" #include "ui/ozone/platform/wayla...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_factory.cc
C++
unknown
2,481
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_FACTORY_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_FACTORY_H_ #include <vector> #include "base/files/scope...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_factory.h
C++
unknown
3,520
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_buffer_handle.h" #include <ostream> namespace ui { WaylandBufferHandle::WaylandBufferHandle(WaylandBufferBacking* backing) ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_handle.cc
C++
unknown
1,948
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_HANDLE_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_HANDLE_H_ #include "base/containers/flat_map.h" #include ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_handle.h
C++
unknown
3,579
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_buffer_manager_connector.h" #include "base/functional/bind.h" #include "ui/ozone/platform/wayland/host/wayland_buffer_manager_...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_manager_connector.cc
C++
unknown
2,626
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_MANAGER_CONNECTOR_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_MANAGER_CONNECTOR_H_ #include "base/memory/raw...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_manager_connector.h
C++
unknown
1,910
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_buffer_manager_host.h" #include <presentation-time-client-protocol.h> #include <memory> #include <utility> #include "base/fun...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_manager_host.cc
C++
unknown
14,445
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_MANAGER_HOST_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_MANAGER_HOST_H_ #include <list> #include <memory> #...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_buffer_manager_host.h
C++
unknown
8,322
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_clipboard.h" #include <cstdint> #include <memory> #include <string> #include "base/check.h" #include "base/functional/bind.h"...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_clipboard.cc
C++
unknown
11,817
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_CLIPBOARD_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_CLIPBOARD_H_ #include <memory> #include <string> #include "base/fun...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_clipboard.h
C++
unknown
2,854
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <linux/input.h> #include <wayland-server.h> #include <cstring> #include <memory> #include <string> #include <vector> #include "base/containers/flat_set.h" #include "...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_clipboard_unittest.cc
C++
unknown
25,293
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/wayland/host/wayland_connection.h" #include <content-type-v1-client-protocol.h> #include <extended-drag-unstable-v1-client-protocol.h> #include <pr...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_connection.cc
C++
unknown
27,662
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_CONNECTION_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_CONNECTION_H_ #include <time.h> #include <memory> #include <string>...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_connection.h
C++
unknown
19,153
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_CONNECTION_TEST_API_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_CONNECTION_TEST_API_H_ #include <memory> #include <utility...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/wayland/host/wayland_connection_test_api.h
C++
unknown
1,304