Home | History | Annotate | only in /external/chromium_org/ui/base
Up to higher level directory
NameDateSize
accelerators/23-Apr-2015
android/23-Apr-2015
base_window.cc23-Apr-2015388
base_window.h23-Apr-20153.1K
BUILD.gn23-Apr-201524.1K
clipboard/23-Apr-2015
cocoa/23-Apr-2015
cursor/23-Apr-2015
default_theme_provider.cc23-Apr-20151.1K
default_theme_provider.h23-Apr-20151.5K
default_theme_provider_mac.mm23-Apr-2015899
DEPS23-Apr-2015339
device_form_factor.h23-Apr-2015677
device_form_factor_android.cc23-Apr-2015678
device_form_factor_android.h23-Apr-2015455
device_form_factor_desktop.cc23-Apr-2015323
device_form_factor_ios.mm23-Apr-2015502
dragdrop/23-Apr-2015
glib/23-Apr-2015
hit_test.h23-Apr-2015932
ime/23-Apr-2015
l10n/23-Apr-2015
layout.cc23-Apr-20153.9K
layout.h23-Apr-20152.4K
layout_mac.mm23-Apr-2015988
layout_unittest.cc23-Apr-20153.5K
models/23-Apr-2015
nine_image_painter_factory.cc23-Apr-2015883
nine_image_painter_factory.h23-Apr-20151.4K
page_transition_types.cc23-Apr-20153K
page_transition_types.h23-Apr-20152.5K
page_transition_types_list.h23-Apr-20155.9K
README.chromium23-Apr-2015554
resource/23-Apr-2015
test/23-Apr-2015
text/23-Apr-2015
theme_provider.cc23-Apr-2015475
theme_provider.h23-Apr-20153K
touch/23-Apr-2015
ui_base.gyp23-Apr-201526.4K
ui_base.target.darwin-arm.mk23-Apr-201511.6K
ui_base.target.darwin-arm64.mk23-Apr-201511.1K
ui_base.target.darwin-mips.mk23-Apr-201511.3K
ui_base.target.darwin-mips64.mk23-Apr-201511.3K
ui_base.target.darwin-x86.mk23-Apr-201511.2K
ui_base.target.darwin-x86_64.mk23-Apr-201511.3K
ui_base.target.linux-arm.mk23-Apr-201511.6K
ui_base.target.linux-arm64.mk23-Apr-201511.1K
ui_base.target.linux-mips.mk23-Apr-201511.3K
ui_base.target.linux-mips64.mk23-Apr-201511.3K
ui_base.target.linux-x86.mk23-Apr-201511.2K
ui_base.target.linux-x86_64.mk23-Apr-201511.3K
ui_base_export.h23-Apr-2015812
ui_base_exports.cc23-Apr-2015637
ui_base_jni_headers.target.darwin-arm.mk23-Apr-201518.8K
ui_base_jni_headers.target.darwin-arm64.mk23-Apr-201518.3K
ui_base_jni_headers.target.darwin-mips.mk23-Apr-201518.5K
ui_base_jni_headers.target.darwin-mips64.mk23-Apr-201518.5K
ui_base_jni_headers.target.darwin-x86.mk23-Apr-201518.5K
ui_base_jni_headers.target.darwin-x86_64.mk23-Apr-201518.5K
ui_base_jni_headers.target.linux-arm.mk23-Apr-201518.8K
ui_base_jni_headers.target.linux-arm64.mk23-Apr-201518.3K
ui_base_jni_headers.target.linux-mips.mk23-Apr-201518.5K
ui_base_jni_headers.target.linux-mips64.mk23-Apr-201518.5K
ui_base_jni_headers.target.linux-x86.mk23-Apr-201518.5K
ui_base_jni_headers.target.linux-x86_64.mk23-Apr-201518.5K
ui_base_paths.cc23-Apr-20152.6K
ui_base_paths.h23-Apr-2015981
ui_base_switches.cc23-Apr-20152K
ui_base_switches.h23-Apr-20151.2K
ui_base_switches_util.cc23-Apr-20151.2K
ui_base_switches_util.h23-Apr-2015584
ui_base_tests.gyp23-Apr-20152.5K
ui_base_tests.gypi23-Apr-20157K
ui_base_tests.isolate23-Apr-2015473
ui_base_tests_bundle.gypi23-Apr-20151.7K
ui_base_types.cc23-Apr-2015582
ui_base_types.h23-Apr-20151.7K
view_prop.cc23-Apr-20152.7K
view_prop.h23-Apr-20151.5K
view_prop_unittest.cc23-Apr-20152.2K
webui/23-Apr-2015
win/23-Apr-2015
window_open_disposition.cc23-Apr-20151.3K
window_open_disposition.h23-Apr-20151.6K
work_area_watcher_observer.h23-Apr-2015709
x/23-Apr-2015

README.chromium

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