/external/chromium/testing/gtest/xcode/Config/ |
TestTarget.xcconfig | 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
FrameworkTarget.xcconfig | 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
StaticLibraryTarget.xcconfig | 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
DebugProject.xcconfig | 5 // examples. It is set in the "Based On:" dropdown in the "Project" info
|
ReleaseProject.xcconfig | 5 // and examples. It is set in the "Based On:" dropdown in the "Project" info
|
/external/protobuf/gtest/xcode/Config/ |
TestTarget.xcconfig | 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
FrameworkTarget.xcconfig | 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
StaticLibraryTarget.xcconfig | 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
DebugProject.xcconfig | 5 // examples. It is set in the "Based On:" dropdown in the "Project" info
|
ReleaseProject.xcconfig | 5 // and examples. It is set in the "Based On:" dropdown in the "Project" info
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactListFilterView.java | 61 public void bindView(boolean dropdown) { 62 if (dropdown) { 83 dropdown); 88 dropdown); 93 dropdown ? R.string.list_filter_customize : R.string.list_filter_custom, 94 dropdown); 98 bindView(0, R.string.list_filter_phones, dropdown); 102 bindView(0, R.string.list_filter_single, dropdown); 113 if (dropdown) { 122 if (dropdown) { [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
back_forward_button_gtk.h | 21 // pressed and held, they show a dropdown menu of recent web sites. 37 // Starts a timer to show the dropdown menu. 41 // If there is a timer to show the dropdown menu, and the mouse has moved 47 // Shows the dropdown menu. 61 // The dropdown menu model.
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.h | 48 // Initializes the dropdown bar host with the give view. 51 // Whether we are animating the position of the dropdown widget. 53 // Returns true if the dropdown bar view is visible, or false otherwise. 60 // Shows the dropdown bar. 62 // Hides the dropdown bar. 65 // Returns the rectangle representing where to position the dropdown widget. 85 // so that opening and closing the dropdown bar is shown instantly, instead of 89 // Returns the browser view that the dropdown belongs to. 103 // Returns the dropdown bar view. 123 // Retrieves the boundary that the dropdown widget has to work wit [all...] |
dropdown_bar_view.h | 31 // dropdown widget (while animating the opening or closing of the widget). 42 // The dropdown bar host that controls this view.
|
/external/webkit/Source/WebCore/manual-tests/ |
select-delete-item.html | 6 var select = document.getElementById("dropDown");
12 <select id="dropDown" onfocus="setTimeout('removeItem();', 2000);">
|
/packages/apps/Browser/res/values-sw600dp/ |
integers.xml | 15 <!-- The number of lines in the suggestions dropdown in landscape --> 17 <!-- The number of lines in the suggestions dropdown in portrait -->
|
/sdk/ddms/app/src/com/android/ddms/ |
DropdownSelectionListener.java | 47 * Add an item to the dropdown menu. 55 // update the dropdown's text to match the selection 63 * Invoked when dropdown or neighboring arrow is clicked.
|
/packages/apps/Browser/res/values/ |
integers.xml | 15 <!-- The number of lines in the suggestions dropdown in landscape --> 17 <!-- The number of lines in the suggestions dropdown in portrait -->
|
/external/chromium/chrome/browser/chromeos/login/ |
keyboard_switch_menu.h | 18 // a dropdown menu for switching keyboard layout. Note that the InputMethodMenu
|
/external/chromium/chrome/browser/chromeos/status/ |
input_method_menu.h | 26 // A class for the dropdown menu for switching input method and keyboard layout. 29 // which shows the dropdown menu on click. 88 // Sets the minimum width of the dropdown menu. 124 // true if the dropdown menu should show an item like "Customize languages
|
input_method_menu_button.h | 19 // A class for the button in the status area which expands the dropdown menu for
|
network_dropdown_button.h | 17 // The network dropdown button with menu. Used on welcome screen.
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_cell.h | 21 // and a dropdown-menu part on the right. This enum describes which part the
|
/external/chromium/chrome/browser/ui/cocoa/ |
fullscreen_controller.h | 20 // dropdown bar, and managing the tracking area associated with the dropdown. 42 // The tracking area associated with the floating dropdown bar. This tracking 43 // area is attached to |contentView_|, because when the dropdown is completely
|
/frameworks/opt/mailcommon/java/com/android/mailcommon/ |
MultiAdapterSpinner.java | 39 * unselectable dropdown items, useful when displaying extra items that should not affect spinner 46 * <p>Clients must provide a set of adapters which the widget will use to load dropdown views, 51 * example). This attribute controls the width of the dropdown, similar to the attribute in the 85 * ListPopupWindow uses getView() but spinners return dropdown views in getDropDownView().
|