Searched defs:PerformAction (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc69 bool TrayItemMore::PerformAction(const ui::Event& event) { function in class:ash::TrayItemMore
H A Dhover_highlight_view.cc133 bool HoverHighlightView::PerformAction(const ui::Event& event) { function in class:ash::HoverHighlightView
H A Dsystem_tray.cc697 bool SystemTray::PerformAction(const ui::Event& event) { function in class:ash::SystemTray
H A Dtray_background_view.cc426 bool TrayBackgroundView::PerformAction(const ui::Event& event) { function in class:ash::TrayBackgroundView
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_internal_api.h21 namespace PerformAction { namespace in namespace:extensions::api::automation_internal
23 } // namespace PerformAction
57 api::automation_internal::PerformAction::Params* params,
/external/chromium_org/ash/system/chromeos/rotation/
H A Dtray_rotation_lock.cc32 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
56 bool RotationLockDefaultView::PerformAction(const ui::Event& event) { function in class:ash::tray::RotationLockDefaultView
/external/chromium_org/ash/system/chromeos/virtual_keyboard/
H A Dvirtual_keyboard_tray.cc94 bool VirtualKeyboardTray::PerformAction(const ui::Event& event) { function in class:ash::VirtualKeyboardTray
102 PerformAction(event);
/external/chromium_org/ash/system/overview/
H A Doverview_button_tray.cc56 bool OverviewButtonTray::PerformAction(const ui::Event& event) { function in class:ash::OverviewButtonTray
/external/chromium_org/chrome/browser/extensions/
H A Ddev_mode_bubble_controller.cc45 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE;
91 void DevModeBubbleDelegate::PerformAction(const ExtensionIdList& list) { function in class:extensions::__anon3900::DevModeBubbleDelegate
H A Dntp_overridden_bubble_controller.cc38 virtual void PerformAction(const extensions::ExtensionIdList& list) OVERRIDE;
105 void NtpOverriddenBubbleDelegate::PerformAction( function in class:__anon4001::NtpOverriddenBubbleDelegate
H A Dsuspicious_extension_bubble_controller.cc44 virtual void PerformAction(const extensions::ExtensionIdList& list) OVERRIDE;
93 void SuspiciousExtensionBubbleDelegate::PerformAction( function in class:__anon4020::SuspiciousExtensionBubbleDelegate
H A Dproxy_overridden_bubble_controller.cc42 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE;
118 void ProxyOverriddenBubbleDelegate::PerformAction(const ExtensionIdList& list) { function in class:extensions::__anon4008::ProxyOverriddenBubbleDelegate
H A Dsettings_api_bubble_controller.cc43 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE;
126 void SettingsApiBubbleDelegate::PerformAction(const ExtensionIdList& list) { function in class:extensions::__anon4010::SettingsApiBubbleDelegate
/external/lldb/include/lldb/Target/
H A DStopInfo.h176 PerformAction (Event *event_ptr) function in class:lldb_private::StopInfo
189 // at this StopInfo, that must be done in the PerformAction.
190 // The PerformAction will always get called before the ShouldStop. This is done by the
/external/chromium_org/ash/system/audio/
H A Dvolume_view.cc321 bool VolumeView::PerformAction(const ui::Event& event) { function in class:ash::tray::VolumeView
/external/chromium_org/ash/system/date/
H A Ddate_view.cc179 bool DateView::PerformAction(const ui::Event& event) { function in class:ash::tray::DateView
257 bool TimeView::PerformAction(const ui::Event& event) { function in class:ash::tray::TimeView
/external/chromium_org/dbus/
H A Dobject_manager_unittest.cc189 void PerformAction(const std::string& action, const ObjectPath& object_path) { function in class:dbus::ObjectManagerTest
194 MethodCall method_call("org.chromium.TestInterface", "PerformAction");
310 PerformAction("AddObject", ObjectPath("/org/chromium/SecondObject"));
339 PerformAction("AddObject", ObjectPath("/org/chromium/SecondObject"));
345 PerformAction("RemoveObject", ObjectPath("/org/chromium/SecondObject"));
368 PerformAction("ReleaseOwnership", ObjectPath("/org/chromium/TestService"));
376 PerformAction("Ownership", ObjectPath("/org/chromium/TestService"));
394 PerformAction("SetSendImmediatePropertiesChanged",
H A Dtest_service.cc26 // Echo, SlowEcho, AsyncEcho, BrokenMethod, GetAll, Get, Set, PerformAction,
239 "PerformAction",
240 base::Bind(&TestService::PerformAction,
467 void TestService::PerformAction( function in class:dbus::TestService
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc353 bool WebNotificationTray::PerformAction(const ui::Event& event) { function in class:ash::WebNotificationTray
439 PerformAction(event);
/external/lldb/source/Target/
H A DStopInfo.cpp305 // This just reports the work done by PerformAction or the synchronous stop. It should
312 PerformAction (Event *event_ptr) function in class:lldb_private::StopInfoBreakpoint
329 log->Printf ("PerformAction got called with an invalid thread.");
368 // PerformAction calls that can arise when the action runs a function that hits another breakpoint,
373 log->Printf ("StopInfoBreakpoint::PerformAction - Hit a breakpoint while running an expression,"
395 log->Printf ("StopInfoBreakpoint::PerformAction - in expression, continuing: %s.",
600 // StopInfoWatchpoint::PerformAction().
633 // This just reports the work done by PerformAction or the synchronous stop. It should
640 PerformAction (Event *event_ptr) function in class:lldb_private::StopInfoWatchpoint
1069 PerformAction (Even function in class:lldb_private::StopInfoExec
[all...]
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc871 bool AcceleratorController::PerformAction(int action, function in class:ash::AcceleratorController
880 // PerformAction() is performed from gesture controllers and passes
1198 return PerformAction(static_cast<AcceleratorAction>(it->second), accelerator);

Completed in 479 milliseconds