HomeSort by relevance Sort by last modified time
    Searched refs:button (Results 176 - 200 of 1315) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate_android.h 27 virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth.css 22 #bluetooth-options .button-strip {
26 #bluetooth-options .button-strip #bluetooth-scanning-label,
27 #bluetooth-options .button-strip #bluetooth-scan-stopped-label {
108 .bluetooth-keyboard-button {
126 .bluetooth-keyboard-button:last-child {
146 .bluetooth-keyboard-button.key-typed {
150 .bluetooth-keyboard-button.key-next {
158 .bluetooth-keyboard-button.key-untyped {
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target.h 15 // Target (in the target/action sense) of a bookmark folder button.
23 // The owner of the bookmark folder button
31 // Main IBAction for a button click.
34 // Fill the given pasteboard with appropriate data when the given button is
38 forDragOfButton:(BookmarkButton*)button;
42 // The (internal) |NSPasteboard| type string for bookmark button drags, used for
  /external/chromium_org/chrome/browser/ui/
confirm_bubble_model.h 41 // a combination of BubbleButton values, e.g. when we show both an OK button
42 // and a cancel button, it should return (BUTTON_OK | BUTTON_CANCEL). (This is
46 // Return the label for the specified button. The default implementation
47 // returns "OK" for the OK button and "Cancel" for the Cancel button.
48 virtual base::string16 GetButtonLabel(BubbleButton button) const;
50 // Called when the OK button is pressed.
53 // Called when the Cancel button is pressed.
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.h 28 virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
  /external/chromium_org/ppapi/c/
pp_input_event.h 99 * This value represents the button that changed for mouse down or up events.
103 PP_InputEvent_MouseButton button; member in struct:PP_InputEvent_Mouse
  /external/chromium_org/ui/app_list/views/
app_list_menu_views.h 30 void RunMenuAt(views::MenuButton* button, const gfx::Point& point);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TestFragment.java 10 import android.widget.Button;
55 Button button = new Button(context); local
56 button.setId(R.id.button);
58 view.addView(button);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 28 import android.widget.Button;
49 Button button = new Button(this); local
50 button.setText("Copy bitmap to /sdcard/textureview.png");
51 button.setOnClickListener(new View.OnClickListener() {
74 content.addView(button, new FrameLayout.LayoutParams(
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
Reparenting.java 25 import android.widget.Button;
50 Button button = new Button(this); local
51 button.setText(Integer.toString(i));
52 button.setOnClickListener(mButtonListener);
53 parent.addView(button);
  /developers/build/prebuilts/gradle/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/
RevealEffectBasicFragment.java 32 * This sample shows a view that is revealed when a button is clicked.
49 View button = rootView.findViewById(R.id.button); local
52 button.setOnClickListener(new View.OnClickListener() {
  /developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/
RevealEffectBasicFragment.java 32 * This sample shows a view that is revealed when a button is clicked.
49 View button = rootView.findViewById(R.id.button); local
52 button.setOnClickListener(new View.OnClickListener() {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarSettingsActionProviderActivity.java 90 ImageButton button = (ImageButton) view.findViewById(R.id.button); local
92 button.setOnClickListener(new View.OnClickListener() {
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferenceWithHeaders.java 26 import android.widget.Button;
40 // Add a button to the header list.
42 Button button = new Button(this); local
43 button.setText("Some action");
44 setListFooter(button);
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarSettingsActionProviderActivity.java 74 ImageButton button = (ImageButton) view.findViewById(R.id.button); local
76 button.setOnClickListener(new View.OnClickListener() {
  /development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/
RevealEffectBasicFragment.java 32 * This sample shows a view that is revealed when a button is clicked.
49 View button = rootView.findViewById(R.id.button); local
52 button.setOnClickListener(new View.OnClickListener() {
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 28 .link-button,
33 .link-button:active {
83 .bare-minimum .footer-menu-button:hover,
84 .bare-minimum .footer-menu-button[menu-shown],
89 .bare-minimum .footer-menu-button:hover .disclosure-triangle,
90 .bare-minimum .footer-menu-button[menu-shown] .disclosure-triangle {
suggestions_page.css 21 .suggestions .close-button {
30 html[dir=rtl] .suggestions .close-button {
35 .suggestions:hover .close-button {
40 .suggestions .close-button:hover {
100 * close button. */
101 .suggestions:active .close-button:not(:active) + .thumbnail {
106 * close button. */
107 .suggestions:active .close-button:not(:active) + .thumbnail .thumbnail-shield {
  /external/chromium_org/chrome/browser/resources/options/
settings_banner.css 20 .settings-banner > .close-button {
32 html[dir='rtl'] .settings-banner > .close-button {
37 .settings-banner > .close-button:hover {
41 .settings-banner > .close-button:active {
69 .settings-banner .content-area .button-area {
77 .settings-banner button {
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view_browsertest.cc 32 #include "ui/views/controls/button/label_button.h"
67 NewAvatarButton* button = browser_view->frame()->GetNewAvatarMenuButton(); local
68 ASSERT_TRUE(button);
73 button->NotifyClick(mouse_ev);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/app/
main.js 22 document.getElementById('connect-button').style.display = 'none';
24 document.getElementById('send-message-button').style.display = 'block';
26 document.getElementById('connect-button').style.display = 'block';
28 document.getElementById('send-message-button').style.display = 'none';
58 document.getElementById('connect-button').addEventListener(
60 document.getElementById('send-message-button').addEventListener(
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 9 this.buttons = window.document.querySelectorAll('#calculator-buttons button');
11 Array.prototype.forEach.call(this.buttons, function(button) {
12 button.addEventListener('click', this.handleClick_.bind(this));
13 button.addEventListener('mousedown', this.handleMouse_.bind(this));
14 button.addEventListener('touchstart', this.handleTouch_.bind(this));
15 button.addEventListener('touchmove', this.handleTouch_.bind(this));
16 button.addEventListener('touchend', this.handleTouchEnd_.bind(this));
17 button.addEventListener('touchcancel', this.handleTouchEnd_.bind(this));
66 this.onButton.call(this, event.target.dataset.button)
94 this.onButton.call(this, this.touched.dataset.button);
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
inject_app_titlebar.js 18 "button { -webkit-widget-region: region(control rectangle); }\n" +
19 "button.close { border: 0; background-color: transparent; " +
22 "button.close { background-image: url(data:image/png;base64," +
29 "button.close:hover { background-image: url(data:image/png;base64," +
38 "button.close:active { background-image: url(data:image/png;base64," +
44 var closeButton = titlebar.appendChild(document.createElement('button'));
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
InfoBarUtil.java 19 * Finds, and optionally clicks, the button with the specified ID in the given InfoBar.
24 View button = infoBar.getContentWrapper().findViewById(buttonId); local
25 if (button == null) return false;
26 if (click) new TouchCommon(test).singleClickView(button);
31 * Checks if the primary button exists on the InfoBar.
40 * Checks if the secondary button exists on the InfoBar.
49 * Simulates clicking the Close button in the specified infobar.
58 * Simulates clicking the primary button in the specified infobar.
67 * Simulates clicking the secondary button in the specified infobar.
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtons.java 27 import android.widget.Button;
66 Button button = new Button(parent.getContext()); local
67 button.setText(label);
68 return button;

Completed in 958 milliseconds

1 2 3 4 5 6 78 91011>>