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

1 2 34 5 6 7 8 91011>>

  /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/chrome/browser/tab_contents/
confirm_infobar_delegate.h 49 // Called when the Link is clicked. The |disposition| specifies how the
51 // the link was clicked). This function returns true if the InfoBar should be
  /external/chromium_org/ash/system/tray/
tray_notification_view.h 30 // The close button will call OnClose() when clicked.
73 // Called when the notification is clicked on. Does nothing by default.
  /external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.h 56 // Called when the Link (if any) is clicked. The |disposition| specifies how
58 // when the link was clicked). If this function returns true, the infobar is
  /external/chromium_org/chrome/browser/ui/cocoa/
one_click_signin_bubble_controller_browsertest.mm 53 // Test that the bubble does not start sync if the OK button is clicked.
59 // Test that the bubble does not start sync if the Undo button is clicked.
one_click_signin_bubble_controller_unittest.mm 63 // Test that the bubble does not sync if the OK button is clicked.
71 // is clicked. Callback should be called to abort the sync.
  /external/chromium_org/chrome/browser/ui/gtk/
color_chooser_gtk.cc 64 g_signal_connect(ok_button, "clicked",
66 g_signal_connect(cancel_button, "clicked",
content_setting_bubble_gtk.h 29 // and when clicked, an instance of this class is created specialized for the
97 // Stored controls so we can figure out what was clicked.
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.h 56 // Callback for when the status icon click replacement menu item is clicked.
59 // Callback for when a menu item is clicked.
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.h 41 // User has clicked learn more on the notification bubble.
43 // User has clicked OK on the notification bubble.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
first_run_actor.h 27 // Called when user clicked "Next" button in step with name |step_name|.
30 // Called when user clicked "Keep exploring" button.
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
notification.html 15 n.onclick = function() { log.innerText = "notification clicked"; }
19 log.innerText = "Did you notice the notification ? There are 3 ways the notification will go away:\n 1. It automically goes away in 30 seconds;\n 2. you can click the close button on the notification to close it;\n 3. Click above link 'Click to cancel the notification.\n\n Please verify all work; Whenever the icon is clicked, cancelled, closed, etc. there will be corresponding log is this area, please notice if they show up.";
  /external/chromium_org/ui/message_center/
notification_delegate.h 40 // To be called when a desktop notification is clicked.
55 // A simple notification delegate which invokes the passed closure when clicked.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 22 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
23 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1ItemTest.java 56 assertFalse("Item seems to have been clicked before we clicked on it", mActivity
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastOptOutActivity.java 52 Log.d(TAG, "User clicked Yes");
60 Log.d(TAG, "User clicked No");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogTags.logtags 26 # User clicked on a suggestion
27 # @param id Suggestion ID; a 0-based index of the clicked suggestion if the suggestion list is flat;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapter.java 68 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this
76 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader3.java 104 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
107 showAlert(null, "You clicked stop!", "ok", null, false, null);
123 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
126 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
MyRssReader4.java 114 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
117 showAlert(null, "You clicked stop!", "ok", null, false, null);
137 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
140 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
  /development/samples/training/testingfun/app/res/values/
strings.xml 30 <string name="info_text">Button clicked!</string>
  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson3/
ClickFunActivity.java 27 * Activity which shows a "click me" button. When the button is clicked, a TextView is shown below
  /external/chromium/chrome/browser/notifications/
notification_delegate.h 30 // To be called when a desktop notification is clicked.
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler.h 37 // Called when the restart button is clicked.

Completed in 931 milliseconds

1 2 34 5 6 7 8 91011>>