• Home
Name Date Size #Lines LOC

..--

accelerators/03-May-2024-1,202799

accessibility/03-May-2024-354218

android/03-May-2024-332208

clipboard/03-May-2024-6,6114,796

cocoa/03-May-2024-4,1963,100

cursor/03-May-2024-1,3541,025

dragdrop/03-May-2024-4,4163,096

glib/03-May-2024-183137

gtk/03-May-2024-1,9531,235

ime/03-May-2024-14,80810,210

l10n/03-May-2024-3,1882,249

models/03-May-2024-3,3662,054

resource/03-May-2024-3,1982,193

strings/03-May-2024-14,03813,657

test/03-May-2024-1,9271,389

text/03-May-2024-257172

touch/03-May-2024-308143

webui/03-May-2024-524343

win/03-May-2024-1,495873

x/03-May-2024-3,2142,165

DEPSD03-May-2024254 1413

README.chromiumD03-May-2024554 149

base_window.ccD03-May-2024388 178

base_window.hD03-May-20243.1 KiB10037

default_theme_provider.ccD03-May-20241.4 KiB5839

default_theme_provider.hD03-May-20241.6 KiB5337

default_theme_provider_mac.mmD03-May-2024934 3827

device_form_factor.hD03-May-2024667 2512

device_form_factor_android.ccD03-May-2024493 1910

device_form_factor_desktop.ccD03-May-2024323 146

device_form_factor_ios.mmD03-May-2024502 1913

hit_test.hD03-May-2024932 4633

layout.ccD03-May-20245.9 KiB184143

layout.hD03-May-20243.3 KiB10045

layout_mac.mmD03-May-20241,019 3927

layout_unittest.ccD03-May-20243.1 KiB7057

theme_provider.ccD03-May-2024475 175

theme_provider.hD03-May-20243.6 KiB11351

ui_base_exports.ccD03-May-2024637 144

ui_base_paths.ccD03-May-20242.4 KiB8057

ui_base_paths.hD03-May-2024950 3717

ui_base_switches.ccD03-May-20242.8 KiB7525

ui_base_switches.hD03-May-20241.3 KiB4228

ui_base_switches_util.ccD03-May-2024850 3323

ui_base_switches_util.hD03-May-2024495 199

ui_base_types.ccD03-May-2024582 2112

ui_base_types.hD03-May-20241.7 KiB5836

ui_export.hD03-May-2024770 3320

view_prop.ccD03-May-20242.7 KiB10467

view_prop.hD03-May-20241.5 KiB5223

view_prop_unittest.ccD03-May-20242.2 KiB7342

window_open_disposition.ccD03-May-20241.3 KiB4130

window_open_disposition.hD03-May-20241.3 KiB3717

window_open_disposition_list.hD03-May-2024822 2011

work_area_watcher_observer.hD03-May-2024699 2612

README.chromium

1The best description for the role of this component I can come up with is:
2
3Random utilities for building UIs.
4
5... that's kind of sad, since I like components that are focused on specific
6purposes, but there always seems to be one of these gathering places in a
7project and this is it. Specifically, code seems to be added here because it's
8needed by more than one toplevel directory.
9
10Over time, we should shrink this component and move focused, related items out
11into separate components under src/ui (see previous examples in ui/gfx and
12ui/events).
13
14