Searched refs:click (Results 1 - 25 of 121) sorted by relevance

12345

/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/
H A Dpopup.js6 function click(e) { function
15 divs[i].addEventListener('click', click);
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A Dgallery_testapi.js11 * - open File Manager, and then click on an image file to open Image Editor;
42 galleryTestAPI.click('.edit');
50 galleryTestAPI.click('.arrow.right');
58 galleryTestAPI.click('.arrow.left');
78 * @param {boolean} last Whether to click on last vs first.
88 nodes[last ? nodes.length - 1 : 0].click();
98 galleryTestAPI.click.bind(null, '.rotate_left'));
106 galleryTestAPI.click.bind(null, '.rotate_right'));
113 galleryTestAPI.editAndRespond_(galleryTestAPI.click.bind(null, '.undo'));
120 galleryTestAPI.editAndRespond_(galleryTestAPI.click
[all...]
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp391 Click* click = child->findClickHandler(p.fX, p.fY, modi); local
393 if (click) {
394 return click;
402 void SkView::DoClickDown(Click* click, int x, int y, unsigned modi) argument
404 SkASSERT(click);
406 SkView* target = (SkView*)SkEventSink::FindSink(click->fTargetID);
411 click->fIOrig.set(x, y);
412 click->fICurr = click->fIPrev = click
426 DoClickMoved(Click* click, int x, int y, unsigned modi) argument
450 DoClickUp(Click* click, int x, int y, unsigned modi) argument
[all...]
/external/skia/src/views/
H A DSkView.cpp391 Click* click = child->findClickHandler(p.fX, p.fY, modi); local
393 if (click) {
394 return click;
402 void SkView::DoClickDown(Click* click, int x, int y, unsigned modi) argument
404 SkASSERT(click);
406 SkView* target = (SkView*)SkEventSink::FindSink(click->fTargetID);
411 click->fIOrig.set(x, y);
412 click->fICurr = click->fIPrev = click
426 DoClickMoved(Click* click, int x, int y, unsigned modi) argument
450 DoClickUp(Click* click, int x, int y, unsigned modi) argument
[all...]
/external/chromium_org/chrome/test/functional/
H A Dabout_plugins_ui.py24 detail_link.click()
67 detail_link.click()
101 pdf_disable_link.click()
107 pdf_enable_link.click()
125 flash_disable_link.click()
132 flash_enable_link.click()
H A Dapptest.py20 driver.find_element_by_id('login').click()
30 self.NewWebDriver().find_element_by_id('login').click()
38 self.NewWebDriver().find_element_by_id('login').click()
49 self.NewWebDriver().find_element_by_id('login').click()
H A Dfullscreen_mouselock.py60 self._driver.find_element_by_id('enterFullscreen').click()
75 self._driver.find_element_by_id('lockMouse1').click()
86 self._driver.find_element_by_id('lockMouse1').click()
121 button_action: The button id to click to initiate an action. Default is to
122 click enterFullscreen.
130 self._driver.find_element_by_id(button_action).click()
153 self._driver.find_element_by_id('enterFullscreen').click()
167 # The wait is needed due to crbug.com/123396. Should be able to click the
178 button_action: The button id to click to initiate an action. Default is to
179 click lockMouse
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dinfo_bar_test.js25 button.click();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_browsertest.js167 personalCerts.querySelector('div.tree-item').click();
177 personalCerts.querySelector('div.tree-item div.tree-item').click();
187 $('personalCertsTab-view').click();
197 $('personalCertsTab-delete').click();
199 $('alertOverlayOk').click();
218 caCertsTab.querySelector('div.tree-item').click();
226 cert0.click();
235 cert1.click();
H A Doptions_browsertest.js74 // TODO(dtseng): make generic to click all buttons.
85 showHomeButton.click();
96 item.click();
148 buttonToClick.click();
173 dntCheckbox.click();
201 $('do-not-track-confirm-ok').click();
209 dntCheckbox.click();
232 dntCheckbox.click();
H A Dlanguage_options_dictionary_download_browsertest.js100 $('dictionary-download-retry-button').click();
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_browsertest.js43 startStopSyncButton.click();
61 // Verify that initial state is unsynced, click the sign in button, verify
81 okButton.click();
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dcapture_status_view.js69 $(CaptureView.STOP_BUTTON_ID).click();
71 $(CaptureView.RESET_BUTTON_ID).click();
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dprofiling_view_test.js162 view.querySelector('button.record').click();
170 'button.record-categories').click();
212 view.querySelector('button.record').click();
222 view.recordSelectionDialog_.querySelector('input#skia').click();
224 'button.record-categories').click();
240 view.querySelector('button.record').click();
248 'button.record-categories').click();
327 view.querySelector('button.record').click();
335 'button.record-categories').click();
347 view.querySelector('button.record').click();
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Drecord_selection_dialog_test.js86 dlg.formEl_.querySelector('input#disabled-by-default-bar').click();
118 dlg.formEl_.querySelector('.default-enabled-categories .all-btn').click();
124 querySelector('.default-enabled-categories .none-btn').click();
130 dlg.formEl_.querySelector('.default-enabled-categories .all-btn').click();
134 querySelector('.default-disabled-categories .all-btn').click();
141 querySelector('.default-disabled-categories .none-btn').click();
/external/chromium/chrome/browser/resources/shared/js/
H A Dutil.js111 // Handle click on a link. If the link points to a chrome: or file: url, then
113 document.addEventListener('click', function(e) {
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
H A Dpopup.js41 anchor.click(function() {
55 $('#deletelink').click(function() {
78 $('#addlink').click(function() {
94 $('#editlink').click(function() {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
H A Dutil.js123 // Handle click on a link. If the link points to a chrome: or file: url, then
125 document.addEventListener('click', function(e) {
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/example_zipper/basic/
H A Dpopup.js41 anchor.click(function() {
55 $('#deletelink').click(function() {
78 $('#addlink').click(function() {
94 $('#editlink').click(function() {
/external/droiddriver/samples/testapp/tests/src/com/google/android/apps/common/testing/ui/testapp/
H A DAbstractSendActivityTest.java35 driver.on(By.text(activity.getString(R.string.button_send))).click();
40 driver.on(By.xpath("//ScrollView//Button")).click();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMenuInflaterTest.java25 testMenuItem.click();
29 testMenuItem.click();
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_browsertest.js80 $('enable-bluetooth').click();
151 $('bluetooth-add-device').click();
166 connectButton.click();
217 $('bluetooth-pair-device-connect-button').click();
257 connectButton.click();
275 button.click();
292 button.click();
/external/chromium_org/chrome/test/functional/webdriver_pages/
H A Dsettings.py62 ActionChains(driver).move_to_element(button).click().perform()
245 './/*[@id="country"]/*[@value="%s"]' % country_code).click()
305 './/*[@name="%s"][@value="%s"]' % (content_type, option)).click()
384 % behavior).click()
462 listitem_elem.click()
466 './/option[@value="%s"]' % behavior).click()
515 startup_option_elem.click()
518 self._driver.find_element_by_id('startup-set-pages').click()
533 self._driver.find_element_by_id('startup-overlay-confirm').click()
543 self._driver.find_element_by_id('startupUseCurrentButton').click()
[all...]
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
H A Dkiosk_apps_browsertest.js67 cr.dispatchSimpleEvent($('add-kiosk-app'), 'click');
103 appItem.querySelector('.row-delete-button').click();
116 appItem.querySelector('.enable-auto-launch-button').click();
124 appItem.querySelector('.disable-auto-launch-button').click();
178 cr.dispatchSimpleEvent($('kiosk-disable-bailout-confirm-button'), 'click');
186 cr.dispatchSimpleEvent($('kiosk-disable-bailout-cancel-button'), 'click');
/external/chromium_org/chrome/test/functional/ap_lab/
H A Ddlink_ap_configurator.py42 login_button.click()
59 wlan_button.click()
98 button.click()
109 button.click()
237 element.click()
290 element.click()

Completed in 1495 milliseconds

12345