Searched refs:PerformAction (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/ash/system/tray/
H A Dactionable_view.cc38 return PerformAction(event);
51 PerformAction(event);
68 if (event->type() == ui::ET_GESTURE_TAP && PerformAction(*event))
H A Dtray_item_more.h44 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
H A Dactionable_view.h39 virtual bool PerformAction(const ui::Event& event) = 0;
H A Dhover_highlight_view.h64 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
H A Dtray_item_more.cc70 bool TrayItemMore::PerformAction(const ui::Event& event) { function in class:ash::internal::TrayItemMore
H A Dhover_highlight_view.cc126 bool HoverHighlightView::PerformAction(const ui::Event& event) { function in class:ash::internal::HoverHighlightView
H A Dsystem_tray.h201 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
H A Dtray_background_view.h25 // items can override PerformAction when clicked on.
77 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
/external/chromium_org/ash/system/date/
H A Ddate_view.h67 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
103 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
H A Ddate_view.cc150 bool DateView::PerformAction(const ui::Event& event) { function in class:ash::internal::tray::DateView
217 bool TimeView::PerformAction(const ui::Event& event) { function in class:ash::internal::tray::TimeView
/external/chromium_org/ash/system/chromeos/
H A Dtray_tracing.cc53 virtual bool PerformAction(const ui::Event& event) OVERRIDE {
/external/chromium_org/dbus/
H A Dobject_manager_unittest.cc162 void PerformAction(const std::string& action, const ObjectPath& object_path) { function in class:dbus::ObjectManagerTest
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"));
H A Dtest_service.h142 void PerformAction(MethodCall* method_call,
H A Dtest_service.cc26 // Echo, SlowEcho, AsyncEcho, BrokenMethod, GetAll, Get, Set, PerformAction,
214 "PerformAction",
215 base::Bind(&TestService::PerformAction,
428 void TestService::PerformAction( function in class:dbus::TestService
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller_unittest.cc504 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy);
506 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy);
508 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy);
512 GetController()->PerformAction(WINDOW_SNAP_LEFT, dummy);
516 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy);
518 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy);
520 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy);
524 GetController()->PerformAction(WINDOW_SNAP_RIGHT, dummy);
530 GetController()->PerformAction(TOGGLE_MAXIMIZED, dummy);
534 GetController()->PerformAction(TOGGLE_MAXIMIZE
[all...]
H A Daccelerator_controller.h98 bool PerformAction(int action,
/external/chromium_org/chrome/test/pyautolib/
H A Dremote_inspector_client.py414 def PerformAction(self, request_messages, reply_message_callback): member in class:_RemoteInspectorThread
894 self._remote_inspector_thread.PerformAction(HEAP_SNAPSHOT_MESSAGES,
939 self._remote_inspector_thread.PerformAction(EVALUATE_MESSAGES,
983 self._remote_inspector_thread.PerformAction(MEMORY_COUNT_MESSAGES,
1003 self._remote_inspector_thread.PerformAction(COLLECT_GARBAGE_MESSAGES, None)
1041 self._remote_inspector_thread.PerformAction(TIMELINE_MESSAGES, None)
1073 self._remote_inspector_thread.PerformAction(TIMELINE_MESSAGES, HandleReply)
/external/chromium_org/ash/system/chromeos/settings/
H A Dtray_settings.cc76 virtual bool PerformAction(const ui::Event& event) OVERRIDE {
/external/chromium_org/ash/system/
H A Dtray_caps_lock.cc96 virtual bool PerformAction(const ui::Event& event) OVERRIDE {
H A Dtray_update.cc87 virtual bool PerformAction(const ui::Event& event) OVERRIDE {
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.h87 virtual bool PerformAction(const ui::Event& event) OVERRIDE;
H A Dweb_notification_tray.cc496 bool WebNotificationTray::PerformAction(const ui::Event& event) { function in class:ash::WebNotificationTray
553 PerformAction(event);
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter.cc102 if (accelerator->PerformAction(CYCLE_FORWARD_MRU, ui::Accelerator()))
/external/chromium_org/net/url_request/
H A Durl_request_throttler_simulation_unittest.cc70 virtual void PerformAction() = 0;
101 (*it)->PerformAction();
139 virtual void PerformAction() OVERRIDE {
419 virtual void PerformAction() OVERRIDE {
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h1341 PerformAction(const Action<F>& action,
1373 static ActionResultHolder* PerformAction(
1462 return ResultHolder::PerformAction(action, args);

Completed in 837 milliseconds

12