HomeSort by relevance Sort by last modified time
    Searched refs:ui (Results 151 - 175 of 5313) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ui/base/ime/linux/
linux_input_method_context_factory.cc 5 #include "ui/base/ime/linux/linux_input_method_context_factory.h"
9 const ui::LinuxInputMethodContextFactory* g_linux_input_method_context_factory =
14 namespace ui { namespace
28 } // namespace ui
  /external/chromium_org/ui/events/ozone/
event_converter_ozone.h 10 #include "ui/events/events_export.h"
12 namespace ui { namespace
19 // the file descriptor into |ui::Event| instances. This class provides the
21 // |ui::Event| to aura.
30 // |event| from the UI message loop. This method takes ownership of
32 virtual void DispatchEvent(scoped_ptr<ui::Event> event);
38 } // namespace ui
  /external/chromium_org/ui/oak/
oak_tree_model.h 9 #include "ui/base/models/tree_node_model.h"
18 typedef ui::TreeNodeWithValue<aura::Window*> WindowNode;
19 typedef ui::TreeNodeModel<WindowNode> TreeOfWindows;
  /external/chromium_org/ui/ozone/
ozone_platform.h 9 #include "ui/events/ozone/event_factory_ozone.h"
10 #include "ui/gfx/ozone/surface_factory_ozone.h"
11 #include "ui/ozone/ozone_export.h"
13 namespace ui { namespace
42 virtual ui::EventFactoryOzone* GetEventFactoryOzone() = 0;
50 } // namespace ui
  /external/chromium_org/ui/ozone/platform/dri/
