/external/chromium/chrome/browser/resources/options/chromeos/ |
system_options.html | 65 <td class="option-name"><button id="language-button" 66 i18n-content="language_customize"></button> 68 <td class="option-name"><button id="modifier-keys-button" 69 i18n-content="modifier_keys_customize"></button>
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_hover_state.h | 30 // 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.
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
before_translate_infobar_controller.mm | 19 NSButton* button = [[NSButton alloc] init]; 20 [button setTitle:base::SysUTF16ToNSString(title)]; 21 [button setBezelStyle:NSTexturedRoundedBezelStyle]; 22 return button; 96 // This is called when the "Never Translate [language]" button is pressed. 101 // This is called when the "Always Translate [language]" button is pressed.
|
/external/chromium/chrome/browser/ui/gtk/ |
hover_controller_gtk.cc | 12 HoverControllerGtk::HoverControllerGtk(GtkWidget* button) 15 button_(button) { 33 g_object_set_data(G_OBJECT(button), kHoverControllerGtkKey, this); 52 GtkWidget* button) { 54 g_object_get_data(G_OBJECT(button), kHoverControllerGtkKey)); 102 // When the user is holding a mouse button, we don't want to animate.
|
browser_actions_toolbar_gtk.cc | 70 // The minimum width in pixels of the button hbox if |icon_count| icons are 103 gtk_container_add(GTK_CONTAINER(alignment_.get()), button()); 104 gtk_widget_show(button()); 120 signals_.Connect(button(), "button-press-event", 122 signals_.Connect(button(), "clicked", 124 signals_.Connect(button(), "drag-begin", 143 GtkWidget* button() { return button_->widget(); } function in class:BrowserActionButton 169 // Updates the button based on the latest state from the associated 178 gtk_widget_set_has_tooltip(button(), FALSE) 903 BrowserActionButton* button = extension_button_map_[extension->id()].get(); local [all...] |
browser_actions_toolbar_gtk.h | 85 // Create the UI for a single browser action. This will stick the button 100 // visibility of the overflow button will not change. 132 void DragStarted(BrowserActionButton* button, GdkDragContext* drag_context); 134 // Sets the width of the button area of the toolbar to |new_width|, clamping 162 // The overflow button is pressed. 165 // The user presses a mouse button over the popped up overflow menu. 183 // The overflow button for chrome theme mode. 185 // The separator just next to the overflow button. Only shown in GTK+ theme 186 // mode. In Chrome theme mode, the overflow button has a separator built in. 191 // A widget for adding extra padding to the left of the overflow button [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/ |
options.html | 62 <button id="save-button" style="font-weight:bold" onclick="save()" 63 >Save</button> 64 <button onclick="init()">Cancel</button> 75 saveButton = document.getElementById("save-button");
|
/external/webkit/Source/WebCore/manual-tests/ |
scrollbar-hover-active.html | 8 div::-webkit-scrollbar-button { 14 div::-webkit-scrollbar-button:-webkit-decrement:-webkit-start { 19 div::-webkit-scrollbar-button:-webkit-increment:-webkit-start { 24 div::-webkit-scrollbar-button:-webkit-decrement:-webkit-end { 29 div::-webkit-scrollbar-button:-webkit-increment:-webkit-end { 34 div::-webkit-scrollbar-button:hover {
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListWithFooterViewAndNewLabels.java | 27 import android.widget.Button; 45 Button footerButton = new Button(this); 57 Button topButton = (Button) findViewById(R.id.button);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample11.xml | 36 <Button 42 <Button 55 <Button 62 <Button 76 <Button 83 <Button
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
MarginChooser.java | 29 import org.eclipse.swt.widgets.Button; 86 Button allButton = new Button(container, SWT.NONE); 101 Button leftButton = new Button(container, SWT.NONE); 113 Button rightButton = new Button(container, SWT.NONE); 125 Button topButton = new Button(container, SWT.NONE); 137 Button bottomButton = new Button(container, SWT.NONE) 197 Button button = (Button) event.widget; local [all...] |
/development/samples/ApiDemos/res/layout/ |
status_bar_notifications.xml | 36 <Button 42 <Button 48 <Button 67 <Button 73 <Button 79 <Button 98 <Button 104 <Button 110 <Button 129 <Button [all...] |
wallpaper_2.xml | 14 <Button 20 <Button
|
/external/chromium/chrome/browser/ui/cocoa/ |
page_info_bubble_controller_unittest.mm | 84 NSButton* button = static_cast<NSButton*>(view); 85 // Every window should have a single link button to the help page. 86 if ([[button cell] isKindOfClass:[HyperlinkButtonCell class]]) { 88 CheckButton(button, @selector(showHelpPage:)); 91 CheckButton(button, @selector(showCertWindow:)); 105 // Checks that a button is hooked up correctly. 106 void CheckButton(NSButton* button, SEL action) { 107 EXPECT_EQ(action, [button action]); 108 EXPECT_EQ(controller_, [button target]); 109 EXPECT_TRUE([button stringValue]) [all...] |
/external/chromium/webkit/glue/ |
webmenurunner_mac.mm | 121 // Set up the button cell, converting to NSView coordinates. The menu is 123 // popup button, which is the expected Mac popup menu behavior. 124 NSPopUpButtonCell* button = [[NSPopUpButtonCell alloc] initTextCell:@"" 126 [button autorelease]; 127 [button setMenu:menu_]; 130 [button selectItemWithTag:index]; 133 [button respondsToSelector:@selector(setUserInterfaceLayoutDirection:)]) { 134 [button setUserInterfaceLayoutDirection: 145 [button performClickWithFrame:dummyBounds inView:dummyView]; 148 index_ = [button indexOfSelectedItem] [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
index.html | 46 <button id="remove-queue-selection">Remove selection</button> 47 <button id="rebaseline-queue">Rebaseline queue</button> 79 <button id="previous-test">«</button> 81 <button id="next-test">»</button> 136 <!-- Add a dummy <button> node so that this lines up with the text on the right --> 137 <button style="visibility: hidden; padding-left: 0; padding-right: 0;"></button [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
AttachmentEditor.java | 33 import android.widget.Button; 62 private Button mSendButton; 189 Button viewButton = (Button) view.findViewById(view_button_id); 190 Button replaceButton = (Button) view.findViewById(replace_button_id); 191 Button removeButton = (Button) view.findViewById(remove_button_id); 206 Button editBtn = (Button) view.findViewById(R.id.edit_slideshow_button) [all...] |
/external/webkit/Source/WebCore/css/ |
mediaControlsQuickTime.css | 43 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button { 44 -webkit-box-ordinal-group: 2; /* Before the fullscreen button */ 53 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button { 124 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button { 130 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button { 136 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
TutorialJAJP.java | 221 Bubble button; local 227 button = new Bubble(context, inputView, 230 mBubbles.add(button); 236 button = new Bubble(context, inputView, 239 mBubbles.add(button); 245 button = new Bubble(context, inputView, 248 mBubbles.add(button); 254 button = new Bubble(context, inputView, 257 mBubbles.add(button); 265 button = new Bubble(context, inputView, [all...] |
/cts/tests/tests/holo/res/layout/ |
button.xml | 16 <Button xmlns:android="http://schemas.android.com/apk/res/android" 19 android:text="@string/button"
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentHideShow.java | 30 import android.widget.Button; 44 // their "hide" button. 51 final Button button = (Button)findViewById(buttonId); local 52 button.setOnClickListener(new OnClickListener() { 59 button.setText("Hide"); 62 button.setText("Show");
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SurfaceViewOverlay.java | 24 import android.widget.Button; 56 Button visibleButton = (Button) findViewById(R.id.vis); 57 Button invisibleButton = (Button) findViewById(R.id.invis); 58 Button goneButton = (Button) findViewById(R.id.gone); 60 // Wire each button to a click listener
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoy.java | 29 import android.widget.Button; 40 // the play start button 41 private Button mButton; 44 private Button mButtonRetry; 66 // look up the happy shiny button 67 mButton = (Button)findViewById(R.id.Button01); 70 mButtonRetry = (Button)findViewById(R.id.Button02); 108 // this is a retry button
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentHideShowSupport.java | 31 import android.widget.Button; 45 // their "hide" button. 52 final Button button = (Button)findViewById(buttonId); local 53 button.setOnClickListener(new OnClickListener() { 60 button.setText("Hide"); 63 button.setText("Show");
|
/development/samples/WiFiDirectDemo/res/values/ |
strings.xml | 12 <string name="client_text">This device will act as a client. Click on Gallery button to pick a local(stored) file</string> 14 <string name="p2p_off_warning">Enable P2P from action bar button above or system settings</string>
|