Searched refs:button (Results 176 - 200 of 820) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/feedback/css/
H A Dfeedback.css35 .title-bar .button-bar {
129 .content .remove-file-button {
143 .content .remove-file-button:hover {
149 .content .remove-file-button:active {
166 button.white-button {
171 button.blue-button {
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_options.css44 #autofill-options .list-inline-button {
50 .list-inline-button {
/external/chromium_org/chrome/browser/resources/uber/
H A Duber_frame.css49 button {
60 .selected > button {
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_folder_hover_state.h30 // avoid race conditions where one hover button is being opened while another
39 // Like normal menus, hovering over a folder button causes it to
54 // and show the button that the BookmarkBarFolderController drags over.
55 - (NSDragOperation)draggingEnteredButton:(BookmarkButton*)button;
57 // The BookmarkBarFolderHoverState decides the fate of the hover button
75 // Accessors and setters for button and hover state.
H A Dbookmark_folder_target.h15 // 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/
H A Dcollected_cookies_infobar_delegate.h15 // required for the changes to take effect, and presented a button to perform
32 virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
H A Dconfirm_bubble_model.h41 // 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/content_settings/
H A Dmedia_setting_changed_infobar_delegate.h13 // settings, and allows a reload via a button on the infobar.
29 virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/startup/
H A Dsession_crashed_infobar_delegate.h28 virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Djavascript_app_modal_dialog_views.cc144 ui::DialogButton button) const {
146 if (button == ui::DIALOG_BUTTON_OK) {
151 } else if (button == ui::DIALOG_BUTTON_CANCEL) {
158 return DialogDelegate::GetDialogButtonLabel(button);
H A Dpdf_password_dialog.cc29 ui::DialogButton button) const OVERRIDE;
80 ui::DialogButton button) const {
81 if (button == ui::DIALOG_BUTTON_OK)
83 if (button == ui::DIALOG_BUTTON_CANCEL)
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings_infobar_delegate.h15 // required for the changes to take effect, and presented a button to perform
32 virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
/external/chromium_org/chrome/test/chromedriver/js/
H A Ddispatch_context_menu_event.js37 button: 2});
/external/chromium_org/extensions/renderer/resources/
H A Dextension.css110 :-webkit-any(button,
111 input[type='button'],
112 input[type='submit']):not(.custom-appearance):not(.link-button),
130 :-webkit-any(button,
131 input[type='button'],
132 input[type='submit']):not(.custom-appearance):not(.link-button),
144 :-webkit-any(button,
145 input[type='button'],
146 input[type='submit']):not(.custom-appearance):not(.link-button) {
252 button,
[all...]
/external/chromium_org/ui/app_list/cocoa/
H A Dapps_grid_view_item.h42 // Return the button portion of the item, showing the icon and title.
43 - (NSButton*)button;
48 // Take a snapshot of the grid cell with correct layout, then hide the button.
/external/chromium_org/ui/app_list/views/
H A Dapp_list_menu_views.h30 void RunMenuAt(views::MenuButton* button, const gfx::Point& point);
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dcommon.css123 .buttonbar button:active img {
127 .buttonbar button:hover img {
131 .buttonbar button[disabled] img {
135 .buttonbar button img {
142 .buttonbar button.menubutton span.disclosureindicator {
201 menu.chrome-menu > .menuitem-button {
213 menu.chrome-menu > .menuitem-button[checked] {
217 menu.chrome-menu > .menuitem-button.left {
221 html[dir='rtl'] menu.chrome-menu > .menuitem-button.left {
226 menu.chrome-menu > .menuitem-button
[all...]
H A Dlist.css62 button,
63 input[type='button'],
65 select):not(.custom-appearance):not(.link-button) {
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_impl_interface.h35 MenuButton* button,
/external/chromium_org/ui/views/examples/
H A Dprogress_bar_example.h9 #include "ui/views/controls/button/button.h"
28 virtual void ButtonPressed(Button* button, const ui::Event& event) OVERRIDE;
/external/chromium_org/ui/views/focus/
H A Dfocus_traversal_unittest.cc13 #include "ui/views/controls/button/checkbox.h"
14 #include "ui/views/controls/button/label_button.h"
15 #include "ui/views/controls/button/radio_button.h"
360 LabelButton* button = new LabelButton(NULL, ASCIIToUTF16("Click me")); local
361 button->SetStyle(Button::STYLE_BUTTON);
362 button->SetBounds(label_x, y + 10, 80, 30);
363 button->set_id(kFruitButtonID);
364 left_container_->AddChildView(button);
456 button = new LabelButton(NULL, ASCIIToUTF16("OK"));
457 button
[all...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc81 #include "ui/views/controls/button/label_button.h"
82 #include "ui/views/controls/button/label_button_border.h"
83 #include "ui/views/controls/button/menu_button.h"
131 // Width of the separator between the recently bookmarked button and the
141 // Tag for the 'Other bookmarks' button.
144 // Tag for the 'Apps Shortcut' button.
151 // Tag for the 'Managed bookmarks' button.
281 // button.
384 // Type of button.
571 // Check the managed button firs
616 GetAnchorPositionForButton( views::MenuButton* button, views::MenuAnchorPosition* anchor) argument
1143 views::View* button = child_at(0); local
1169 views::LabelButton* button = GetBookmarkButton(i); local
1434 MenuButton* button = local
1445 MenuButton* button = local
1459 MenuButton* button = new OverFlowButton(this); local
1482 BookmarkButton* button = new BookmarkButton( local
1487 views::MenuButton* button = new BookmarkFolderButton( local
1496 views::LabelButton* button = new ShortcutButton( local
1509 ConfigureButton(const BookmarkNode* node, views::LabelButton* button) argument
1568 views::View* button = child_at(index); local
1591 views::LabelButton* button = GetBookmarkButton(index); local
1686 views::LabelButton* button = GetBookmarkButton(i); local
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc434 ShelfButton* button = test_api_->GetButton(button_index); local
437 button->GetBoundsInScreen().origin(), 0, 0);
438 button_host->PointerPressedOnButton(button, pointer, click_event);
439 return button;
445 ShelfButton* button = local
449 button->GetBoundsInScreen().origin(),
452 test_api_->ButtonPressed(button, release_event);
453 button_host->PointerReleasedOnButton(button, ShelfButtonHost::MOUSE, false);
459 ShelfButton* button = local
463 button
474 views::View* button = SimulateButtonPressed(pointer, button_index); local
490 ShelfButton* button = test_api_->GetButton(i); local
684 ShelfButton* button = GetButtonByID(id); local
951 ShelfButton* button = test_api_->GetButton(i); local
1114 views::View* button = (id_map.begin() + 1)->second; local
1165 ShelfButton* button = GetButtonByID(last_added); local
1186 ShelfButton* button = GetButtonByID(last_added); local
1305 ShelfButton* button = test_api_->GetButton(i); local
1330 ShelfButton* button = test_api_->GetButton(i); local
1356 ShelfButton* button = test_api_->GetButton(i); local
1470 ShelfButton* button = test_for_overflow_view.GetButton(ripped_index); local
1584 ShelfButton* button = test_api_for_overflow_view.GetButton( local
1649 ShelfButton* button = local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dhtml.css388 button {
389 -webkit-appearance: button;
393 input, textarea, keygen, select, button, meter, progress {
397 input, textarea, keygen, select, button {
441 input::-webkit-clear-button {
442 -webkit-appearance: searchfield-cancel-button;
451 input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-clear-button {
456 input[type="search" i]::-webkit-search-cancel-button {
457 -webkit-appearance: searchfield-cancel-button;
466 input[type="search" i]:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-search-cancel-button {
[all...]
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.css23 #search-button {
72 #editing-controls button:first-of-type {
147 .display-filter-button {
151 html[dir='rtl'] .display-filter-button {
188 html[dir='rtl'] #display-filter-controls label span.last-button-component,
189 #display-filter-controls label span.first-button-component {
195 html[dir='rtl'] #display-filter-controls label span.first-button-component,
196 #display-filter-controls label span.last-button-component {
214 .edit-button {
465 .site-domain button
[all...]

Completed in 541 milliseconds

1234567891011>>