ozone_platform_dri.cc 5 #include "ui/ozone/platform/dri/ozone_platform_dri.h"
7 #include "ui/ozone/ozone_platform.h"
9 namespace ui { namespace
19 ui::EventFactoryOzone* OzonePlatformDri::GetEventFactoryOzone() {
25 } // namespace ui
  /external/chromium_org/ui/shell_dialogs/android/
shell_dialogs_jni_registrar.cc 5 #include "ui/shell_dialogs/android/shell_dialogs_jni_registrar.h"
9 #include "ui/shell_dialogs/select_file_dialog_android.h"
11 namespace ui { namespace
15 { "SelectFileDialog", ui::SelectFileDialogImpl::RegisterSelectFileDialog },
24 } // namespace ui
  /external/chromium_org/ui/shell_dialogs/
linux_shell_dialog.cc 5 #include "ui/shell_dialogs/linux_shell_dialog.h"
9 ui::LinuxShellDialog* g_linux_shell_dialog = NULL;
13 namespace ui { namespace
23 } // namespace ui
  /external/chromium_org/ui/views/controls/tree/
tree_view_controller.h 8 #include "ui/events/keycodes/keyboard_codes.h"
9 #include "ui/views/views_export.h"
11 namespace ui { namespace
30 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node);
  /external/chromium_org/ui/views/
views_delegate.cc 5 #include "ui/views/views_delegate.h"
7 #include "ui/views/touchui/touch_selection_controller_impl.h"
13 ui::TouchSelectionControllerFactory::SetInstance(views_tsc_factory_.get());
17 ui::TouchSelectionControllerFactory::SetInstance(NULL);
  /external/chromium_org/ui/views/widget/
native_widget.h 8 #include "ui/views/widget/widget.h"
10 namespace ui { namespace
34 virtual ui::EventHandler* GetEventHandler() = 0;
  /external/chromium/chrome/browser/ui/views/
profile_menu_model.h 9 #include "ui/base/models/simple_menu_model.h"
10 #include "ui/gfx/point.h"
12 namespace ui { namespace
25 class ProfileMenuModel : public ui::SimpleMenuModel,
26 public ui::SimpleMenuModel::Delegate {
33 // ui::SimpleMenuModel::Delegate implementation
37 ui::Accelerator* accelerator);
  /external/chromium_org/ash/system/chromeos/
keyboard_brightness_controller.cc 12 #include "ui/base/accelerators/accelerator.h"
17 const ui::Accelerator& accelerator) {
18 if (accelerator.key_code() == ui::VKEY_BRIGHTNESS_DOWN) {
29 const ui::Accelerator& accelerator) {
30 if (accelerator.key_code() == ui::VKEY_BRIGHTNESS_UP) {
  /external/chromium_org/ash/system/tray/
tray_event_filter.h 11 #include "ui/events/event.h"
12 #include "ui/events/event_handler.h"
25 class TrayEventFilter : public ui::EventHandler {
33 // Overridden from ui::EventHandler.
34 virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
35 virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE;
39 bool ProcessLocatedEvent(ui::LocatedEvent* event);
  /external/chromium_org/ash/wm/
image_cursors.h 11 #include "ui/base/cursor/cursor.h"
12 #include "ui/gfx/native_widget_types.h"
18 namespace ui { namespace
45 void SetCursorSet(ui::CursorSetType cursor_set);
54 scoped_ptr<ui::CursorLoader> cursor_loader_;
56 ui::CursorSetType cursor_set_;
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host_aura.cc 5 #include "chrome/browser/ui/views/find_bar_host.h"
8 #include "ui/events/event.h"
17 const ui::KeyEvent& key_event) {
  /external/chromium_org/chrome/test/base/
menu_model_test.h 8 #include "ui/base/accelerators/accelerator.h"
9 #include "ui/base/models/simple_menu_model.h"
21 class Delegate : public ui::SimpleMenuModel::Delegate,
22 public ui::AcceleratorProvider {
30 ui::Accelerator* accelerator) OVERRIDE;
41 void CountEnabledExecutable(ui::MenuModel* model, int* count);
  /external/chromium_org/chrome/test/remoting/
key_code_conv.h 8 #include "ui/events/keycodes/keyboard_codes.h"
17 // 2. The virtual key code (ui::KeyboardCode)
21 char c, const char** code, ui::KeyboardCode* vkey_code, bool* shift);
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.h 18 namespace ui { namespace
30 // Creates a list of ui::TouchEvents out of a single WebTouchEvent.
32 // whereas a ui::TouchEvent contains information about a single touch-point. So
33 // it is possible to create more than one ui::TouchEvents out of a single
34 // WebTouchEvent. All the ui::TouchEvent in the list will carry the same
38 ScopedVector<ui::TouchEvent>* list,
41 // Creates a WebGestureEvent from a ui::GestureEvent. Note that it does not
45 const ui::GestureEvent& event);
53 const ui::TouchEvent& event,
  /external/chromium_org/ui/aura/client/
drag_drop_delegate.h 8 #include "ui/aura/aura_export.h"
10 namespace ui { namespace
24 virtual void OnDragEntered(const ui::DropTargetEvent& event) = 0;
30 virtual int OnDragUpdated(const ui::DropTargetEvent& event) = 0;
38 virtual int OnPerformDrop(const ui::DropTargetEvent& event) = 0;
  /external/chromium_org/ui/base/android/
ui_base_jni_registrar.h 10 #include "ui/base/ui_export.h"
12 namespace ui { namespace
19 } // namespace ui
window_android_observer.h 8 #include "ui/base/ui_export.h"
10 namespace ui { namespace
22 } // namespace ui
  /external/chromium_org/ui/base/cocoa/
window_size_constants.h 8 #include "ui/base/ui_export.h"
12 namespace ui { namespace
17 } // namespace ui
  /external/chromium_org/ui/base/
device_form_factor.h 8 #include "ui/base/ui_export.h"
10 namespace ui { namespace
22 } // namespace ui
device_form_factor_android.cc 5 #include "ui/base/device_form_factor.h"
10 namespace ui { namespace
18 } // namespace ui
  /external/chromium_org/ui/base/models/
combobox_model.cc 5 #include "ui/base/models/combobox_model.h"
7 namespace ui { namespace
21 } // namespace ui

Completed in 98 milliseconds

1 2 3 4 5 67 8 91011>>