Home | History | Annotate | only in /external/chromium_org/ui/base
Up to higher level directory
NameDateSize
accelerators/20-Jun-2014
accessibility/20-Jun-2014
android/20-Jun-2014
base_window.cc20-Jun-2014388
base_window.h20-Jun-20143.1K
clipboard/20-Jun-2014
cocoa/20-Jun-2014
cursor/20-Jun-2014
default_theme_provider.cc20-Jun-20141.4K
default_theme_provider.h20-Jun-20141.6K
default_theme_provider_mac.mm20-Jun-2014934
DEPS20-Jun-2014254
device_form_factor.h20-Jun-2014667
device_form_factor_android.cc20-Jun-2014493
device_form_factor_desktop.cc20-Jun-2014323
device_form_factor_ios.mm20-Jun-2014502
dragdrop/20-Jun-2014
glib/20-Jun-2014
gtk/20-Jun-2014
hit_test.h20-Jun-2014932
ime/20-Jun-2014
l10n/20-Jun-2014
layout.cc20-Jun-20145.9K
layout.h20-Jun-20143.3K
layout_mac.mm20-Jun-20141,019
layout_unittest.cc20-Jun-20143.1K
models/20-Jun-2014
README.chromium20-Jun-2014554
resource/20-Jun-2014
strings/20-Jun-2014
test/20-Jun-2014
text/20-Jun-2014
theme_provider.cc20-Jun-2014475
theme_provider.h20-Jun-20143.6K
touch/20-Jun-2014
ui_base_exports.cc20-Jun-2014637
ui_base_paths.cc20-Jun-20142.4K
ui_base_paths.h20-Jun-2014950
ui_base_switches.cc20-Jun-20142.8K
ui_base_switches.h20-Jun-20141.3K
ui_base_switches_util.cc20-Jun-2014850
ui_base_switches_util.h20-Jun-2014495
ui_base_types.cc20-Jun-2014582
ui_base_types.h20-Jun-20141.7K
ui_export.h20-Jun-2014770
view_prop.cc20-Jun-20142.7K
view_prop.h20-Jun-20141.5K
view_prop_unittest.cc20-Jun-20142.2K
webui/20-Jun-2014
win/20-Jun-2014
window_open_disposition.cc20-Jun-20141.3K
window_open_disposition.h20-Jun-20141.3K
window_open_disposition_list.h20-Jun-2014822
work_area_watcher_observer.h20-Jun-2014699
x/20-Jun-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