/external/chromium_org/ash/system/tray/ |
D | actionable_view.cc | 41 return PerformAction(event); in OnKeyPressed() 54 PerformAction(event); in OnMouseReleased() 89 if (event->type() == ui::ET_GESTURE_TAP && PerformAction(*event)) in OnGestureEvent()
|
D | tray_item_more.h | 41 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
D | actionable_view.h | 41 virtual bool PerformAction(const ui::Event& event) = 0;
|
D | hover_highlight_view.h | 68 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
D | tray_item_more.cc | 69 bool TrayItemMore::PerformAction(const ui::Event& event) { in PerformAction() function in ash::TrayItemMore
|
/external/chromium_org/dbus/ |
D | object_manager_unittest.cc | 189 void PerformAction(const std::string& action, const ObjectPath& object_path) { in PerformAction() function in dbus::ObjectManagerTest 310 PerformAction("AddObject", ObjectPath("/org/chromium/SecondObject")); in TEST_F() 339 PerformAction("AddObject", ObjectPath("/org/chromium/SecondObject")); in TEST_F() 345 PerformAction("RemoveObject", ObjectPath("/org/chromium/SecondObject")); in TEST_F() 368 PerformAction("ReleaseOwnership", ObjectPath("/org/chromium/TestService")); in TEST_F() 376 PerformAction("Ownership", ObjectPath("/org/chromium/TestService")); in TEST_F() 394 PerformAction("SetSendImmediatePropertiesChanged", in TEST_F()
|
/external/chromium_org/chrome/browser/extensions/api/automation_internal/ |
D | automation_internal_api.h | 21 namespace PerformAction { 57 api::automation_internal::PerformAction::Params* params,
|
D | automation_internal_api.cc | 181 using api::automation_internal::PerformAction::Params; in Run() 215 api::automation_internal::PerformAction::Params* params, in RouteActionToAdapter()
|
/external/chromium_org/ash/system/chromeos/virtual_keyboard/ |
D | virtual_keyboard_tray.cc | 94 bool VirtualKeyboardTray::PerformAction(const ui::Event& event) { in PerformAction() function in ash::VirtualKeyboardTray 102 PerformAction(event); in ButtonPressed()
|
D | virtual_keyboard_tray.h | 34 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
/external/chromium_org/ash/system/overview/ |
D | overview_button_tray_unittest.cc | 74 TEST_F(OverviewButtonTrayTest, PerformAction) { in TEST_F() argument 83 GetTray()->PerformAction(tap); in TEST_F()
|
D | overview_button_tray.h | 34 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
D | overview_button_tray.cc | 56 bool OverviewButtonTray::PerformAction(const ui::Event& event) { in PerformAction() function in ash::OverviewButtonTray
|
/external/chromium_org/ash/accelerators/ |
D | accelerator_controller_unittest.cc | 438 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy); in TEST_F() 444 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy); in TEST_F() 452 GetController()->PerformAction(TOGGLE_MAXIMIZED, dummy); in TEST_F() 456 GetController()->PerformAction(TOGGLE_MAXIMIZED, dummy); in TEST_F() 462 GetController()->PerformAction(TOGGLE_MAXIMIZED, dummy); in TEST_F() 463 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy); in TEST_F() 466 GetController()->PerformAction(TOGGLE_MAXIMIZED, dummy); in TEST_F() 467 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy); in TEST_F() 470 GetController()->PerformAction(TOGGLE_MAXIMIZED, dummy); in TEST_F() 472 GetController()->PerformAction(WINDOW_MINIMIZE, dummy); in TEST_F() [all …]
|
/external/chromium_org/ash/system/date/ |
D | date_view.h | 73 virtual bool PerformAction(const ui::Event& event) OVERRIDE; 111 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
/external/chromium_org/ash/system/chromeos/rotation/ |
D | tray_rotation_lock.cc | 32 virtual bool PerformAction(const ui::Event& event) OVERRIDE; 56 bool RotationLockDefaultView::PerformAction(const ui::Event& event) { in PerformAction() function in ash::tray::RotationLockDefaultView
|
/external/chromium_org/chrome/browser/extensions/ |
D | suspicious_extension_bubble_controller.cc | 44 virtual void PerformAction(const extensions::ExtensionIdList& list) OVERRIDE; 93 void SuspiciousExtensionBubbleDelegate::PerformAction( in PerformAction() function in __anoneeaefc560111::SuspiciousExtensionBubbleDelegate
|
D | dev_mode_bubble_controller.cc | 45 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE; 91 void DevModeBubbleDelegate::PerformAction(const ExtensionIdList& list) { in PerformAction() function in extensions::__anon14b95b460111::DevModeBubbleDelegate
|
D | ntp_overridden_bubble_controller.cc | 38 virtual void PerformAction(const extensions::ExtensionIdList& list) OVERRIDE; 105 void NtpOverriddenBubbleDelegate::PerformAction( in PerformAction() function in __anon8d16a6260111::NtpOverriddenBubbleDelegate
|
D | proxy_overridden_bubble_controller.cc | 42 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE; 118 void ProxyOverriddenBubbleDelegate::PerformAction(const ExtensionIdList& list) { in PerformAction() function in extensions::__anon41d092d60111::ProxyOverriddenBubbleDelegate
|
D | settings_api_bubble_controller.cc | 43 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE; 126 void SettingsApiBubbleDelegate::PerformAction(const ExtensionIdList& list) { in PerformAction() function in extensions::__anon9b353b4d0111::SettingsApiBubbleDelegate
|
D | extension_message_bubble_controller.h | 40 virtual void PerformAction(const ExtensionIdList& list) = 0;
|
/external/chromium_org/net/url_request/ |
D | url_request_throttler_simulation_unittest.cc | 74 virtual void PerformAction() = 0; 105 (*it)->PerformAction(); in RunSimulation() 142 virtual void PerformAction() OVERRIDE { in PerformAction() function in net::__anonda1e81fb0111::Server 424 virtual void PerformAction() OVERRIDE { in PerformAction() function in net::__anonda1e81fb0111::Requester
|
/external/chromium_org/ash/system/audio/ |
D | volume_view.h | 66 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
/external/chromium_org/ash/system/chromeos/ |
D | tray_tracing.cc | 50 virtual bool PerformAction(const ui::Event& event) OVERRIDE { in PerformAction() function in ash::tray::DefaultTracingView
|