Home
last modified time | relevance | path

Searched refs:PerformAction (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium_org/ash/system/tray/
Dactionable_view.cc41 return PerformAction(event); in OnKeyPressed()
54 PerformAction(event); in OnMouseReleased()
89 if (event->type() == ui::ET_GESTURE_TAP && PerformAction(*event)) in OnGestureEvent()
Dtray_item_more.h41 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
Dactionable_view.h41 virtual bool PerformAction(const ui::Event& event) = 0;
Dhover_highlight_view.h68 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
Dtray_item_more.cc69 bool TrayItemMore::PerformAction(const ui::Event& event) { in PerformAction() function in ash::TrayItemMore
/external/chromium_org/dbus/
Dobject_manager_unittest.cc189 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/
Dautomation_internal_api.h21 namespace PerformAction {
57 api::automation_internal::PerformAction::Params* params,
Dautomation_internal_api.cc181 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/
Dvirtual_keyboard_tray.cc94 bool VirtualKeyboardTray::PerformAction(const ui::Event& event) { in PerformAction() function in ash::VirtualKeyboardTray
102 PerformAction(event); in ButtonPressed()
Dvirtual_keyboard_tray.h34 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
/external/chromium_org/ash/system/overview/
Doverview_button_tray_unittest.cc74 TEST_F(OverviewButtonTrayTest, PerformAction) { in TEST_F() argument
83 GetTray()->PerformAction(tap); in TEST_F()
Doverview_button_tray.h34 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
Doverview_button_tray.cc56 bool OverviewButtonTray::PerformAction(const ui::Event& event) { in PerformAction() function in ash::OverviewButtonTray
/external/chromium_org/ash/accelerators/
Daccelerator_controller_unittest.cc438 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/
Ddate_view.h73 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
111 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
/external/chromium_org/ash/system/chromeos/rotation/
Dtray_rotation_lock.cc32 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/
Dsuspicious_extension_bubble_controller.cc44 virtual void PerformAction(const extensions::ExtensionIdList& list) OVERRIDE;
93 void SuspiciousExtensionBubbleDelegate::PerformAction( in PerformAction() function in __anoneeaefc560111::SuspiciousExtensionBubbleDelegate
Ddev_mode_bubble_controller.cc45 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE;
91 void DevModeBubbleDelegate::PerformAction(const ExtensionIdList& list) { in PerformAction() function in extensions::__anon14b95b460111::DevModeBubbleDelegate
Dntp_overridden_bubble_controller.cc38 virtual void PerformAction(const extensions::ExtensionIdList& list) OVERRIDE;
105 void NtpOverriddenBubbleDelegate::PerformAction( in PerformAction() function in __anon8d16a6260111::NtpOverriddenBubbleDelegate
Dproxy_overridden_bubble_controller.cc42 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE;
118 void ProxyOverriddenBubbleDelegate::PerformAction(const ExtensionIdList& list) { in PerformAction() function in extensions::__anon41d092d60111::ProxyOverriddenBubbleDelegate
Dsettings_api_bubble_controller.cc43 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE;
126 void SettingsApiBubbleDelegate::PerformAction(const ExtensionIdList& list) { in PerformAction() function in extensions::__anon9b353b4d0111::SettingsApiBubbleDelegate
Dextension_message_bubble_controller.h40 virtual void PerformAction(const ExtensionIdList& list) = 0;
/external/chromium_org/net/url_request/
Durl_request_throttler_simulation_unittest.cc74 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/
Dvolume_view.h66 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
/external/chromium_org/ash/system/chromeos/
Dtray_tracing.cc50 virtual bool PerformAction(const ui::Event& event) OVERRIDE { in PerformAction() function in ash::tray::DefaultTracingView

12