/external/chromium_org/ash/system/tray/ |
actionable_view.cc | 42 return PerformAction(event); 55 PerformAction(event); 90 if (event->type() == ui::ET_GESTURE_TAP && PerformAction(*event))
|
actionable_view.h | 42 virtual bool PerformAction(const ui::Event& event) = 0;
|
tray_item_more.h | 44 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
hover_highlight_view.h | 64 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
tray_item_more.cc | 70 bool TrayItemMore::PerformAction(const ui::Event& event) {
|
tray_background_view.h | 26 // items can override PerformAction when clicked on. 77 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
system_tray.h | 204 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
/external/chromium_org/ash/system/date/ |
date_view.h | 72 virtual bool PerformAction(const ui::Event& event) OVERRIDE; 108 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/ |
dev_mode_bubble_controller.h | 46 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE;
|
extension_message_bubble_controller.h | 37 virtual void PerformAction(const ExtensionIdList& list) = 0;
|
suspicious_extension_bubble_controller.h | 41 virtual void PerformAction(const ExtensionIdList& list) OVERRIDE;
|
dev_mode_bubble_controller.cc | 86 void DevModeBubbleController::PerformAction(
|
suspicious_extension_bubble_controller.cc | 78 void SuspiciousExtensionBubbleController::PerformAction(
|
extension_message_bubble_controller.cc | 95 delegate_->PerformAction(*GetOrCreateExtensionList());
|
/external/chromium_org/ash/accelerators/ |
accelerator_controller_unittest.cc | 484 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy); 486 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy); 488 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy); 492 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy); 496 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy); 498 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy); 500 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy); 504 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy); 510 GetController()->PerformAction(TOGGLE_MAXIMIZED, dummy); 514 GetController()->PerformAction(TOGGLE_MAXIMIZED, dummy) [all...] |
accelerator_controller.h | 98 bool PerformAction(int action,
|
/external/chromium_org/ash/system/chromeos/ |
tray_tracing.cc | 53 virtual bool PerformAction(const ui::Event& event) OVERRIDE {
|
/external/chromium_org/dbus/ |
object_manager_unittest.cc | 162 void PerformAction(const std::string& action, const ObjectPath& object_path) { 167 MethodCall method_call("org.chromium.TestInterface", "PerformAction"); 279 PerformAction("AddObject", ObjectPath("/org/chromium/SecondObject")); 308 PerformAction("AddObject", ObjectPath("/org/chromium/SecondObject")); 314 PerformAction("RemoveObject", ObjectPath("/org/chromium/SecondObject"));
|
test_service.h | 142 void PerformAction(MethodCall* method_call,
|
/external/chromium_org/ash/system/web_notification/ |
web_notification_tray.h | 89 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
/external/chromium_org/chrome/test/pyautolib/ |
remote_inspector_client.py | 414 def PerformAction(self, request_messages, reply_message_callback): [all...] |
/external/chromium_org/ash/system/chromeos/settings/ |
tray_settings.cc | 76 virtual bool PerformAction(const ui::Event& event) OVERRIDE {
|
/external/chromium_org/ash/system/ |
tray_caps_lock.cc | 97 virtual bool PerformAction(const ui::Event& event) OVERRIDE {
|
tray_update.cc | 87 virtual bool PerformAction(const ui::Event& event) OVERRIDE {
|
/external/chromium_org/ash/wm/ |
system_gesture_event_filter.cc | 115 if (accelerator->PerformAction(CYCLE_FORWARD_MRU, ui::Accelerator()))
|