HomeSort by relevance Sort by last modified time
    Searched refs:ui (Results 126 - 150 of 5078) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ui/display/
display_switches.h 9 #include "ui/display/display_export.h"
11 namespace ui { namespace
19 } // namespace ui
  /external/chromium_org/ui/display/types/
native_display_observer.h 8 #include "ui/display/types/display_types_export.h"
10 namespace ui { namespace
21 } // namespace ui
  /external/chromium_org/ui/events/gesture_detection/
gesture_config_helper.h 8 #include "ui/events/gesture_detection/gesture_detection_export.h"
9 #include "ui/events/gesture_detection/gesture_detector.h"
10 #include "ui/events/gesture_detection/gesture_provider.h"
11 #include "ui/events/gesture_detection/scale_gesture_detector.h"
13 namespace ui { namespace
18 } // namespace ui
  /external/chromium_org/ui/events/
input_device_event_observer.h 8 namespace ui { namespace
18 } // namespace ui
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_android.h 8 #include "ui/events/events_base_export.h"
9 #include "ui/events/keycodes/keyboard_codes_posix.h"
11 namespace ui { namespace
15 } // namespace ui
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_timer_provider.h 10 namespace ui { namespace
14 } // namspace ui
  /external/chromium_org/ui/events/platform/
platform_event_source_stub.cc 5 #include "ui/events/platform/platform_event_source.h"
7 namespace ui { namespace
13 } // namespace ui
platform_event_types.h 10 namespace ui { namespace
12 } // namespace ui
  /external/chromium_org/ui/events/x/
keysym_to_unicode.h 10 namespace ui { namespace
18 } // namespace ui
  /external/chromium_org/ui/ozone/common/chromeos/
native_display_delegate_ozone.cc 5 #include "ui/ozone/common/chromeos/native_display_delegate_ozone.h"
9 namespace ui { namespace
39 std::vector<ui::DisplaySnapshot*> NativeDisplayDelegateOzone::GetDisplays() {
41 return std::vector<ui::DisplaySnapshot*>();
44 void NativeDisplayDelegateOzone::AddMode(const ui::DisplaySnapshot& output,
45 const ui::DisplayMode* mode) {
49 bool NativeDisplayDelegateOzone::Configure(const ui::DisplaySnapshot& output,
50 const ui::DisplayMode* mode,
60 bool NativeDisplayDelegateOzone::GetHDCPState(const ui::DisplaySnapshot& output,
61 ui::HDCPState* state)
    [all...]
  /external/chromium_org/ui/ozone/platform/caca/
ozone_platform_caca.h 8 namespace ui { namespace
15 } // namespace ui
  /external/chromium_org/ui/ozone/platform/dri/
channel_observer.h 8 namespace ui { namespace
19 } // namespace ui
ozone_platform_dri.h 8 namespace ui { namespace
15 } // namespace ui
ozone_platform_gbm.h 8 namespace ui { namespace
15 } // namespace ui
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.h 8 namespace ui { namespace
15 } // namespace ui
  /external/chromium_org/ui/ozone/platform/test/
ozone_platform_test.h 8 namespace ui { namespace
15 } // namespace ui
  /external/chromium_org/ui/ozone/
platform_object.h 10 namespace ui { namespace
32 } // namespace ui
platform_selection.h 8 #include "ui/ozone/ozone_export.h"
9 #include "ui/ozone/platform_list.h"
11 namespace ui { namespace
19 } // namespace ui
  /external/chromium_org/ui/shell_dialogs/
select_file_policy.h 8 #include "ui/shell_dialogs/shell_dialogs_export.h"
10 namespace ui { namespace
25 } // namespace ui
  /external/chromium_org/ui/views/controls/menu/
menu_event_dispatcher_linux.cc 5 #include "ui/views/controls/menu/menu_event_dispatcher_linux.h"
8 #include "ui/aura/window.h"
9 #include "ui/events/event_utils.h"
10 #include "ui/events/keycodes/keyboard_code_conversion.h"
11 #include "ui/events/keycodes/keyboard_codes.h"
12 #include "ui/views/controls/menu/menu_controller.h"
13 #include "ui/views/widget/widget.h"
23 bool MenuEventDispatcher::CanDispatchEvent(const ui::PlatformEvent& event) {
27 uint32_t MenuEventDispatcher::DispatchEvent(const ui::PlatformEvent& event) {
33 scoped_ptr<ui::Event> ui_event(ui::EventFromNative(event))
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_controller.cc 5 #include "ui/views/controls/textfield/textfield_controller.h"
7 #include "ui/base/dragdrop/drag_drop_types.h"
8 #include "ui/events/event.h"
13 const ui::KeyEvent& key_event) {
18 const ui::MouseEvent& mouse_event) {
22 int TextfieldController::OnDrop(const ui::OSExchangeData& data) {
23 return ui::DragDropTypes::DRAG_NONE;
  /external/chromium_org/ui/wm/core/
compound_event_filter.h 10 #include "ui/events/event.h"
11 #include "ui/events/event_handler.h"
12 #include "ui/gfx/native_widget_types.h"
13 #include "ui/wm/wm_export.h"
20 namespace ui { namespace
40 class WM_EXPORT CompoundEventFilter : public ui::EventHandler {
52 void AddHandler(ui::EventHandler* filter);
53 void RemoveHandler(ui::EventHandler* filter);
58 void UpdateCursor(aura::Window* target, ui::MouseEvent* event);
61 void FilterKeyEvent(ui::KeyEvent* event)
    [all...]
  /external/chromium_org/ash/accelerators/
key_hold_detector.h 10 #include "ui/events/event_handler.h"
12 namespace ui { namespace
21 class ASH_EXPORT KeyHoldDetector : public ui::EventHandler {
29 virtual bool ShouldProcessEvent(const ui::KeyEvent* event) const = 0;
32 virtual bool IsStartEvent(const ui::KeyEvent* event) const = 0;
35 virtual void OnKeyHold(const ui::KeyEvent* event) = 0;
38 virtual void OnKeyUnhold(const ui::KeyEvent* event) = 0;
44 // ui::EventHandler overrides:
45 virtual void OnKeyEvent(ui::KeyEvent* key_event) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
select_file_dialog_util.cc 8 #include "ui/base/l10n/l10n_util.h"
14 ui::SelectFileDialog::Type dialog_type) {
17 case ui::SelectFileDialog::SELECT_NONE:
21 case ui::SelectFileDialog::SELECT_FOLDER:
26 case ui::SelectFileDialog::SELECT_UPLOAD_FOLDER:
31 case ui::SelectFileDialog::SELECT_SAVEAS_FILE:
36 case ui::SelectFileDialog::SELECT_OPEN_FILE:
41 case ui::SelectFileDialog::SELECT_OPEN_MULTI_FILE:
  /external/chromium_org/ui/views/test/
x11_property_change_waiter.h 10 #include "ui/events/platform/platform_event_dispatcher.h"
11 #include "ui/events/platform/platform_event_types.h"
12 #include "ui/gfx/x/x11_types.h"
14 namespace ui { namespace
22 class X11PropertyChangeWaiter : public ui::PlatformEventDispatcher {
32 virtual bool ShouldKeepOnWaiting(const ui::PlatformEvent& event);
39 // ui::PlatformEventDispatcher:
40 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
41 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
55 scoped_ptr<ui::ScopedEventDispatcher> dispatcher_
    [all...]

Completed in 824 milliseconds

1 2 3 4 56 7 8 91011>>