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

  /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 166 void Click() const { delegate()->Click(); }
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate.cc 30 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_org/ash/system/locale/
locale_notification_controller.cc 37 virtual void Click() OVERRIDE;
69 void LocaleNotificationDelegate::Click() {
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 32 void Click() {}
  /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).
205 Click(button_, CreateEventTask(this, &MenuItemViewTestInsert::Step1))
    [all...]
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 316 SkView::Click::Click(SkView* target)
325 SkView::Click::~Click()
330 void SkView::Click::resetType()
340 bool SkView::Click::isType(const char type[]) const
354 void SkView::Click::setType(const char type[])
360 void SkView::Click::copyType(const char type[])
375 SkView::Click* SkView::findClickHandler(SkScalar x, SkScalar y, unsigned modi) {
391 Click* click = child->findClickHandler(p.fX, p.fY, modi) local
    [all...]
  /external/skia/src/views/
SkView.cpp 316 SkView::Click::Click(SkView* target)
325 SkView::Click::~Click()
330 void SkView::Click::resetType()
340 bool SkView::Click::isType(const char type[]) const
354 void SkView::Click::setType(const char type[])
360 void SkView::Click::copyType(const char type[])
375 SkView::Click* SkView::findClickHandler(SkScalar x, SkScalar y, unsigned modi) {
391 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 45 virtual void Click() OVERRIDE;
77 void ResolutionChangeNotificationDelegate::Click() {
87 // button click should be "Revert".
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 279 void BrowserAccessibilityManagerAndroid::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...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 556 bool Click(const std::string& node_id) {
565 ASCIIToUTF16("document.getElementById('" + node_id + "').click();\n"));
579 if (!Click(node_id))
636 EXPECT_TRUE(Click("see-more-link"));
687 EXPECT_TRUE(Click("see-more-link"));
717 EXPECT_TRUE(Click("check-report"));
750 EXPECT_TRUE(Click("see-more-link"));
788 EXPECT_TRUE(Click("see-more-link"));
815 EXPECT_TRUE(Click("see-more-link"));
  /external/chromium_org/ui/base/gestures/
gesture_sequence.cc 407 if (Click(event, point, gestures.get()))
881 bool GestureSequence::Click(const TouchEvent& event,
    [all...]

Completed in 991 milliseconds