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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_controls.js 83 * @param {function(Event)} handler Click handler.
94 button.addEventListener('click', handler);
106 button.addEventListener('click', handler);
164 * Toggle play/pause state on a mouse click on the play/pause button. Can be
167 * @param {Event=} opt_event Mouse click event.
285 * Click handler for the sound level button.
825 * Hide the seek mark for this long after changing the position with a click.
1050 * Toggle play/pause state on a mouse click on the play/pause button. Can be
1053 * @param {Event} event Mouse click event.
    [all...]
audio_player.js 39 'click', this.onExpandCollapse_.bind(this));
379 * Expand/collapse button click handler. Toggles the mode and updates the
493 * @param {function} onClick Click handler.
503 this.box_.addEventListener('click', onClick);
util.js 107 * Called when a user performed a short action (such as a click or a key press)
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 148 $("#Installing").click();
346 $('#download-bundle-button').click(function() {return onDownload(this,true,true);}).attr('href', bundlename);
351 $('#download-tools-button').click(function() {return onDownload(this,true);}).attr('href', $toolslink.attr('href'));
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 147 $("#Installing").click();
345 $('#download-bundle-button').click(function() {return onDownload(this,true,true);}).attr('href', bundlename);
350 $('#download-tools-button').click(function() {return onDownload(this,true);}).attr('href', $toolslink.attr('href'));
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 555 learnMoreLinkText.addEventListener('click', learnMoreClicked);
687 * Handles click events of the learn more link.
688 * @param {Event} e Mouse click event.
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 498 * Event handler for 'dump-button' 'click'ed.
532 $('refresh-button').addEventListener('click', cr.quota.requestInfo, false);
533 $('dump-button').addEventListener('click', dump, false);
  /external/chromium_org/remoting/webapp/
host_list.js 90 this.errorButton_.addEventListener('click',
101 reloadButton.addEventListener('click', refresh, false);
442 // TODO(jamiewalch): This is hack to prevent multiple click handlers being
host_setup_dialog.js 113 'click', this.onInstallDialogOk.bind(this), false);
115 'click', this.hide.bind(this), false);
117 'click', this.onInstallDialogRetry.bind(this), false);
identity.js 26 * which must be called from an interactive event handler (e.g. "click").
  /external/chromium_org/ui/webui/resources/js/
util.js 204 document.addEventListener('click', function(e) {
235 // Handle click on a link. If the link points to a chrome: or file: url, then
237 document.addEventListener('click', function(e) {
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 513 * The default click handler for created item shortcuts.
516 * @param {function} evt The browser click event triggered.
580 * Adds a click listener to a specified element with the ability to override
583 * @param {Element} el The element the click listener should be added to.
586 * click callback to be triggered upon selection.
589 el.addEventListener('click', function(evt) {
602 * click callback to be triggered upon selection (if not provided it will
636 * click callback to be triggered upon selection (if not provided it will
699 * click callback to be triggered upon selection (if not provided it will
833 * click callback to be triggered upon selection (if not provided it wil
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 56 * 'Reset Fileystem' button click handler.
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 70 'click', this.selectAll_.bind(this), true);
73 'click', this.sortById_.bind(this), true);
76 'click', this.sortBySourceType_.bind(this), true);
79 'click', this.sortByDescription_.bind(this), true);
tabswitcherview.js 75 // Attach a click handler, used to switch to the tab.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
drive_banners.js 56 authFailedText.querySelector('a').addEventListener('click', function(e) {
167 close.addEventListener('click', this.closeWelcomeBanner_.bind(this));
205 dismiss.addEventListener('click', this.closeWelcomeBanner_.bind(this));
264 close.addEventListener('click', function(total) {
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 276 a.addEventListener('click', makeClickHandler(sessionTag,
289 moreLinkButton.addEventListener('click', this.view_.increaseRowHeight.bind(
522 // on a device name or hit click on the button besides the device name
529 $('search-button').addEventListener('click', doSearch);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 204 document.querySelector('#appstore_link button').addEventListener('click',
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
search_tools.js 53 * Toggles a menu open / close by simulating a click.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 422 .click(function(){
436 $("#pause").click();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 487 return event->type() == EventTypeNames::click && (!event->isMouseEvent() || toMouseEvent(event)->button() != RightButton);
656 if (m_anchorElement->hasEventListeners(EventTypeNames::click))
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 122 // Bind click event so that user can select category by clicking stack
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 364 * the click coordinates should be adjusted.
381 * Performs a click at the center of the visible bounds of the UI element represented
388 public boolean click() throws UiObjectNotFoundException { method in class:UiObject
414 * Performs a click at the center of the visible bounds of the UI element represented
417 * This method differ from {@link UiObject#click()} only in that this method waits for a
418 * a new window transition as a result of the click. Some examples of a window transition:
581 * When you call this method, the method first simulates a {@link #click()} on
620 // long click left + center
630 selectAll.click();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 477 int click; member in struct:__anon39632
581 int click; member in struct:__anon39640
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 477 int click; member in struct:__anon41222
581 int click; member in struct:__anon41230
    [all...]

Completed in 1033 milliseconds

1 2 3 4 5 6 7 891011>>