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 2012 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/views/accessibility/view_ax_platform_node_delegate_win.h" #include <oleacc.h> #include <memory> #include <set> #include <vector> #include "base/memory/singleton...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/view_ax_platform_node_delegate_win.cc
C++
unknown
3,721
// Copyright 2012 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_VIEWS_ACCESSIBILITY_VIEW_AX_PLATFORM_NODE_DELEGATE_WIN_H_ #define UI_VIEWS_ACCESSIBILITY_VIEW_AX_PLATFORM_NODE_DELEGATE_WIN_H_ #include "ui/views/accessibility/view...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/view_ax_platform_node_delegate_win.h
C++
unknown
1,216
// Copyright 2013 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/views/accessibility/view_ax_platform_node_delegate_win.h" #include <oleacc.h> #include <wrl/client.h> #include <memory> #include <string> #include <utility> #inc...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/view_ax_platform_node_delegate_win_unittest.cc
C++
unknown
25,146
// 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/views/accessibility/views_ax_tree_manager.h" #include "base/check.h" #include "base/functional/bind.h" #include "base/functional/callback.h" #include "base/locati...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/views_ax_tree_manager.cc
C++
unknown
6,292
// 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_VIEWS_ACCESSIBILITY_VIEWS_AX_TREE_MANAGER_H_ #define UI_VIEWS_ACCESSIBILITY_VIEWS_AX_TREE_MANAGER_H_ #include <memory> #include <set> #include <string> #include <ve...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/views_ax_tree_manager.h
C++
unknown
5,399
// 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/views/accessibility/views_ax_tree_manager.h" #include <stdint.h> #include <memory> #include <string> #include <utility> #include "base/functional/bind.h" #inclu...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/views_ax_tree_manager_unittest.cc
C++
unknown
8,933
// 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/views/accessibility/views_utilities_aura.h" #include "ui/aura/window.h" #include "ui/views/widget/widget.h" #include "ui/wm/core/window_util.h" namespace views {...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/views_utilities_aura.cc
C++
unknown
567
// 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_VIEWS_ACCESSIBILITY_VIEWS_UTILITIES_AURA_H_ #define UI_VIEWS_ACCESSIBILITY_VIEWS_UTILITIES_AURA_H_ namespace aura { class Window; } namespace views { // Return th...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/views_utilities_aura.h
C++
unknown
686
// 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/views/accessibility/widget_ax_tree_id_map.h" #include "base/containers/contains.h" #include "base/no_destructor.h" namespace views { WidgetAXTreeIDMap::WidgetAX...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/widget_ax_tree_id_map.cc
C++
unknown
1,380
// 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_VIEWS_ACCESSIBILITY_WIDGET_AX_TREE_ID_MAP_H_ #define UI_VIEWS_ACCESSIBILITY_WIDGET_AX_TREE_ID_MAP_H_ #include <map> #include <vector> #include "ui/accessibility/ax...
Zhao-PengFei35/chromium_src_4
ui/views/accessibility/widget_ax_tree_id_map.h
C++
unknown
1,185
// Copyright 2012 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/views/accessible_pane_view.h" #include <memory> #include "base/memory/raw_ptr.h" #include "ui/accessibility/ax_enums.mojom.h" #include "ui/accessibility/ax_node_...
Zhao-PengFei35/chromium_src_4
ui/views/accessible_pane_view.cc
C++
unknown
9,415
// Copyright 2011 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_VIEWS_ACCESSIBLE_PANE_VIEW_H_ #define UI_VIEWS_ACCESSIBLE_PANE_VIEW_H_ #include <memory> #include "base/memory/raw_ptr.h" #include "base/memory/weak_ptr.h" #includ...
Zhao-PengFei35/chromium_src_4
ui/views/accessible_pane_view.h
C++
unknown
5,071
// Copyright 2012 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/views/accessible_pane_view.h" #include <memory> #include <utility> #include "base/memory/raw_ptr.h" #include "build/build_config.h" #include "build/chromeos_buil...
Zhao-PengFei35/chromium_src_4
ui/views/accessible_pane_view_unittest.cc
C++
unknown
11,393
// 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/views/animation/animation_abort_handle.h" #include "ui/compositor/layer.h" #include "ui/compositor/layer_animator.h" namespace views { AnimationAbortHandle::Ani...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_abort_handle.cc
C++
unknown
2,510
// 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_VIEWS_ANIMATION_ANIMATION_ABORT_HANDLE_H_ #define UI_VIEWS_ANIMATION_ANIMATION_ABORT_HANDLE_H_ #include <set> #include "base/gtest_prod_util.h" #include "base/memo...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_abort_handle.h
C++
unknown
1,802
// 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/views/animation/animation_builder.h" #include <algorithm> #include <tuple> #include <utility> #include <vector> #include "base/check_op.h" #include "base/functio...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_builder.cc
C++
unknown
12,284
// 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_VIEWS_ANIMATION_ANIMATION_BUILDER_H_ #define UI_VIEWS_ANIMATION_ANIMATION_BUILDER_H_ #include <map> #include <memory> #include <vector> #include "base/functional/c...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_builder.h
C++
unknown
8,915
// 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/views/animation/animation_builder.h" #include <memory> #include <utility> #include "base/functional/bind.h" #include "base/test/gtest_util.h" #include "base/time...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_builder_unittest.cc
C++
unknown
45,777
// 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/views/animation/animation_delegate_views.h" #include <memory> #include <utility> #include "ui/gfx/animation/animation_container.h" #include "ui/views/animation/c...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_delegate_views.cc
C++
unknown
2,772
// 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_VIEWS_ANIMATION_ANIMATION_DELEGATE_VIEWS_H_ #define UI_VIEWS_ANIMATION_ANIMATION_DELEGATE_VIEWS_H_ #include "base/memory/raw_ptr.h" #include "base/scoped_observatio...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_delegate_views.h
C++
unknown
2,526
// 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_VIEWS_ANIMATION_ANIMATION_KEY_H_ #define UI_VIEWS_ANIMATION_ANIMATION_KEY_H_ #include <tuple> #include "base/memory/raw_ptr.h" #include "ui/compositor/layer_animat...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_key.h
C++
unknown
700
// 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/views/animation/animation_sequence_block.h" #include <map> #include <memory> #include <utility> #include "base/check.h" #include "base/functional/callback.h" #in...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_sequence_block.cc
C++
unknown
12,415
// 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_VIEWS_ANIMATION_ANIMATION_SEQUENCE_BLOCK_H_ #define UI_VIEWS_ANIMATION_ANIMATION_SEQUENCE_BLOCK_H_ #include <map> #include <memory> #include "base/functional/callb...
Zhao-PengFei35/chromium_src_4
ui/views/animation/animation_sequence_block.h
C++
unknown
8,354
// Copyright 2012 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/views/animation/bounds_animator.h" #include <memory> #include <utility> #include "base/containers/contains.h" #include "base/observer_list.h" #include "ui/gfx/an...
Zhao-PengFei35/chromium_src_4
ui/views/animation/bounds_animator.cc
C++
unknown
12,676
// Copyright 2012 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_VIEWS_ANIMATION_BOUNDS_ANIMATOR_H_ #define UI_VIEWS_ANIMATION_BOUNDS_ANIMATOR_H_ #include <map> #include <memory> #include "base/memory/raw_ptr.h" #include "base/m...
Zhao-PengFei35/chromium_src_4
ui/views/animation/bounds_animator.h
C++
unknown
8,043
// Copyright 2012 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_VIEWS_ANIMATION_BOUNDS_ANIMATOR_OBSERVER_H_ #define UI_VIEWS_ANIMATION_BOUNDS_ANIMATOR_OBSERVER_H_ #include "ui/views/views_export.h" namespace views { class Boun...
Zhao-PengFei35/chromium_src_4
ui/views/animation/bounds_animator_observer.h
C++
unknown
765
// Copyright 2012 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/views/animation/bounds_animator.h" #include <algorithm> #include <utility> #include "base/memory/raw_ptr.h" #include "base/run_loop.h" #include "base/test/icu_te...
Zhao-PengFei35/chromium_src_4
ui/views/animation/bounds_animator_unittest.cc
C++
unknown
18,836
// 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/views/animation/bubble_slide_animator.h" #include "base/time/time.h" #include "ui/views/bubble/bubble_dialog_delegate_view.h" namespace views { BubbleSlideAnima...
Zhao-PengFei35/chromium_src_4
ui/views/animation/bubble_slide_animator.cc
C++
unknown
4,018
// 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_VIEWS_ANIMATION_BUBBLE_SLIDE_ANIMATOR_H_ #define UI_VIEWS_ANIMATION_BUBBLE_SLIDE_ANIMATOR_H_ #include "base/callback_list.h" #include "base/functional/callback_forw...
Zhao-PengFei35/chromium_src_4
ui/views/animation/bubble_slide_animator.h
C++
unknown
5,160
// 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/views/animation/bubble_slide_animator.h" #include <memory> #include "base/memory/raw_ptr.h" #include "base/test/bind.h" #include "base/time/time.h" #include "ui/...
Zhao-PengFei35/chromium_src_4
ui/views/animation/bubble_slide_animator_unittest.cc
C++
unknown
13,983
// 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/views/animation/compositor_animation_runner.h" #include "ui/views/widget/widget.h" namespace views { ///////////////////////////////////////////////////////////...
Zhao-PengFei35/chromium_src_4
ui/views/animation/compositor_animation_runner.cc
C++
unknown
2,275
// 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_VIEWS_ANIMATION_COMPOSITOR_ANIMATION_RUNNER_H_ #define UI_VIEWS_ANIMATION_COMPOSITOR_ANIMATION_RUNNER_H_ #include "base/location.h" #include "base/memory/raw_ptr.h"...
Zhao-PengFei35/chromium_src_4
ui/views/animation/compositor_animation_runner.h
C++
unknown
2,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. #include "ui/views/animation/compositor_animation_runner.h" #include "base/test/bind.h" #include "base/timer/timer.h" #include "ui/compositor/test/draw_waiter_for_test.h" #inc...
Zhao-PengFei35/chromium_src_4
ui/views/animation/compositor_animation_runner_unittest.cc
C++
unknown
6,313
// 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/views/animation/flood_fill_ink_drop_ripple.h" #include <algorithm> #include <memory> #include <utility> #include "base/functional/bind.h" #include "base/logging....
Zhao-PengFei35/chromium_src_4
ui/views/animation/flood_fill_ink_drop_ripple.cc
C++
unknown
14,712
// 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_VIEWS_ANIMATION_FLOOD_FILL_INK_DROP_RIPPLE_H_ #define UI_VIEWS_ANIMATION_FLOOD_FILL_INK_DROP_RIPPLE_H_ #include "base/callback_list.h" #include "base/time/time.h" #...
Zhao-PengFei35/chromium_src_4
ui/views/animation/flood_fill_ink_drop_ripple.h
C++
unknown
5,684
// 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/views/animation/flood_fill_ink_drop_ripple.h" #include <cmath> #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/insets.h" #include "ui/gf...
Zhao-PengFei35/chromium_src_4
ui/views/animation/flood_fill_ink_drop_ripple_unittest.cc
C++
unknown
5,668
// 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/views/animation/ink_drop.h" #include <memory> #include <utility> #include "base/functional/bind.h" #include "base/functional/callback.h" #include "base/observer_...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop.cc
C++
unknown
5,048
// Copyright 2015 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_VIEWS_ANIMATION_INK_DROP_H_ #define UI_VIEWS_ANIMATION_INK_DROP_H_ #include <memory> #include "base/functional/callback.h" #include "base/observer_list.h" #include...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop.h
C++
unknown
6,481
// 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/views/animation/ink_drop_animation_ended_reason.h" #include <ostream> #include "base/notreached.h" namespace views { std::string ToString(InkDropAnimationEnded...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_animation_ended_reason.cc
C++
unknown
559
// 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_VIEWS_ANIMATION_INK_DROP_ANIMATION_ENDED_REASON_H_ #define UI_VIEWS_ANIMATION_INK_DROP_ANIMATION_ENDED_REASON_H_ #include <iosfwd> #include <string> #include "ui/v...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_animation_ended_reason.h
C++
unknown
1,164
// 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/views/animation/ink_drop_event_handler.h" #include <memory> #include "build/build_config.h" #include "ui/events/scoped_target_handler.h" #include "ui/views/anima...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_event_handler.cc
C++
unknown
6,533
// 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_VIEWS_ANIMATION_INK_DROP_EVENT_HANDLER_H_ #define UI_VIEWS_ANIMATION_INK_DROP_EVENT_HANDLER_H_ #include <memory> #include "base/memory/raw_ptr.h" #include "base/sc...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_event_handler.h
C++
unknown
2,835
// Copyright 2015 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/views/animation/ink_drop_highlight.h" #include <memory> #include <string> #include <utility> #include "base/functional/bind.h" #include "third_party/skia/include...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_highlight.cc
C++
unknown
6,383
// Copyright 2015 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_VIEWS_ANIMATION_INK_DROP_HIGHLIGHT_H_ #define UI_VIEWS_ANIMATION_INK_DROP_HIGHLIGHT_H_ #include <iosfwd> #include <memory> #include <string> #include "base/memory/...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_highlight.h
C++
unknown
5,438
// Copyright 2015 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_VIEWS_ANIMATION_INK_DROP_HIGHLIGHT_OBSERVER_H_ #define UI_VIEWS_ANIMATION_INK_DROP_HIGHLIGHT_OBSERVER_H_ #include "ui/views/animation/ink_drop_animation_ended_reaso...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_highlight_observer.h
C++
unknown
1,516
// Copyright 2015 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/views/animation/ink_drop_highlight.h" #include <cmath> #include <memory> #include <utility> #include "base/time/time.h" #include "testing/gtest/include/gtest/gte...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_highlight_unittest.cc
C++
unknown
8,410
// 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/views/animation/ink_drop_host.h" #include <utility> #include "third_party/abseil-cpp/absl/types/variant.h" #include "ui/base/metadata/metadata_impl_macros.h" #in...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_host.cc
C++
unknown
10,978
// 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_VIEWS_ANIMATION_INK_DROP_HOST_H_ #define UI_VIEWS_ANIMATION_INK_DROP_HOST_H_ #include <memory> #include "base/memory/raw_ptr.h" #include "third_party/abseil-cpp/ab...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_host.h
C++
unknown
10,946
// 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/views/animation/ink_drop_host.h" #include <memory> #include "base/functional/bind.h" #include "base/memory/ptr_util.h" #include "base/memory/raw_ptr.h" #include ...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_host_unittest.cc
C++
unknown
15,091
// Copyright 2015 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/views/animation/ink_drop_impl.h" #include <utility> #include "base/auto_reset.h" #include "base/functional/bind.h" #include "base/timer/timer.h" #include "ui/com...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_impl.cc
C++
unknown
31,040
// Copyright 2015 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_VIEWS_ANIMATION_INK_DROP_IMPL_H_ #define UI_VIEWS_ANIMATION_INK_DROP_IMPL_H_ #include <memory> #include "base/memory/raw_ptr.h" #include "base/time/time.h" #includ...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_impl.h
C++
unknown
12,186
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <memory> #include "ui/views/animation/ink_drop_impl.h" #include "base/functional/bind.h" #include "base/task/single_thread_task_runner.h" #include "base/test/gtest_u...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_impl_unittest.cc
C++
unknown
22,164
// 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/views/animation/ink_drop_mask.h" #include "cc/paint/paint_flags.h" #include "ui/compositor/paint_recorder.h" #include "ui/gfx/canvas.h" namespace views { InkDro...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_mask.cc
C++
unknown
1,260
// 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_VIEWS_ANIMATION_INK_DROP_MASK_H_ #define UI_VIEWS_ANIMATION_INK_DROP_MASK_H_ #include "base/gtest_prod_util.h" #include "ui/compositor/layer.h" #include "ui/composi...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_mask.h
C++
unknown
1,742
// 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/views/animation/ink_drop_mask.h" #include <algorithm> #include <memory> #include <vector> #include "cc/paint/display_item_list.h" #include "cc/paint/paint_op_buf...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_mask_unittest.cc
C++
unknown
2,740
// Copyright 2017 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_VIEWS_ANIMATION_INK_DROP_OBSERVER_H_ #define UI_VIEWS_ANIMATION_INK_DROP_OBSERVER_H_ #include "ui/views/animation/ink_drop_state.h" #include "ui/views/views_export....
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_observer.h
C++
unknown
1,459
// Copyright 2015 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/views/animation/ink_drop_painted_layer_delegates.h" #include <vector> #include "cc/paint/paint_canvas.h" #include "cc/paint/paint_flags.h" #include "third_party/...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_painted_layer_delegates.cc
C++
unknown
5,987
// Copyright 2015 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_VIEWS_ANIMATION_INK_DROP_PAINTED_LAYER_DELEGATES_H_ #define UI_VIEWS_ANIMATION_INK_DROP_PAINTED_LAYER_DELEGATES_H_ #include <vector> #include "third_party/skia/inc...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_painted_layer_delegates.h
C++
unknown
5,029
// Copyright 2015 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/views/animation/ink_drop_ripple.h" #include "base/command_line.h" #include "base/functional/bind.h" #include "base/functional/callback_helpers.h" #include "ui/bas...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_ripple.cc
C++
unknown
4,094
// 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_VIEWS_ANIMATION_INK_DROP_RIPPLE_H_ #define UI_VIEWS_ANIMATION_INK_DROP_RIPPLE_H_ #include <memory> #include "base/memory/raw_ptr.h" #include "ui/gfx/geometry/point...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_ripple.h
C++
unknown
5,096
// Copyright 2015 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_VIEWS_ANIMATION_INK_DROP_RIPPLE_OBSERVER_H_ #define UI_VIEWS_ANIMATION_INK_DROP_RIPPLE_OBSERVER_H_ #include "ui/views/animation/ink_drop_animation_ended_reason.h" #...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_ripple_observer.h
C++
unknown
1,424
// Copyright 2015 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/views/animation/ink_drop_ripple.h" #include <memory> #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/animation/animation.h" #include "ui/gfx/anim...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_ripple_unittest.cc
C++
unknown
16,457
// Copyright 2015 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/views/animation/ink_drop_state.h" #include <ostream> #include <string> #include "base/notreached.h" namespace views { std::string ToString(InkDropState state) ...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_state.cc
C++
unknown
992
// Copyright 2015 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_VIEWS_ANIMATION_INK_DROP_STATE_H_ #define UI_VIEWS_ANIMATION_INK_DROP_STATE_H_ #include <iosfwd> #include <string> #include "ui/views/views_export.h" namespace vi...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_state.h
C++
unknown
1,775
// 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/views/animation/ink_drop_stub.h" namespace views { InkDropStub::InkDropStub() = default; InkDropStub::~InkDropStub() = default; void InkDropStub::HostSizeChang...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_stub.cc
C++
unknown
1,149
// 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_VIEWS_ANIMATION_INK_DROP_STUB_H_ #define UI_VIEWS_ANIMATION_INK_DROP_STUB_H_ #include "ui/views/animation/ink_drop.h" #include "ui/views/views_export.h" namespace ...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_stub.h
C++
unknown
1,471
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <memory> #include "base/task/single_thread_task_runner.h" #include "base/test/test_mock_time_task_runner.h" #include "base/timer/timer.h" #include "testing/gtest/incl...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_unittest.cc
C++
unknown
4,997
// Copyright 2017 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/views/animation/ink_drop_util.h" #include <cmath> #include "base/check_op.h" #include "ui/gfx/geometry/point3_f.h" #include "ui/gfx/geometry/transform.h" #includ...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_util.cc
C++
unknown
2,236
// Copyright 2017 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_VIEWS_ANIMATION_INK_DROP_UTIL_H_ #define UI_VIEWS_ANIMATION_INK_DROP_UTIL_H_ #include "ui/views/views_export.h" namespace gfx { class Transform; } // namespace gf...
Zhao-PengFei35/chromium_src_4
ui/views/animation/ink_drop_util.h
C++
unknown
972
// Copyright 2012 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/views/animation/scroll_animator.h" #include <algorithm> #include <cmath> #include "base/check.h" #include "ui/gfx/animation/slide_animation.h" namespace { const...
Zhao-PengFei35/chromium_src_4
ui/views/animation/scroll_animator.cc
C++
unknown
2,188
// Copyright 2012 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_VIEWS_ANIMATION_SCROLL_ANIMATOR_H_ #define UI_VIEWS_ANIMATION_SCROLL_ANIMATOR_H_ #include <memory> #include "base/memory/raw_ptr.h" #include "ui/gfx/animation/anim...
Zhao-PengFei35/chromium_src_4
ui/views/animation/scroll_animator.h
C++
unknown
2,153
// Copyright 2012 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/views/animation/slide_out_controller.h" #include <algorithm> #include "base/functional/bind.h" #include "base/task/single_thread_task_runner.h" #include "ui/comp...
Zhao-PengFei35/chromium_src_4
ui/views/animation/slide_out_controller.cc
C++
unknown
8,589
// Copyright 2012 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_VIEWS_ANIMATION_SLIDE_OUT_CONTROLLER_H_ #define UI_VIEWS_ANIMATION_SLIDE_OUT_CONTROLLER_H_ #include "base/memory/raw_ptr.h" #include "base/memory/weak_ptr.h" #inclu...
Zhao-PengFei35/chromium_src_4
ui/views/animation/slide_out_controller.h
C++
unknown
4,466
// 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_VIEWS_ANIMATION_SLIDE_OUT_CONTROLLER_DELEGATE_H_ #define UI_VIEWS_ANIMATION_SLIDE_OUT_CONTROLLER_DELEGATE_H_ #include "ui/views/views_export.h" namespace ui { clas...
Zhao-PengFei35/chromium_src_4
ui/views/animation/slide_out_controller_delegate.h
C++
unknown
1,029
// 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/views/animation/slide_out_controller.h" #include <memory> #include <utility> #include "base/memory/raw_ptr.h" #include "base/time/time.h" #include "ui/compositor...
Zhao-PengFei35/chromium_src_4
ui/views/animation/slide_out_controller_unittest.cc
C++
unknown
18,862
// 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/views/animation/square_ink_drop_ripple.h" #include <algorithm> #include <utility> #include "base/functional/bind.h" #include "base/logging.h" #include "ui/compos...
Zhao-PengFei35/chromium_src_4
ui/views/animation/square_ink_drop_ripple.cc
C++
unknown
23,165
// 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_VIEWS_ANIMATION_SQUARE_INK_DROP_RIPPLE_H_ #define UI_VIEWS_ANIMATION_SQUARE_INK_DROP_RIPPLE_H_ #include <memory> #include <string> #include "base/callback_list.h" ...
Zhao-PengFei35/chromium_src_4
ui/views/animation/square_ink_drop_ripple.h
C++
unknown
7,718
// Copyright 2015 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/views/animation/square_ink_drop_ripple.h" #include <memory> #include <vector> #include "base/numerics/safe_conversions.h" #include "base/time/time.h" #include "t...
Zhao-PengFei35/chromium_src_4
ui/views/animation/square_ink_drop_ripple_unittest.cc
C++
unknown
11,837
// 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/views/animation/test/flood_fill_ink_drop_ripple_test_api.h" #include <vector> #include "base/time/time.h" #include "ui/compositor/layer.h" #include "ui/composito...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.cc
C++
unknown
1,922
// 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_VIEWS_ANIMATION_TEST_FLOOD_FILL_INK_DROP_RIPPLE_TEST_API_H_ #define UI_VIEWS_ANIMATION_TEST_FLOOD_FILL_INK_DROP_RIPPLE_TEST_API_H_ #include <vector> #include "ui/g...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h
C++
unknown
2,182
// 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/views/animation/test/ink_drop_highlight_test_api.h" #include "base/time/time.h" #include "ui/compositor/layer.h" #include "ui/compositor/layer_animator.h" #includ...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/ink_drop_highlight_test_api.cc
C++
unknown
1,077
// 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_VIEWS_ANIMATION_TEST_INK_DROP_HIGHLIGHT_TEST_API_H_ #define UI_VIEWS_ANIMATION_TEST_INK_DROP_HIGHLIGHT_TEST_API_H_ #include <vector> #include "base/memory/raw_ptr....
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/ink_drop_highlight_test_api.h
C++
unknown
1,849
// 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/views/animation/test/ink_drop_host_test_api.h" #include <utility> namespace views::test { InkDropHostTestApi::InkDropHostTestApi(InkDropHost* ink_drop_host) ...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/ink_drop_host_test_api.cc
C++
unknown
1,393
// 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_VIEWS_ANIMATION_TEST_INK_DROP_HOST_TEST_API_H_ #define UI_VIEWS_ANIMATION_TEST_INK_DROP_HOST_TEST_API_H_ #include <memory> #include <vector> #include "base/memory/...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/ink_drop_host_test_api.h
C++
unknown
1,888
// 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/views/animation/test/ink_drop_impl_test_api.h" #include <utility> #include "ui/views/animation/ink_drop_highlight.h" #include "ui/views/animation/ink_drop_ripple...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/ink_drop_impl_test_api.cc
C++
unknown
5,056
// 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_VIEWS_ANIMATION_TEST_INK_DROP_IMPL_TEST_API_H_ #define UI_VIEWS_ANIMATION_TEST_INK_DROP_IMPL_TEST_API_H_ #include <memory> #include <vector> #include "base/memory/...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/ink_drop_impl_test_api.h
C++
unknown
4,218
// Copyright 2015 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/views/animation/test/ink_drop_ripple_test_api.h" namespace views::test { InkDropRippleTestApi::InkDropRippleTestApi(InkDropRipple* ink_drop_ripple) : ui::tes...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/ink_drop_ripple_test_api.cc
C++
unknown
616
// Copyright 2015 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_VIEWS_ANIMATION_TEST_INK_DROP_RIPPLE_TEST_API_H_ #define UI_VIEWS_ANIMATION_TEST_INK_DROP_RIPPLE_TEST_API_H_ #include <vector> #include "base/memory/raw_ptr.h" #in...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/ink_drop_ripple_test_api.h
C++
unknown
1,778
// 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 <ostream> #include "ui/views/animation/ink_drop_animation_ended_reason.h" #include "ui/views/animation/ink_drop_highlight.h" #include "ui/views/animation/ink_drop_sta...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/ink_drop_utils.cc
C++
unknown
705
// Copyright 2015 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/views/animation/test/square_ink_drop_ripple_test_api.h" #include <vector> #include "base/time/time.h" #include "ui/compositor/layer.h" #include "ui/compositor/la...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/square_ink_drop_ripple_test_api.cc
C++
unknown
1,718
// Copyright 2015 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_VIEWS_ANIMATION_TEST_SQUARE_INK_DROP_RIPPLE_TEST_API_H_ #define UI_VIEWS_ANIMATION_TEST_SQUARE_INK_DROP_RIPPLE_TEST_API_H_ #include <vector> #include "ui/gfx/geome...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/square_ink_drop_ripple_test_api.h
C++
unknown
2,070
// 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/views/animation/test/test_ink_drop.h" #include "ui/gfx/geometry/transform.h" namespace views::test { TestInkDrop::TestInkDrop() = default; TestInkDrop::~TestInkD...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/test_ink_drop.cc
C++
unknown
1,330
// 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_VIEWS_ANIMATION_TEST_TEST_INK_DROP_H_ #define UI_VIEWS_ANIMATION_TEST_TEST_INK_DROP_H_ #include "ui/views/animation/ink_drop.h" namespace views::test { // A InkDr...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/test_ink_drop.h
C++
unknown
1,620
// 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_VIEWS_ANIMATION_TEST_TEST_INK_DROP_ANIMATION_OBSERVER_HELPER_H_ #define UI_VIEWS_ANIMATION_TEST_TEST_INK_DROP_ANIMATION_OBSERVER_HELPER_H_ #include <algorithm> #inc...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/test_ink_drop_animation_observer_helper.h
C++
unknown
7,019
// 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/views/animation/test/test_ink_drop_highlight_observer.h" #include "ui/views/animation/ink_drop_highlight.h" namespace views::test { TestInkDropHighlightObserver...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/test_ink_drop_highlight_observer.cc
C++
unknown
765
// 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_VIEWS_ANIMATION_TEST_TEST_INK_DROP_HIGHLIGHT_OBSERVER_H_ #define UI_VIEWS_ANIMATION_TEST_TEST_INK_DROP_HIGHLIGHT_OBSERVER_H_ #include "base/memory/raw_ptr.h" #inclu...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/test_ink_drop_highlight_observer.h
C++
unknown
2,076
// Copyright 2015 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/views/animation/test/test_ink_drop_host.h" #include <memory> #include "base/functional/bind.h" #include "ui/gfx/geometry/size.h" #include "ui/views/animation/ink...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/test_ink_drop_host.cc
C++
unknown
5,026
// Copyright 2015 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_VIEWS_ANIMATION_TEST_TEST_INK_DROP_HOST_H_ #define UI_VIEWS_ANIMATION_TEST_TEST_INK_DROP_HOST_H_ #include "base/memory/raw_ptr.h" #include "ui/views/animation/ink_d...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/test_ink_drop_host.h
C++
unknown
2,405
// 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/views/animation/test/test_ink_drop_ripple_observer.h" #include "ui/views/animation/ink_drop_ripple.h" namespace views::test { TestInkDropRippleObserver::TestInk...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/test_ink_drop_ripple_observer.cc
C++
unknown
1,024
// 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_VIEWS_ANIMATION_TEST_TEST_INK_DROP_RIPPLE_OBSERVER_H_ #define UI_VIEWS_ANIMATION_TEST_TEST_INK_DROP_RIPPLE_OBSERVER_H_ #include "base/memory/raw_ptr.h" #include "te...
Zhao-PengFei35/chromium_src_4
ui/views/animation/test/test_ink_drop_ripple_observer.h
C++
unknown
2,569