HomeSort by relevance Sort by last modified time
    Searched refs:clicked (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.js 117 * Invoked when the next button is clicked.
120 this.fire('next-clicked');
124 * Invoked when the play button is clicked.
131 * Invoked when the previous button is clicked.
134 this.fire('previous-clicked');
138 * Invoked the volume button is clicked.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 7 console.log("item " + info.menuItemId + " was clicked");
36 " was clicked (previous checked state was " +
50 " was clicked, state is now: " + info.checked +
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 9 " was clicked (previous checked state was " +
14 " was clicked, state is now: " + info.checked +
18 console.log("item " + info.menuItemId + " was clicked");
  /external/chromium_org/remoting/webapp/unittests/
menu_button_unittest.js 43 test('should dismiss when the menu is clicked', function() {
50 test('should dismiss when anything outside the menu is clicked', function() {
61 test('should dismiss when menu item is clicked', function() {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 19 * Opens history.html when the browser action is clicked.
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ActivityTransitionDetails.java 61 public void clicked(View v) { method in class:ActivityTransitionDetails
ActivityTransition.java 117 public void clicked(View v) { method in class:ActivityTransition
  /external/chromium_org/chrome/common/extensions/docs/static/js/
fatnav.js 52 // Only toggle if magnifying glass is clicked.
70 // In phone mode, show the fatnav when the menu button is clicked.
article.js 90 // then open the clicked one
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 123 // area. It firstly checks x range which clicked point is in, and all lines
129 // If only <=1 line exists or axis area clicked, return.
139 // [left, right] is the range including clicked point.
  /external/chromium_org/remoting/webapp/
butter_bar.js 123 * @param {boolean} accepted True if the user clicked the "accept" link;
124 * false if they clicked the close icon.
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.js 37 _gaq.push(['_trackEvent', e.target.id, 'clicked']);
  /external/chromium_org/extensions/renderer/resources/
context_menus_custom_bindings.js 37 // An extension context menu item has been clicked on - fire the onclick
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
pdf_processor.js 51 // Set up a handler to reload the page when 'Show original' is clicked.
  /external/chromium_org/chrome/browser/resources/
components.js 99 * Handles an 'enable' or 'disable' button getting clicked.
flags.js 154 * Handles a 'enable' or 'disable' button getting clicked.
  /external/chromium_org/chrome/renderer/resources/extensions/
chrome_web_view_internal_custom_bindings.js 55 // An extension context menu item has been clicked on - fire the onclick
  /external/chromium_org/chrome/browser/resources/hotword_helper/
manager.js 39 // User has explicitly clicked 'no'.
108 // User has explicitly clicked 'no thanks'.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
pending_changes.js 9 * "Apply Changes" button is clicked.
  /external/chromium_org/chrome/renderer/resources/
neterror.js 78 // clicked. Separate function from trackClick so the resources don't have to
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 66 * @param {Function} func Callback called when the button is clicked.
83 * @param {Function} func Callback called when the button is clicked.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js 256 * Invoked when the tree item is clicked.
484 * Invoked when the tree item is clicked.
490 // If the currently selected volume is clicked, change current directory to
497 // Resets file selection when a volume is clicked.
500 // If the Drive volume is clicked, select one of the children instead of this
729 * Invoked when the tree item is clicked.
    [all...]
suggest_apps_dialog.js 122 // User clicked the link to web store so the dialog is closed.
300 * Called when the 'See more...' link is clicked to be navigated to Webstore.
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 92 * URL to open when the user clicked on a link for the our notification
277 * Records a notification clicked event.
283 'GoogleNow.Card.Clicked', cardTypeId);
288 * Records a button clicked event.
295 'GoogleNow.Card.Button.Clicked' + buttonIndex, cardTypeId);
907 * Opens URL corresponding to the clicked part of the notification.
911 * Function that extracts the url for the clicked area from the
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 322 * @param linkObj The link that was clicked.
349 * @param linkObj The link that was clicked.

Completed in 1104 milliseconds

1 2 3