HomeSort by relevance Sort by last modified time
    Searched refs:Button (Results 701 - 725 of 1156) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.h 12 #include "ui/views/controls/button/button.h"
51 ui::DialogButton button) const OVERRIDE;
56 virtual void ButtonPressed(views::Button* sender,
content_setting_bubble_contents.h 16 #include "ui/views/controls/button/button.h"
17 #include "ui/views/controls/button/menu_button_listener.h"
41 // the blocking settings for the current site, a close button, and a link to
80 virtual void ButtonPressed(views::Button* sender,
91 int GetPreferredMediaMenuWidth(views::MenuButton* button,
create_application_shortcut_view.h 14 #include "ui/views/controls/button/button.h"
64 ui::DialogButton button) const OVERRIDE;
65 virtual bool IsDialogButtonEnabled(ui::DialogButton button) const OVERRIDE;
71 virtual void ButtonPressed(views::Button* sender,
find_bar_view.h 12 #include "ui/views/controls/button/button.h"
29 // FindBar, the find text box, the 'Find' button and the 'Close'
30 // button. It communicates the user search words to the FindBarHost.
37 // A tag denoting which button the user pressed.
39 FIND_PREVIOUS_TAG = 0, // The Find Previous button.
40 FIND_NEXT_TAG, // The Find Next button.
41 CLOSE_TAG, // The Close button (the 'X').
76 virtual void ButtonPressed(views::Button* sender,
97 // extends all the way to the find button, it only goes as far as to th
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.h 15 #include "ui/views/controls/button/button.h"
38 // as well as a close button and a link to show all downloads.
73 // Invoked when the user clicks the 'show all downloads' link button.
77 // Invoked when the user clicks the close button. Asks the browser to
79 virtual void ButtonPressed(views::Button* button,
148 // Button for closing the downloads. This is contained as a child, and
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.h 13 #include "ui/views/controls/button/button.h"
46 ui::DialogButton button) const OVERRIDE;
47 virtual bool IsDialogButtonEnabled(ui::DialogButton button) const OVERRIDE;
54 virtual void ButtonPressed(views::Button* sender,
98 // Pointer to the controller specific auxiliary button, NULL otherwise.
102 // This tracks whether the confirm button can be clicked. It starts as false
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 12 #include "ui/views/controls/button/button.h"
50 virtual void ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.h 13 #include "ui/views/controls/button/button.h"
59 // Creates a menu button with an infobar-specific appearance.
60 // NOTE: Subclasses must ignore button presses if we're unowned.
65 // Creates a button with an infobar-specific appearance.
66 // NOTE: Subclasses must ignore button presses if we're unowned.
84 virtual void ButtonPressed(views::Button* sender,
88 // and the close button) can be shrunk to. This is used to prevent the close
89 // button from overlapping views that cannot be shrunk any further.
109 views::MenuButton* button,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
origin_chip_view.cc 43 #include "ui/views/controls/button/label_button.h"
44 #include "ui/views/controls/button/label_button_border.h"
318 new views::LabelButtonBorder(views::Button::STYLE_BUTTON));
322 border->SetPainter(false, static_cast<Button::ButtonState>(i), painter);
339 host_label_->SetBackgroundColor(background_colors_[Button::STATE_PRESSED]);
379 // this button.
380 void OriginChipView::ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.h 15 #include "ui/views/controls/button/button.h"
34 // This bubble view is displayed when the user clicks on the avatar button.
42 // Normally this bubble is shown when there's a mouse down event on a button.
43 // If the bubble is already showing when the user clicks on the button then
45 // - (1) the button will show a new instance of the bubble
68 virtual void ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view.h 17 #include "ui/views/controls/button/button.h"
82 virtual void ButtonPressed(views::Button* sender,
135 // Close button for the modal dialog
  /external/chromium_org/tools/stats_viewer/
OpenDialog.Designer.cs 37 this.button1 = new System.Windows.Forms.Button();
86 private System.Windows.Forms.Button button1;
  /external/chromium_org/ui/app_list/views/
search_box_view.h 12 #include "ui/views/controls/button/image_button.h"
13 #include "ui/views/controls/button/menu_button_listener.h"
76 virtual void ButtonPressed(views::Button* sender,
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 12 #include "ui/views/controls/button/button.h"
65 virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
109 // The optional title and (x) close button.
114 // (x) close button.
  /external/chromium_org/ui/views/examples/
tabbed_pane_example.cc 8 #include "ui/views/controls/button/label_button.h"
40 // Create a few tabs with a button first.
58 void TabbedPaneExample::ButtonPressed(Button* sender, const ui::Event& event) {
83 LabelButton* button = new LabelButton(NULL, ASCIIToUTF16(label)); local
84 tabbed_pane_->AddTab(ASCIIToUTF16(label), button); local
  /external/chromium_org/ui/views/window/
custom_frame_view.h 11 #include "ui/views/controls/button/button.h"
60 virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
120 // Creates, adds and returns a new window caption button (e.g, minimize,
127 // Returns the window caption button for the given FrameButton type, if it
129 ImageButton* GetImageButton(views::FrameButton button);
149 // Should maximize button be shown?
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentation.java 20 import org.eclipse.swt.widgets.Button;
23 * Implementation of {@link PropertyEditorPresentation} for displaying {@link Button}.
56 * Sets "selection" property of {@link Button}.
97 * @return the {@link Image} to display on {@link Button}.
104 * @return the tooltip text to display for {@link Button}.
111 * Handles click on {@link Button}.
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModel.java 36 import android.widget.Button;
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestApp.java 35 import android.widget.Button;
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
Balls.java 34 import android.widget.Button;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 12 import android.widget.Button;
20 * Each button can send one or more intenrs as startActivity() calls.
25 * will dynamically create the intent when the button is clicked based on the test id and the
26 * button that was clicked.
65 final Button button = new Button(this); local
66 buttons.addView(button);
67 button.setText(buttonInfo.mButtonText);
68 button.setTag(i)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 36 import android.widget.Button;
92 Button scanButton = (Button) findViewById(R.id.bt_scan_button);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 34 import android.widget.Button;
63 private Button mDoneButton;
115 mDoneButton = (Button) findViewById(R.id.camera_fov_fov_done);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 29 import android.widget.Button;
125 View button = item.findViewById(R.id.ca_notify_do_something); local
126 button.setClickable(false);
127 button.setEnabled(false);
146 Button button = (Button) item.findViewById(R.id.ca_notify_do_something); local
148 button.setText(buttonLabel);
150 button.setOnClickListener(listener);
  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java 35 import android.widget.Button;
43 private Button mButton;
53 mButton = (Button)mActivity.findViewById(R.id.button1);

Completed in 1068 milliseconds

<<21222324252627282930>>