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