Searched refs:ui (Results 226 - 250 of 4512) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/web_contents/aura/
H A Dshadow_layer_delegate.h10 #include "ui/compositor/layer_delegate.h"
16 namespace ui { namespace
24 class ShadowLayerDelegate : public ui::LayerDelegate {
26 explicit ShadowLayerDelegate(ui::Layer* shadow_for);
31 ui::Layer* layer() { return layer_.get(); }
34 // Overridden from ui::LayerDelegate:
39 scoped_ptr<ui::Layer> layer_;
/external/chromium_org/remoting/base/
H A Dresources_linux.cc12 #include "ui/base/resource/resource_bundle.h"
13 #include "ui/base/ui_base_paths.h"
22 if (ui::ResourceBundle::HasSharedInstance()) {
23 ui::ResourceBundle::GetSharedInstance().ReloadLocaleResources(pref_locale);
31 PathService::Override(ui::DIR_LOCALES,
34 ui::ResourceBundle::InitSharedInstanceLocaleOnly(pref_locale, NULL);
41 ui::ResourceBundle::CleanupSharedInstance();
/external/chromium_org/ui/aura/client/
H A Daura_constants.h8 #include "ui/aura/aura_export.h"
9 #include "ui/aura/window.h"
10 #include "ui/base/ui_base_types.h"
12 namespace ui { namespace
42 AURA_EXPORT extern const WindowProperty<ui::ModalType>* const kModalKey;
47 // A property key to store ui::WindowShowState for restoring a window.
49 AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const
53 AURA_EXPORT extern const WindowProperty<ui::InputMethod*>* const
56 // A property key to store ui::WindowShowState for a window.
57 // See ui/bas
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui_3.6.1.M20100826-1330.jar ... .png plugin.properties org/ org/eclipse/ org/eclipse/ui/ org/eclipse/ui/internal/ org/eclipse/ui/internal/UIPlugin$ ...
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller_unittest.cc5 #include "ui/chromeos/touch_exploration_controller.h"
9 #include "ui/aura/client/cursor_client.h"
10 #include "ui/aura/test/aura_test_base.h"
11 #include "ui/aura/test/event_generator.h"
12 #include "ui/aura/test/test_cursor_client.h"
13 #include "ui/aura/window.h"
14 #include "ui/events/event.h"
15 #include "ui/events/event_utils.h"
16 #include "ui/gfx/geometry/point.h"
17 #include "ui/g
20 namespace ui { namespace
[all...]
/external/chromium_org/ash/autoclick/
H A Dautoclick_unittest.cc8 #include "ui/aura/test/event_generator.h"
9 #include "ui/aura/test/test_window_delegate.h"
10 #include "ui/aura/window.h"
11 #include "ui/aura/window_event_dispatcher.h"
12 #include "ui/events/event.h"
13 #include "ui/events/event_constants.h"
14 #include "ui/events/event_handler.h"
15 #include "ui/events/keycodes/keyboard_codes.h"
19 class MouseEventCapturer : public ui::EventHandler {
28 virtual void OnMouseEvent(ui
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc5 #include "ui/views/controls/textfield/textfield.h"
16 #include "ui/base/clipboard/clipboard.h"
17 #include "ui/base/clipboard/scoped_clipboard_writer.h"
18 #include "ui/base/dragdrop/drag_drop_types.h"
19 #include "ui/base/ime/text_input_client.h"
20 #include "ui/base/l10n/l10n_util.h"
21 #include "ui/base/ui_base_switches.h"
22 #include "ui/base/ui_base_switches_util.h"
23 #include "ui/events/event.h"
24 #include "ui/event
[all...]
/external/chromium_org/ui/events/
H A Dgesture_event_details.cc5 #include "ui/events/gesture_event_details.h"
7 namespace ui { namespace
11 GestureEventDetails::GestureEventDetails(ui::EventType type,
19 case ui::ET_GESTURE_SCROLL_BEGIN:
24 case ui::ET_GESTURE_SCROLL_UPDATE:
29 case ui::ET_SCROLL_FLING_START:
34 case ui::ET_GESTURE_TWO_FINGER_TAP:
39 case ui::ET_GESTURE_PINCH_UPDATE:
44 case ui::ET_GESTURE_SWIPE:
51 case ui
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_util.cc9 #include "ui/events/gesture_detection/gesture_event_data.h"
10 #include "ui/events/gesture_detection/motion_event.h"
16 using ui::MotionEvent;
20 const char* GetKeyIdentifier(ui::KeyboardCode key_code) {
22 case ui::VKEY_MENU:
24 case ui::VKEY_CONTROL:
26 case ui::VKEY_SHIFT:
28 case ui::VKEY_CAPITAL:
30 case ui::VKEY_LWIN:
31 case ui
[all...]
/external/chromium_org/ash/accelerators/
H A Dkey_hold_detector.h10 #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/ui/views/location_bar/
H A Dlocation_bar_decoration_view.cc5 #include "chrome/browser/ui/views/location_bar/location_bar_decoration_view.h"
7 #include "ui/events/event.h"
16 bool LocationBarDecorationView::OnMousePressed(const ui::MouseEvent& event) {
26 void LocationBarDecorationView::OnMouseReleased(const ui::MouseEvent& event) {
33 bool LocationBarDecorationView::OnKeyPressed(const ui::KeyEvent& event) {
34 if (event.key_code() == ui::VKEY_SPACE ||
35 event.key_code() == ui::VKEY_RETURN) {
43 void LocationBarDecorationView::OnGestureEvent(ui::GestureEvent* event) {
44 if (event->type() == ui::ET_GESTURE_TAP) {
/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aura.h11 namespace ui { namespace
30 ui::MouseEvent* event);
32 ui::MouseWheelEvent* event);
34 ui::ScrollEvent* event);
36 ui::KeyEvent* event);
38 ui::GestureEvent* event);
40 ui::ScrollEvent* event);
H A Dclipboard_message_filter.h14 #include "ui/base/clipboard/clipboard.h"
31 void OnWriteObjectsAsync(const ui::Clipboard::ObjectMap& objects);
32 void OnWriteObjectsSync(const ui::Clipboard::ObjectMap& objects,
34 static void WriteObjectsOnUIThread(const ui::Clipboard::ObjectMap* objects);
36 void OnGetSequenceNumber(const ui::ClipboardType type,
39 ui::ClipboardType type,
41 void OnClear(ui::ClipboardType type);
42 void OnReadAvailableTypes(ui::ClipboardType type,
45 void OnReadText(ui::ClipboardType type, base::string16* result);
46 void OnReadHTML(ui
[all...]
H A Dnative_web_keyboard_event_aura.cc9 #include "ui/events/event.h"
17 ui::Event* CopyEvent(ui::Event* event) {
18 return event ? new ui::KeyEvent(*static_cast<ui::KeyEvent*>(event)) : NULL;
23 (flags & ui::EF_SHIFT_DOWN ? blink::WebInputEvent::ShiftKey : 0) |
24 (flags & ui::EF_CONTROL_DOWN ? blink::WebInputEvent::ControlKey : 0) |
25 (flags & ui::EF_CAPS_LOCK_DOWN ? blink::WebInputEvent::CapsLockOn : 0) |
26 (flags & ui::EF_ALT_DOWN ? blink::WebInputEvent::AltKey : 0);
43 static_cast<ui
[all...]
/external/chromium_org/mojo/aura/
H A Dcontext_factory_mojo.h8 #include "ui/compositor/compositor.h"
12 class ContextFactoryMojo : public ui::ContextFactory {
20 ui::Compositor* compositor,
22 virtual scoped_refptr<ui::Reflector> CreateReflector(
23 ui::Compositor* mirrored_compositor,
24 ui::Layer* mirroring_layer) OVERRIDE;
25 virtual void RemoveReflector(scoped_refptr<ui::Reflector> reflector) OVERRIDE;
28 virtual void RemoveCompositor(ui::Compositor* compositor) OVERRIDE;
/external/chromium_org/third_party/openssl/openssl/crypto/ui/
H A Dui_locl.h1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
62 #include <openssl/ui.h>
80 int (*ui_open_session)(UI *ui);
82 int (*ui_write_string)(UI *ui, UI_STRING *uis);
86 int (*ui_flush)(UI *ui);
88 int (*ui_read_string)(UI *ui, UI_STRING *uis);
90 int (*ui_close_session)(UI *ui);
98 char *(*ui_construct_prompt)(UI *ui, const char *object_desc,
H A Dui_util.c1 /* crypto/ui/ui_util.c -*- mode:C; c-file-style: "eay" -*- */
72 UI *ui; local
77 ui = UI_new();
78 if (ui)
80 ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
85 ok=UI_process(ui);
86 UI_free(ui);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_config_aura.cc5 #include "ui/views/controls/menu/menu_config.h"
8 #include "ui/base/layout.h"
9 #include "ui/base/resource/resource_bundle.h"
10 #include "ui/gfx/image/image.h"
11 #include "ui/gfx/image/image_skia.h"
12 #include "ui/native_theme/native_theme_aura.h"
13 #include "ui/views/controls/menu/menu_image_util.h"
26 void MenuConfig::Init(const ui::NativeTheme* theme) {
27 if (theme == ui::NativeThemeAura::instance())
32 void MenuConfig::InitAura(const ui
[all...]
H A Dmenu_host_root_view.h8 #include "ui/views/widget/root_view.h"
28 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
29 virtual bool OnMouseDragged(const ui::MouseEvent& event) OVERRIDE;
30 virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
31 virtual void OnMouseMoved(const ui::MouseEvent& event) OVERRIDE;
32 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
35 virtual void DispatchGestureEvent(ui::GestureEvent* e) OVERRIDE;
42 bool DoesEventTargetEmptyMenuItem(const ui::MouseEvent& event);
H A Dmenu_separator_views.cc5 #include "ui/views/controls/menu/menu_separator.h"
8 #include "ui/gfx/canvas.h"
9 #include "ui/native_theme/native_theme.h"
10 #include "ui/views/controls/menu/menu_config.h"
11 #include "ui/views/controls/menu/menu_item_view.h"
34 case ui::LOWER_SEPARATOR:
37 case ui::SPACING_SEPARATOR:
39 case ui::UPPER_SEPARATOR:
47 ui::NativeTheme::kColorId_MenuSeparatorColor));
54 case ui
[all...]
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.h10 #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
[all...]
/external/openssl/crypto/ui/
H A Dui_locl.h1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
62 #include <openssl/ui.h>
80 int (*ui_open_session)(UI *ui);
82 int (*ui_write_string)(UI *ui, UI_STRING *uis);
86 int (*ui_flush)(UI *ui);
88 int (*ui_read_string)(UI *ui, UI_STRING *uis);
90 int (*ui_close_session)(UI *ui);
98 char *(*ui_construct_prompt)(UI *ui, const char *object_desc,
H A Dui_util.c1 /* crypto/ui/ui_util.c -*- mode:C; c-file-style: "eay" -*- */
72 UI *ui; local
77 ui = UI_new();
78 if (ui)
80 ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
85 ok=UI_process(ui);
86 UI_free(ui);
/external/aac/libFDK/src/
H A Dfft.cpp337 #define SUMDIFF_EIGTH(x, y, ix, iy, vr, vi, ur, ui) \
341 ui = (x[ 9 + ix]>>1) + (x[25 + ix]>>1); /* Im C + Im D */ \
344 y[ 1 + iy] = ur + ui; /* Im A' = sum of imag values */ \
345 y[ 5 + iy] = ur - ui; /* Im C' = -Im C -Im D +Im A +Im B */ \
349 ui = ui - x[25 + ix]; /* Im C - Im D */ \
350 y[ 2 + iy] = ui + vr; /* Re B' = Im C - Im D + Re A - Re B */ \
351 y[ 6 + iy] = vr - ui; /* Re D' = -Im C + Im D + Re A - Re B */ \
360 FIXP_DBL vr, vi, ur, ui; local
363 SUMDIFF_EIGTH(x, y, 0, 0, vr, vi, ur, ui);
550 FIXP_DBL vr,vi,ur,ui; local
[all...]
/external/chromium_org/athena/input/
H A Dinput_manager_impl.cc9 #include "ui/aura/client/event_client.h"
10 #include "ui/aura/env.h"
11 #include "ui/aura/window.h"
12 #include "ui/events/event_target.h"
20 public ui::EventTarget,
32 virtual ui::EventTarget* GetTopmostEventTarget() OVERRIDE { return this; }
42 virtual ui::EventTarget* GetToplevelEventTarget() OVERRIDE { return this; }
44 // ui::EventTarget:
45 virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE;
46 virtual ui
[all...]

Completed in 837 milliseconds

1234567891011>>