• Home
  • History
  • Annotate
  • only in /external/chromium_org/ui/base/
NameDateSize

..11-Jul-20144 KiB

accelerators/11-Jul-20144 KiB

accessibility/11-Jul-20144 KiB

android/11-Jul-20144 KiB

base_window.cc11-Jul-2014388

base_window.h11-Jul-20143.1 KiB

clipboard/11-Jul-20144 KiB

cocoa/11-Jul-20144 KiB

cursor/11-Jul-20144 KiB

default_theme_provider.cc11-Jul-20141.4 KiB

default_theme_provider.h11-Jul-20141.6 KiB

default_theme_provider_mac.mm11-Jul-2014934

DEPS11-Jul-2014254

device_form_factor.h11-Jul-2014667

device_form_factor_android.cc11-Jul-2014493

device_form_factor_desktop.cc11-Jul-2014323

device_form_factor_ios.mm11-Jul-2014502

dragdrop/11-Jul-20144 KiB

glib/11-Jul-20144 KiB

gtk/11-Jul-20144 KiB

hit_test.h11-Jul-2014932

ime/11-Jul-20144 KiB

l10n/11-Jul-20144 KiB

layout.cc11-Jul-20145.9 KiB

layout.h11-Jul-20143.3 KiB

layout_mac.mm11-Jul-20141,019

layout_unittest.cc11-Jul-20143.1 KiB

models/11-Jul-20144 KiB

README.chromium11-Jul-2014554

resource/11-Jul-20144 KiB

strings/11-Jul-20144 KiB

test/11-Jul-20144 KiB

text/11-Jul-20144 KiB

theme_provider.cc11-Jul-2014475

theme_provider.h11-Jul-20143.6 KiB

touch/11-Jul-20144 KiB

ui_base_exports.cc11-Jul-2014637

ui_base_paths.cc11-Jul-20142.4 KiB

ui_base_paths.h11-Jul-2014950

ui_base_switches.cc11-Jul-20142.8 KiB

ui_base_switches.h11-Jul-20141.3 KiB

ui_base_switches_util.cc11-Jul-2014850

ui_base_switches_util.h11-Jul-2014495

ui_base_types.cc11-Jul-2014582

ui_base_types.h11-Jul-20141.7 KiB

ui_export.h11-Jul-2014770

view_prop.cc11-Jul-20142.7 KiB

view_prop.h11-Jul-20141.5 KiB

view_prop_unittest.cc11-Jul-20142.2 KiB

webui/11-Jul-20144 KiB

win/11-Jul-20144 KiB

window_open_disposition.cc11-Jul-20141.3 KiB

window_open_disposition.h11-Jul-20141.3 KiB

window_open_disposition_list.h11-Jul-2014822

work_area_watcher_observer.h11-Jul-2014699

x/11-Jul-20144 KiB

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