Searched
full:button (Results
526 -
550 of
3903) sorted by null
<<21222324252627282930>>
/development/samples/ApiDemos/res/layout/ |
secure_view_overlay.xml | 18 its true purpose and encourage the user to click on the secure button. --> 30 <Button 37 <Button 44 <Button
|
send_result.xml | 33 <Button android:id="@+id/corky" 37 </Button> 39 <Button android:id="@+id/violet" 42 </Button>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
RedirectEnter.java | 28 import android.widget.Button; 43 // Watch for button clicks. 44 Button goButton = (Button)findViewById(R.id.go);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Controls1.java | 26 import android.widget.Button; 31 * A gallery of basic controls: Button, EditText, RadioButton, Checkbox, 41 Button disabledButton = (Button) findViewById(R.id.button_disabled);
|
/development/samples/Support13Demos/res/layout/ |
fragment_pager.xml | 36 <Button android:id="@+id/goto_first" 39 </Button> 40 <Button android:id="@+id/goto_last" 43 </Button>
|
/development/samples/Support4Demos/res/layout/ |
fragment_pager.xml | 36 <Button android:id="@+id/goto_first" 39 </Button> 40 <Button android:id="@+id/goto_last" 43 </Button>
|
fragment_stack.xml | 34 <Button android:id="@+id/home" 38 </Button> 39 <Button android:id="@+id/new_fragment" 43 </Button>
|
local_service_broadcaster.xml | 30 <Button android:id="@+id/start" 34 </Button> 36 <Button android:id="@+id/stop" 39 </Button>
|
send_result.xml | 33 <Button android:id="@+id/corky" 37 </Button> 39 <Button android:id="@+id/violet" 42 </Button>
|
/external/chromium/chrome/browser/chromeos/frame/ |
bubble_frame_view.h | 10 #include "views/controls/button/button.h" 54 virtual void ButtonPressed(views::Button* sender, const views::Event& event) 73 // Close button for STYLE_XBAR case.
|
/external/chromium/chrome/browser/chromeos/login/ |
guest_user_view.h | 12 #include "views/controls/button/native_button.h" 22 // button and handles different common keyboard shortcuts. 36 virtual void ButtonPressed(views::Button* sender, const views::Event& event); 49 // Button to start login.
|
/external/chromium/chrome/browser/extensions/ |
extension_page_actions_module_constants.cc | 13 const char kButtonKey[] = "button";
|
/external/chromium/chrome/browser/resources/options/ |
search_engine_manager.css | 43 /* For temporary Make Default button */ 53 .search-engine-list .url-column button { 60 .search-engine-list > :not(:hover):not([editing]) .url-column button { 63 /* End temporary Make Default button styling */
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_unittest_helper.mm | 10 // button with the given |title|. 19 for (BookmarkButton* button in self) { 20 if ([[button title] isEqualToString:title]) 21 return button;
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
menu_tracked_button.h | 11 // A MenuTrackedButton is meant to be used whenever a button is placed inside 21 // event. This checks if the user is still over the button after the drag 26 // If the button received a |-mouseEntered:| event. This short-circuits the 35 // rect needs to be installed on the button.
|
/external/chromium/chrome/browser/ui/gtk/ |
gconf_titlebar_listener.h | 21 // On GNOME desktops, subscribes to the gconf key which controlls button order. 31 // Sets the current titlebar button order. On GNOME desktops, also subscribes 35 // Removes |titlebar| from the list of objects observing button order change 62 // The current button ordering as heard from gconf.
|
/external/chromium/chrome/browser/ui/views/ |
about_ipc_dialog.h | 18 #include "views/controls/button/button.h" 62 virtual void ButtonPressed(views::Button* button, const views::Event& event);
|
default_search_view.h | 29 class Button; 55 virtual void ButtonPressed(views::Button* sender, const views::Event& event); 76 // Button for the current default search engine. 79 // Button for the newly proposed search engine.
|
/external/chromium/chrome/common/extensions/docs/examples/api/messaging/timer/ |
popup.html | 69 <td><button onclick="testRequest()">Measure sendRequest</button></td> 73 <td><button onclick="testConnect()">Measure postMessage</button></td>
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
manifest.json | 3 "description": "This extension adds an email button to the toolbar which allows you to email the page link using your default mail client or Gmail.",
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en/ |
messages.json | 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en_GB/ |
messages.json | 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: Feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
|
/external/webkit/LayoutTests/fast/dom/HTMLFormElement/ |
associated-elements-after-index-assertion-fail2.html | 15 <form><em><ol </del><fieldset form="f"</sub><option </dt><button form="f"></em><meter </time>
|
/external/webkit/Source/WebCore/manual-tests/accessibility/resources/ |
AppletTest.java | 35 JButton button = new JButton("button"); local 38 button.setBounds(10,10,100,30); 41 add(button);
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
debugger-status-bar-buttons-state.html | 2 <p>To test, open the Inspector and go to the Scripts panel. Check that the tool tips for the debugger's two status bar buttons make sense when each button is toggled on and off.</p>
|
Completed in 740 milliseconds
<<21222324252627282930>>