/external/chromium/chrome/browser/ |
clipboard_dispatcher.h | 13 #include "ui/base/clipboard/clipboard.h" 26 static bool ReadAvailableTypes(ui::Clipboard::Buffer buffer, 29 static bool ReadData(ui::Clipboard::Buffer buffer, const string16& type, 31 static bool ReadFilenames(ui::Clipboard::Buffer buffer,
|
/external/chromium/chrome/browser/translate/ |
languages_menu_model.h | 9 #include "ui/base/models/simple_menu_model.h" 15 class LanguagesMenuModel : public ui::SimpleMenuModel, 16 public ui::SimpleMenuModel::Delegate { 26 // ui::SimpleMenuModel::Delegate implementation: 30 ui::Accelerator* accelerator);
|
/external/chromium_org/ash/accelerators/ |
focus_manager_factory.h | 10 #include "ui/views/focus/focus_manager_delegate.h" 11 #include "ui/views/focus/focus_manager_factory.h" 33 const ui::Accelerator& accelerator) OVERRIDE; 34 virtual ui::AcceleratorTarget* GetCurrentTargetForAccelerator( 35 const ui::Accelerator& accelerator) const OVERRIDE;
|
/external/chromium_org/ash/display/ |
event_transformation_handler.h | 10 #include "ui/events/event_handler.h" 18 class ASH_EXPORT EventTransformationHandler : public ui::EventHandler { 34 // Overridden from ui::EventHandler. 35 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE; 37 virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE;
|
/external/chromium_org/ash/wm/workspace/ |
workspace_event_handler.h | 30 virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE; 31 virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE; 41 ui::MouseEvent* event);
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_pasteboard_helper_mac.h | 23 ui::ClipboardType type, 29 ui::ClipboardType type, 35 bool PasteboardContainsBookmarks(ui::ClipboardType type);
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_dialog.h | 14 namespace ui { namespace 50 const std::vector<ui::SelectedFileInfo>& files); 69 const std::vector<ui::SelectedFileInfo>& files);
|
/external/chromium_org/chrome/browser/translate/ |
options_menu_model.h | 8 #include "ui/base/models/simple_menu_model.h" 14 class OptionsMenuModel : public ui::SimpleMenuModel, 15 public ui::SimpleMenuModel::Delegate { 20 // ui::SimpleMenuModel::Delegate implementation: 25 ui::Accelerator* accelerator) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/app_list/ |
chrome_signin_delegate.cc | 5 #include "chrome/browser/ui/app_list/chrome_signin_delegate.h" 12 #include "chrome/browser/ui/browser_navigator.h" 13 #include "chrome/browser/ui/chrome_pages.h" 14 #include "chrome/browser/ui/extensions/application_launch.h" 15 #include "chrome/browser/ui/host_desktop.h" 16 #include "chrome/browser/ui/scoped_tabbed_browser_displayer.h" 21 #include "ui/base/resource/resource_bundle.h" 63 ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance(); 81 ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance() [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_util.h | 18 namespace ui { namespace 34 guint GetGdkKeyCodeForAccelerator(const ui::Accelerator& accelerator); 37 const ui::Accelerator& accelerator);
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
ev_bubble_view.h | 8 #include "chrome/browser/ui/views/location_bar/icon_label_bubble_view.h" 9 #include "chrome/browser/ui/views/location_bar/page_info_helper.h" 24 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE; 25 virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE; 27 // Overridden from ui::EventHandler. 28 virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
|
location_icon_view.h | 8 #include "chrome/browser/ui/views/location_bar/page_info_helper.h" 9 #include "ui/views/controls/image_view.h" 22 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE; 23 virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE; 25 // ui::EventHandler: 26 virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
|
/external/chromium_org/content/browser/aura/ |
gpu_process_transport_factory.h | 16 #include "ui/compositor/compositor.h" 27 : public ui::ContextFactory, 37 // ui::ContextFactory implementation. 39 ui::Compositor* compositor, bool software_fallback) OVERRIDE; 40 virtual scoped_refptr<ui::Reflector> CreateReflector( 41 ui::Compositor* source, 42 ui::Layer* target) OVERRIDE; 44 scoped_refptr<ui::Reflector> reflector) OVERRIDE; 45 virtual void RemoveCompositor(ui::Compositor* compositor) OVERRIDE; 53 virtual ui::ContextFactory* AsContextFactory() OVERRIDE [all...] |
software_output_device_ozone.h | 10 #include "ui/gfx/native_widget_types.h" 12 namespace ui { namespace 24 explicit SoftwareOutputDeviceOzone(ui::Compositor* compositor); 32 ui::Compositor* compositor_;
|
software_output_device_x11.h | 9 #include "ui/gfx/x/x11_types.h" 11 namespace ui { namespace 19 explicit SoftwareOutputDeviceX11(ui::Compositor* compositor); 30 ui::Compositor* compositor_;
|
/external/chromium_org/content/common/ |
content_param_traits_macros.h | 14 #include "ui/events/latency_info.h" 22 IPC_ENUM_TRAITS(ui::LatencyComponentType) 24 IPC_STRUCT_TRAITS_BEGIN(ui::LatencyInfo::LatencyComponent) 30 IPC_STRUCT_TRAITS_BEGIN(ui::LatencyInfo)
|
/external/chromium_org/ui/events/ozone/ |
event_converter_ozone.cc | 5 #include "ui/events/ozone/event_converter_ozone.h" 10 #include "ui/events/event.h" 14 void DispatchEventHelper(scoped_ptr<ui::Event> key) { 20 namespace ui { namespace 28 void EventConverterOzone::DispatchEvent(scoped_ptr<ui::Event> event) { 33 } // namespace ui
|
/external/chromium_org/ui/views/ |
drag_utils.h | 8 #include "ui/base/dragdrop/drag_drop_types.h" 9 #include "ui/gfx/native_widget_types.h" 10 #include "ui/views/views_export.h" 18 namespace ui { namespace 27 const ui::OSExchangeData& data, 30 ui::DragDropTypes::DragEventSource source);
|
/external/chromium/chrome/browser/status_icons/ |
status_icon.h | 15 namespace ui { namespace 39 void SetContextMenu(ui::MenuModel* menu); 70 virtual void UpdatePlatformContextMenu(ui::MenuModel* model) = 0; 75 scoped_ptr<ui::MenuModel> context_menu_contents_;
|
/external/chromium_org/ash/shell/ |
shell_main_parts.cc | 8 #include "ui/base/resource/resource_bundle.h" 9 #include "ui/base/ui_base_paths.h" 15 ui::RegisterPathProvider();
|
/external/chromium_org/ash/system/tray/ |
actionable_view.cc | 8 #include "ui/base/accessibility/accessible_view_state.h" 9 #include "ui/gfx/canvas.h" 39 bool ActionableView::OnKeyPressed(const ui::KeyEvent& event) { 40 if (event.key_code() == ui::VKEY_SPACE || 41 event.key_code() == ui::VKEY_RETURN) { 47 bool ActionableView::OnMousePressed(const ui::MouseEvent& event) { 53 void ActionableView::OnMouseReleased(const ui::MouseEvent& event) { 66 void ActionableView::GetAccessibleState(ui::AccessibleViewState* state) { 67 state->role = ui::AccessibilityTypes::ROLE_PUSHBUTTON; 89 void ActionableView::OnGestureEvent(ui::GestureEvent* event) [all...] |
/external/chromium_org/ash/wm/ |
event_rewriter_event_filter.cc | 9 #include "ui/events/event.h" 23 void EventRewriterEventFilter::OnKeyEvent(ui::KeyEvent* event) { 28 if (event->type() == ui::ET_TRANSLATED_KEY_PRESS || 29 event->type() == ui::ET_TRANSLATED_KEY_RELEASE) { 42 void EventRewriterEventFilter::OnMouseEvent(ui::MouseEvent* event) {
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
select_file_dialog_util.h | 10 #include "ui/shell_dialogs/select_file_dialog.h" 16 base::string16 GetSelectFileDialogTitle(ui::SelectFileDialog::Type type);
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
textinput_test_helper.h | 9 #include "ui/base/ime/mock_input_method.h" 10 #include "ui/base/ime/text_input_client.h" 11 #include "ui/gfx/range/range.h" 12 #include "ui/gfx/rect.h" 32 class TextInputTestHelper : public ui::InputMethodObserver { 37 // Returns the latest status notified to ui::InputMethod 43 ui::TextInputType GetTextInputType() const; 45 ui::TextInputClient* GetTextInputClient() const; 49 void WaitForTextInputStateChanged(ui::TextInputType expected_type); 73 // ui::InputMethodObserver overrides [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
input_events_blocker.cc | 9 #include "ui/events/event.h" 23 void InputEventsBlocker::OnKeyEvent(ui::KeyEvent* event) { 27 void InputEventsBlocker::OnMouseEvent(ui::MouseEvent* event) { 31 void InputEventsBlocker::OnTouchEvent(ui::TouchEvent* event) { 35 void InputEventsBlocker::OnGestureEvent(ui::GestureEvent* event) {
|