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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.html 29 _gaq.push(['_trackEvent', 'button' + button_id, 'clicked']);
  /external/chromium_org/chrome/browser/chromeos/login/screens/
app_launch_splash_screen_actor.h 26 // Invoked when the configure network control is clicked.
  /external/chromium_org/chrome/browser/extensions/
location_bar_controller.h 38 // Notifies this that the badge for an extension has been clicked with some
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_view.h 16 // creation or when the anchor is clicked. Hidden when focus is lost.
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bubble_sign_in_delegate.h 18 // when the sign in link is clicked.
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_button_gtk.h 22 // A button used to show the profile avatar. When clicked, it opens the
confirm_bubble_gtk.cc 89 g_signal_connect(close_button_->widget(), "clicked",
107 g_signal_connect(link_button, "clicked", G_CALLBACK(OnLinkButtonThunk),
124 g_signal_connect(cancel_button, "clicked",
131 g_signal_connect(ok_button, "clicked", G_CALLBACK(OnOkButtonThunk), this);
one_click_signin_bubble_gtk.cc 180 g_signal_connect(advanced_link_, "clicked",
187 g_signal_connect(learn_more_, "clicked",
196 g_signal_connect(ok_button_, "clicked",
206 g_signal_connect(undo_button_, "clicked",
223 g_signal_connect(close_button_->widget(), "clicked",
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
translate_message_infobar_gtk.cc 34 signals()->Connect(button, "clicked", G_CALLBACK(&OnButtonPressedThunk),
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_histogram.h 28 // The user clicked on the learn more link in the infobar.
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler.h 39 // Called when the restart button is clicked.
  /external/chromium_org/content/common/
desktop_notification_messages.h 41 // Informs the renderer that one of its notifications was clicked on.
  /external/chromium_org/third_party/WebKit/ManualTests/
transition-left.html 39 <p>The element below should move 200 pixels left or right when clicked</p>
  /external/chromium_org/tools/perf/page_sets/endure/
browser_control_click.html 7 as endurance_control.html, except it provides buttons that can be clicked to
  /external/chromium_org/ui/app_list/cocoa/
app_list_pager_view.h 21 // Invoked when the pager is clicked.
  /external/chromium_org/ui/message_center/cocoa/
settings_entry_view.h 32 // clicked on causes an event to be fired for more information.
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_button.h 23 // continues to fire the clicked action as the mouse button remains pressed
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceTest.java 37 private boolean clicked = false; field in class:PreferenceTest
201 clicked = true;
207 assertThat( clicked, equalTo(false));
209 assertThat( clicked, equalTo(true));
  /frameworks/base/core/java/android/text/style/
ClickableSpan.java 25 * text can be selected. If clicked, the {@link #onClick} method will
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchManyTest.java 111 assertEquals("Incorrect view position reported being clicked", i,
113 assertEquals("View falsely reported being long clicked", -1,
138 assertEquals("Incorrect view position reported being long clicked", i,
140 assertEquals("View falsely reported being clicked", -1,
  /packages/apps/Contacts/res/layout/
photo_selector_view.xml 18 View for displaying photos that show a photo selector when clicked.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
OnPhoneNumberPickerActionListener.java 40 * Called when home menu in {@link ActionBar} is clicked by the user.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeNormal.java 42 // The user clicked on an item in the the list, start an activity to view it
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
other_options_settings.js 244 * Called when the header-footer checkbox is clicked. Updates the print
254 * Called when the fit-to-page checkbox is clicked. Updates the print
263 * Called when the duplex checkbox is clicked. Updates the print ticket.
271 * Called when the print CSS backgrounds checkbox is clicked. Updates the
281 * Called when the print selection only is clicked. Updates the
  /frameworks/base/core/java/android/app/
AlertDialog.java 219 * @param msg The {@link Message} to be sent when clicked.
636 * @param listener The listener that will be called when an item is clicked.
652 * @param listener The listener that will be called when an item is clicked.
678 * @param listener notified when an item on the list is clicked. The dialog will not be
679 * dismissed when an item is clicked. It will only be dismissed if clicked on a
704 * @param listener notified when an item on the list is clicked. The dialog will not be
705 * dismissed when an item is clicked. It will only be dismissed if clicked on a
732 * @param listener notified when an item on the list is clicked. The dialog will not b
    [all...]

Completed in 1097 milliseconds

1 2 3 45 6 7 8 91011>>