Home | History | Annotate | only in /external/chromium_org/ui/base
Up to higher level directory
NameDateSize
accelerators/04-Nov-2014
android/04-Nov-2014
base_window.cc04-Nov-2014388
base_window.h04-Nov-20143.1K
BUILD.gn04-Nov-201414.4K
clipboard/04-Nov-2014
cocoa/04-Nov-2014
cursor/04-Nov-2014
default_theme_provider.cc04-Nov-20141.1K
default_theme_provider.h04-Nov-20141.5K
default_theme_provider_mac.mm04-Nov-2014934
DEPS04-Nov-2014263
device_form_factor.h04-Nov-2014677
device_form_factor_android.cc04-Nov-2014678
device_form_factor_android.h04-Nov-2014455
device_form_factor_desktop.cc04-Nov-2014323
device_form_factor_ios.mm04-Nov-2014502
dragdrop/04-Nov-2014
glib/04-Nov-2014
hit_test.h04-Nov-2014932
ime/04-Nov-2014
l10n/04-Nov-2014
layout.cc04-Nov-20143.9K
layout.h04-Nov-20142.4K
layout_mac.mm04-Nov-2014988
layout_unittest.cc04-Nov-20143.5K
models/04-Nov-2014
nine_image_painter_factory.cc04-Nov-2014883
nine_image_painter_factory.h04-Nov-20141.4K
README.chromium04-Nov-2014554
resource/04-Nov-2014
test/04-Nov-2014
text/04-Nov-2014
theme_provider.cc04-Nov-2014475
theme_provider.h04-Nov-20143K
touch/04-Nov-2014
ui_base.gyp04-Nov-201421.6K
ui_base.target.darwin-arm.mk04-Nov-201412.9K
ui_base.target.darwin-arm64.mk04-Nov-201412.3K
ui_base.target.darwin-mips.mk04-Nov-201412.6K
ui_base.target.darwin-x86.mk04-Nov-201412.5K
ui_base.target.darwin-x86_64.mk04-Nov-201412.5K
ui_base.target.linux-arm.mk04-Nov-201412.9K
ui_base.target.linux-arm64.mk04-Nov-201412.3K
ui_base.target.linux-mips.mk04-Nov-201412.6K
ui_base.target.linux-x86.mk04-Nov-201412.5K
ui_base.target.linux-x86_64.mk04-Nov-201412.5K
ui_base_export.h04-Nov-2014812
ui_base_exports.cc04-Nov-2014637
ui_base_jni_headers.target.darwin-arm.mk04-Nov-201418.7K
ui_base_jni_headers.target.darwin-arm64.mk04-Nov-201418.2K
ui_base_jni_headers.target.darwin-mips.mk04-Nov-201418.4K
ui_base_jni_headers.target.darwin-x86.mk04-Nov-201418.4K
ui_base_jni_headers.target.darwin-x86_64.mk04-Nov-201418.4K
ui_base_jni_headers.target.linux-arm.mk04-Nov-201418.7K
ui_base_jni_headers.target.linux-arm64.mk04-Nov-201418.2K
ui_base_jni_headers.target.linux-mips.mk04-Nov-201418.4K
ui_base_jni_headers.target.linux-x86.mk04-Nov-201418.4K
ui_base_jni_headers.target.linux-x86_64.mk04-Nov-201418.4K
ui_base_paths.cc04-Nov-20142.6K
ui_base_paths.h04-Nov-2014981
ui_base_switches.cc04-Nov-20141.7K
ui_base_switches.h04-Nov-20141.1K
ui_base_switches_util.cc04-Nov-2014991
ui_base_switches_util.h04-Nov-2014528
ui_base_types.cc04-Nov-2014582
ui_base_types.h04-Nov-20141.8K
view_prop.cc04-Nov-20142.7K
view_prop.h04-Nov-20141.5K
view_prop_unittest.cc04-Nov-20142.2K
webui/04-Nov-2014
win/04-Nov-2014
window_open_disposition.cc04-Nov-20141.3K
window_open_disposition.h04-Nov-20141.3K
window_open_disposition_list.h04-Nov-2014921
work_area_watcher_observer.h04-Nov-2014709
x/04-Nov-2014

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