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

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestOnClickListener.java 6 public boolean clicked = false; field in class:TestOnClickListener
9 clicked = true;
TestOnLongClickListener.java 6 public boolean clicked = false; field in class:TestOnLongClickListener
10 clicked = true;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/
manifest.json 2 "name": "A browser action which changes its icon when clicked",
3 "description": "Change browser action color when its icon is clicked",
  /external/chromium/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/
manifest.json 2 "name": "A browser action which changes its icon when clicked.",
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
load-deferrer-script-element.js 2 log("Button was clicked.");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionClickListener.java 25 * Called when a suggestion is clicked.
27 * @param adapter Adapter that contains the clicked suggestion.
28 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this
34 * Called when the "query refine" button of a suggestion is clicked.
36 * @param adapter Adapter that contains the clicked suggestion.
37 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this
  /external/chromium_org/components/autofill/content/renderer/
page_click_tracker.h 20 // notifiying the associated listener when a node is clicked.
22 // notifying the listeners of whether the clicked node was already focused
23 // before it was clicked.
26 // suggestion popup when a text input is clicked.
27 // It only notifies of WebInputElement that are text inputs being clicked, but
34 // The |listener| will be notified when an element is clicked. It must
54 // The last node that was clicked and had focus.
57 // Whether the last clicked node had focused before it was clicked.
  /external/chromium_org/chrome/browser/extensions/
extension_message_bubble.h 18 // Setup the callback for when the action button is clicked in the
22 // Setup the callback for when the dismiss button is clicked.
25 // Setup the callback for when the link is clicked in the bubble.
suspicious_extension_bubble.h 18 // Setup the callback for when the button is clicked in the bubble.
20 // Setup the callback for when the link is clicked in the bubble.
  /external/chromium_org/chrome/browser/ui/cocoa/
menu_button.h 14 // being clicked or dragged (or clicked and held). It expects a
19 // handled internally to always show the menu when clicked. This behavior is
21 // can have a separate target-action but will open the menu when clicked and
41 // Whether or not to open the menu when the button is clicked. Otherwise, the
42 // menu will only be opened when clicked and held.
45 // Whether or not to open the menu when the right button is clicked.
  /external/chromium/chrome/browser/ui/cocoa/
menu_button.h 15 // being clicked or dragged (or clicked and held). It expects a
20 // handled internally to always show the menu when clicked. This behavior is
22 // can have a separate target-action but will open the menu when clicked and
42 // Whether or not to open the menu when the button is clicked. Otherwise, the
43 // menu will only be opened when clicked and held.
  /external/chromium_org/third_party/WebKit/ManualTests/
onclick_in_noncontent.html 6 alert('You clicked '+element.nodeName);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
FrontDoor.java 33 // The user clicked on the normal front door
36 // The user clicked on the large front door
39 // The user clicked on the groups large front door
42 // The user clicked on the config based front door
  /external/chromium_org/chrome/browser/infobars/
insecure_content_infobar_delegate.h 28 DISPLAY_USER_OVERRIDE, // User clicked allow anyway button.
29 DISPLAY_USER_DID_NOT_LOAD, // User clicked the don't load button.
30 DISPLAY_INFOBAR_DISMISSED, // User clicked close button.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ListActivityTest.java 32 final boolean[] clicked = new boolean[1];
36 clicked[0] = true;
42 assertTrue(clicked[0]);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 85 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
88 showAlert(null, "You clicked stop!", "ok", null, false, null);
91 showAlert(null, "You clicked 'Add'!", "ok", null, false, null);
94 showAlert(null, "You clicked 'Delete'!", "ok", null, false, null);
97 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
100 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
GestureDetectorResetTest.java 27 " onclick=\"document.getElementById('test').textContent = 'clicked';\">" +
30 "<div id=\"test\">not clicked</div><br/>" +
69 // Initially the text on the page should say "not clicked".
72 view, viewClient, "test", "not clicked")));
77 // After the click, the text on the page should say "clicked".
80 view, viewClient, "test", "clicked")));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List17.java 27 * A list view where the last item the user clicked is placed in
46 // Make the newly clicked item the currently selected one.
52 // Make the newly clicked item the currently selected one.
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.h 30 // Called by the view code when the cancel button in clicked by the user.
33 // Called by the view code when the save button in clicked by the user.
36 // Called by the view code when the manage link is clicked by the user.
  /external/chromium_org/ui/message_center/cocoa/
status_item_view.h 16 // Callback block for when the status item is clicked.
22 // when it is clicked. It draws a small icon and the unread count, if greater
32 // Callback issued when the status item is clicked.
  /external/chromium/chrome/browser/ui/gtk/infobars/
before_translate_infobar_gtk.cc 46 g_signal_connect(button, "clicked",G_CALLBACK(&OnAcceptPressedThunk), this);
51 g_signal_connect(button, "clicked",G_CALLBACK(&OnDenyPressedThunk), this);
61 g_signal_connect(button, "clicked",
72 g_signal_connect(button, "clicked",
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarListeners.java 22 * Called whenever an infobar's confirm or cancel button is clicked.
InfoBarView.java 47 * Take some action related to the link being clicked.
52 * Take some action related to the close button being clicked.
58 * @param isPrimaryButton True if the primary button was clicked, false otherwise.
64 * @param state If set to false, controls cannot be clicked and will be grayed out.
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
confirm_infobar_controller.h 11 // Called when the OK and Cancel buttons are clicked.
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
before_translate_infobar_gtk.cc 52 signals()->Connect(button, "clicked",
58 signals()->Connect(button, "clicked",
68 signals()->Connect(button, "clicked",
78 signals()->Connect(button, "clicked",

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>