HomeSort by relevance Sort by last modified time
    Searched refs:click (Results 126 - 150 of 355) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 15 echo Right-click "Command Prompt" and select "Run as Administrator" and run
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 34 "<li>Right click the box" +
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 123 $('app-launcher-promo-close-button').addEventListener('click',
125 $('apps-promo-learn-more').addEventListener('click',
193 $('chrome-web-store-link').addEventListener('click',
234 bubbleLink.addEventListener('click', function(e) {
248 loginContainer.addEventListener('click', showSyncLoginUI);
272 promoLink.addEventListener('click', function(e) {
296 * @param {Event} e The click event.
593 * @param {Event} e The click event.
602 * Logs the time to click for the specified item.
603 * @param {string} item The item to log the time-to-click
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 724 document.querySelector('form').addEventListener('click', function() {
728 $('#expand')[0].addEventListener('click', function() { expand(); });
729 $('#clearSelected')[0].addEventListener('click',
731 $('#clearAll')[0].addEventListener('click', function() { showConfirm(); });
732 $('#exportCsv')[0].addEventListener('click', function() { exportHtml(); });
735 checkboxArrs[i].addEventListener('click', function() {
743 radioArrs[i].addEventListener('click', function() { updateChart(this); });
745 $('#compare')[0].addEventListener('click', function() { compare(); });
746 $('#toggle-json')[0].addEventListener('click',
748 $('#toggle-baseline')[0].addEventListener('click',
    [all...]
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 170 * On iOS we need a hack to avoid spurious click events
172 * to drag, when the user releases a click event will be generated.
194 // A touchstart ALWAYS preceeds a click (valid or not), so cancel any
211 document.addEventListener('click', function(event) {
214 // the click to proceed.
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
test_util.js 369 button.click();
406 * @return {boolean} True if file got selected and a double click message is
421 * whether the target is found and mousedown and click events are sent.
436 // If the target volume is sub-volume of drive, we must click 'drive'
454 // and 'click' to the navigation list.
569 * Simulates a fake mouse click (left button, single click) on the element
571 * and 'click' events in turns.
590 var clickEvent = new MouseEvent('click', {bubbles: true, detail: 1});
597 * Simulates a fake double click event (left button) to the element specified b
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 30 $('print-button').addEventListener('click', printFile);
31 $('cancel-button').addEventListener('click', function(e) {
35 $('all-pages').addEventListener('click', onPageSelectionMayHaveChanged);
38 $('print-pages').addEventListener('click', handleIndividualPagesCheckbox);
42 $('landscape').addEventListener('click', onLayoutModeToggle);
43 $('portrait').addEventListener('click', onLayoutModeToggle);
44 $('color').addEventListener('click', function() { setColor(true); });
45 $('bw').addEventListener('click', function() { setColor(false); });
499 * Handles a click event on the two-sided option.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 15 * `change`, `click`, etc. events in order to take appropriate action in
398 this.form_.addEventListener('click', this.dispatchFormClick_.bind(this));
403 * When a `click` event is triggered on the form, this function handles it by
404 * analyzing the context, and dispatching the click to the correct handler.
428 // Case 4: Click on something random: maybe changing active config group?
491 * Handler called in response to click on form's submission button. Generates
495 * @param {Event} e DOM event generated by the user's click.
621 * @param {Event} e The `click` event to respond to.
651 * @param {Event} e The `click` event to respond to.
658 // Cancel the button click
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 15 * `change`, `click`, etc. events in order to take appropriate action in
402 this.form_.addEventListener('click', this.dispatchFormClick_.bind(this));
407 * When a `click` event is triggered on the form, this function handles it by
408 * analyzing the context, and dispatching the click to the correct handler.
432 // Case 4: Click on something random: maybe changing active config group?
495 * Handler called in response to click on form's submission button. Generates
502 * @param {Event} e DOM event generated by the user's click.
634 * @param {Event} e The `click` event to respond to.
664 * @param {Event} e The `click` event to respond to.
671 // Cancel the button click
    [all...]
  /external/chromium_org/chrome/test/functional/
prefs_ui.py 271 self._driver.find_element_by_id('test_mail_protocol').click()
301 find_element_by_xpath('.//option[@value="-1"]').click()
304 self._driver.find_element_by_id('test_mail_protocol').click()
  /external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp 312 SkView::Click* SkPushButtonWidget::onFindClickHandler(SkScalar x, SkScalar y, unsigned modi)
315 return new Click(this);
318 bool SkPushButtonWidget::onClick(Click* click)
324 if (r.contains(click->fCurr))
326 if (click->fState == Click::kUp_State)
  /external/skia/src/views/
SkWidgets.cpp 312 SkView::Click* SkPushButtonWidget::onFindClickHandler(SkScalar x, SkScalar y, unsigned modi)
315 return new Click(this);
318 bool SkPushButtonWidget::onClick(Click* click)
324 if (r.contains(click->fCurr))
326 if (click->fState == Click::kUp_State)
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 96 * The JavaScript button event value for a middle click.
549 // The click handler for navigating to the page identified by the RID.
550 tileElement.addEventListener('click', navigateFunction);
614 blacklistButton.addEventListener('click', blacklistFunction);
692 * Handles a click on the notification undo link by hiding the notification and
705 * Handles a click on the restore all notification link by hiding the
837 * @param {!Event} event The click event.
838 * @return {boolean} True if the click occurred in an enabled fakebox.
924 * Extract the desired navigation behavior from a click button.
925 * @param {number} button The Event#button property of a click event
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 494 this.okButton_.addEventListener('click', this.onOk_.bind(this));
495 this.cancelButton_.addEventListener('click', this.onCancel_.bind(this));
498 'click', this.onNewFolderButtonClick_.bind(this));
502 'click', this.onDetailViewButtonClick_.bind(this));
504 'click', this.onThumbnailViewButtonClick_.bind(this));
889 input.addEventListener('click',
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/
util.js 111 // 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/browser/resources/file_manager/foreground/js/ui/
search_box.js 53 'click', this.onIconClick_.bind(this));
185 * Handles a click event of the search icon.
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 34 tabHeader.addEventListener('click', selectTab.bind(null, tabContent.id));
266 newPageButton.addEventListener('click', openHandler, true);
495 link.addEventListener('click', handler, true);
506 'click', openPortForwardingConfig);
508 'click', closePortForwardingConfig);
510 'click', commitPortForwardingConfig.bind(true));
672 lineDelete.addEventListener('click', function() {
679 line.addEventListener('click', selectLine.bind(null, line));
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 95 // TODO(dtseng): make generic to click all buttons.
106 showHomeButton.click();
117 item.click();
169 buttonToClick.click();
194 dntCheckbox.click();
222 $('do-not-track-confirm-ok').click();
230 dntCheckbox.click();
253 dntCheckbox.click();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js 123 // 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/native_client_sdk/src/examples/api/file_io/
example.js 25 radioEls[i].addEventListener('click', onRadioClicked);
30 .addEventListener('click', func);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElementTypes.cpp 146 if (event->type() == EventTypeNames::click) {
MediaControlElements.cpp 355 if (event->type() == EventTypeNames::click) {
394 if (event->type() == EventTypeNames::click && mediaController()->canPlay()) {
444 if (event->type() == EventTypeNames::click) {
571 if (event->type() == EventTypeNames::click) {
  /external/doclava/res/assets/templates/
diff.cs 114 $(".package-entry").click(function() {
118 $(".class-entry").click(function() {
  /external/droiddriver/src/com/google/android/droiddriver/base/
AbstractUiElement.java 107 public void click() { method in class:AbstractUiElement
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPreference.java 181 public boolean click() { method in class:ShadowPreference

Completed in 453 milliseconds

1 2 3 4 56 7 8 91011>>