HomeSort by relevance Sort by last modified time
    Searched defs:Click (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/chrome/browser/notifications/
notification_object_proxy.cc 35 void NotificationObjectProxy::Click() {
notification_test_util.h 26 virtual void Click() {}
55 virtual void Click() {
notification.h 44 void Click() const { delegate()->Click(); }
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 49 void NotificationObjectProxy::Click() {
  /external/chromium_org/ui/message_center/
notification_delegate.cc 34 void HandleNotificationClickedDelegate::Click() {
notification.h 189 void Click() const { delegate()->Click(); }
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate.cc 43 void ChromeNotifierDelegate::Click() {
  /external/chromium_org/chrome/test/chromedriver/client/
webelement.py 31 def Click(self):
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.h 71 void Click() {}
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 32 void Click() {}
  /external/chromium_org/ash/system/locale/
locale_notification_controller.cc 40 virtual void Click() OVERRIDE;
72 void LocaleNotificationDelegate::Click() {
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 42 // Move the mouse to the center of the browser window and left-click.
56 void Click(ui_controls::MouseButton button,
150 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::LEFT,
161 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::LEFT,
170 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::LEFT,
175 // Take the focus away and click in the omnibox again, but drag a bit before
178 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::LEFT,
185 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::MIDDLE,
  /external/chromium_org/chrome/test/functional/gtalk/
jsutils.js 65 * Simulate a click on a given element.
67 $Click = function(element) {
69 mouseEvent.initMouseEvent('click', true, true, window,
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc 44 void Click() {
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 130 void ScreenNotificationDelegate::Click() {
  /external/chromium_org/chrome/browser/ui/views/
menu_model_adapter_test.cc 249 Click(button_, CreateEventTask(this, &MenuModelAdapterTest::Step1));
259 // Click the first item to open the submenu.
262 Click(item, CreateEventTask(this, &MenuModelAdapterTest::Step2));
286 // Click the button to exit the menu.
287 Click(button_, CreateEventTask(this, &MenuModelAdapterTest::Step4));
301 // Generate a mouse click on the specified view and post a new task.
302 virtual void Click(views::View* view, const base::Closure& next) {
menu_item_view_test.cc 29 // Click() to post a mouse click on a View
89 // Generate a mouse click on the specified view and post a new task.
90 virtual void Click(views::View* view, const base::Closure& next) {
134 Click(button_, CreateEventTask(this, &MenuItemViewTestBasic::Step1));
137 // Click on item INDEX.
146 // click an item and pass control to the next step
149 Click(item, CreateEventTask(this, &MenuItemViewTestBasic::Step2));
163 // Click each item of a 3-item menu (with separator).
196 Click(button_, CreateEventTask(this, &MenuItemViewTestInsert::Step1))
    [all...]
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 313 SkView::Click::Click(SkView* target)
322 SkView::Click::~Click()
327 void SkView::Click::resetType()
337 bool SkView::Click::isType(const char type[]) const
351 void SkView::Click::setType(const char type[])
357 void SkView::Click::copyType(const char type[])
372 SkView::Click* SkView::findClickHandler(SkScalar x, SkScalar y, unsigned modi) {
388 Click* click = child->findClickHandler(p.fX, p.fY, modi) local
    [all...]
  /external/skia/src/views/
SkView.cpp 313 SkView::Click::Click(SkView* target)
322 SkView::Click::~Click()
327 void SkView::Click::resetType()
337 bool SkView::Click::isType(const char type[]) const
351 void SkView::Click::setType(const char type[])
357 void SkView::Click::copyType(const char type[])
372 SkView::Click* SkView::findClickHandler(SkScalar x, SkScalar y, unsigned modi) {
388 Click* click = child->findClickHandler(p.fX, p.fY, modi) local
    [all...]
  /external/chromium/chrome/browser/
background_contents_service.cc 66 void Click() {
  /external/chromium_org/ash/display/
resolution_notification_controller.cc 46 virtual void Click() OVERRIDE;
78 void ResolutionChangeNotificationDelegate::Click() {
88 // button click should be "Revert".
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 364 void BrowserAccessibilityManagerAndroid::Click(
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 362 void PrivetNotificationDelegate::Click() {
  /external/chromium_org/third_party/skia/include/views/
SkView.h 138 // Click handling
140 class Click {
142 Click(SkView* target);
143 virtual ~Click();
171 Click* findClickHandler(SkScalar x, SkScalar y, unsigned modifierKeys);
173 static void DoClickDown(Click*, int x, int y, unsigned modi);
174 static void DoClickMoved(Click*, int x, int y, unsigned modi);
175 static void DoClickUp(Click*, int x, int y, unsigned modi);
347 /** Override this if you might handle the click
349 virtual Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi)
    [all...]
  /external/skia/include/views/
SkView.h 138 // Click handling
140 class Click {
142 Click(SkView* target);
143 virtual ~Click();
171 Click* findClickHandler(SkScalar x, SkScalar y, unsigned modifierKeys);
173 static void DoClickDown(Click*, int x, int y, unsigned modi);
174 static void DoClickMoved(Click*, int x, int y, unsigned modi);
175 static void DoClickUp(Click*, int x, int y, unsigned modi);
347 /** Override this if you might handle the click
349 virtual Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi)
    [all...]

Completed in 3314 milliseconds

1 2