HomeSort by relevance Sort by last modified time
    Searched full:button (Results 351 - 375 of 3903) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/common/extensions/docs/static/
tut_analytics.html 145 &lt;button>Button 1&lt;/button>
146 &lt;button>Button 2&lt;/button>
147 &lt;button>Button 3&lt;/button>
156 _gaq.push(['_trackEvent', 'button' + button_id, 'clicked'])
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit 81 button
82 button-bevel
124 default-button
214 inner-spin-button
215 input-speech-button
240 list-button
264 media-fullscreen-button
265 media-mute-button
266 media-play-button
267 media-return-to-realtime-button
    [all...]
  /external/qemu/android/skin/
file.c 113 /** SKIN BUTTON
221 skin_button_free( SkinButton* button )
223 if (button) {
224 skin_image_unref( &button->image );
225 AFREE(button);
232 SkinButton* button; local
233 ANEW0(button);
234 if (button) {
239 button->name = node->name;
240 button->rect.pos.x = x
335 SkinButton* button = skin_button_create_from(node, basepath); local
386 SkinButton* button = skin_button_create_from(node, basepath); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ScrollView2.java 25 import android.widget.Button;
47 Button buttonView = new Button(this);
48 buttonView.setText("Button " + i);
  /external/chromium/chrome/browser/chromeos/status/
window_switcher_button.h 13 #include "views/controls/button/menu_button.h"
20 // The window switcher button in the status area. This button allows
30 // Updates the status of the button based on the state of the
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-exception-on-load.html 2 debugger; // You should see this code and execution line in the Scripts panel. Click Resume (Play/Pause button to the right).
dom-mutation.html 26 <button onclick="test1()">Test Frame 1</button>
27 <button onclick="test2()">Test Frame 2</button>
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 6 #recently-closed-menu-button {
12 /* Reserve space for the menu button even when it's hidden. */
13 #recently-closed-menu-button[hidden] {
18 #recently-closed-menu-button img {
  /external/chromium/chrome/browser/resources/options/
autofill_options.html 15 <button id="autofill-add-address" i18n-content="autofillAddAddress">
16 </button>
23 <button id="autofill-add-creditcard"
24 i18n-content="autofillAddCreditCard"></button>
  /external/chromium/chrome/browser/ui/cocoa/
hover_close_button.h 10 // The standard close button for our Mac UI which is the "x" that changes to a
15 // Bezier path for drawing the 'x' within the button.
21 // Translation of the 'x' button to the middle vertically.
29 // Sets up the button's tracking areas and accessibility info when instantiated
  /external/chromium/chrome/browser/ui/views/
profile_menu_button.cc 9 #include "views/controls/button/button.h"
23 // Horizontal padding beside profile menu button, to center it in the
37 // Turn off hover highlighting and position button in the center of the
  /external/chromium/chrome/common/extensions/docs/examples/api/browserAction/print/
manifest.json 3 "description": "Adds a print button to the browser.",
  /external/chromium/chrome/common/extensions/docs/examples/api/cookies/
manager.html 13 td.button {
192 var button = document.createElement("button");
193 button.onclick = removeAllForFilter;
194 button.innerText = "delete all " + domains.length;
195 select("#delete_all_button").appendChild(button);
209 var button = document.createElement("button");
210 button.innerText = "delete";
211 button.onclick = (function(dom){
    [all...]
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 359 RefPtr<MediaControlPanelMuteButtonElement> button = adoptRef(new MediaControlPanelMuteButtonElement(mediaElement, controls)); local
360 button->setType("button");
361 return button.release();
374 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-mute-button"));
387 RefPtr<MediaControlVolumeSliderMuteButtonElement> button = adoptRef(new MediaControlVolumeSliderMuteButtonElement(mediaElement)); local
388 button->setType("button");
389 return button.release();
394 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-volume-slider-mute-button"));
407 RefPtr<MediaControlPlayButtonElement> button = adoptRef(new MediaControlPlayButtonElement(mediaElement)); local
499 RefPtr<MediaControlSeekForwardButtonElement> button = adoptRef(new MediaControlSeekForwardButtonElement(mediaElement)); local
519 RefPtr<MediaControlSeekBackButtonElement> button = adoptRef(new MediaControlSeekBackButtonElement(mediaElement)); local
539 RefPtr<MediaControlRewindButtonElement> button = adoptRef(new MediaControlRewindButtonElement(mediaElement)); local
568 RefPtr<MediaControlReturnToRealtimeButtonElement> button = adoptRef(new MediaControlReturnToRealtimeButtonElement(mediaElement)); local
598 RefPtr<MediaControlToggleClosedCaptionsButtonElement> button = adoptRef(new MediaControlToggleClosedCaptionsButtonElement(mediaElement)); local
795 RefPtr<MediaControlFullscreenButtonElement> button = adoptRef(new MediaControlFullscreenButtonElement(mediaElement, controls)); local
841 RefPtr<MediaControlFullscreenVolumeMinButtonElement> button = adoptRef(new MediaControlFullscreenVolumeMinButtonElement(mediaElement)); local
871 RefPtr<MediaControlFullscreenVolumeMaxButtonElement> button = adoptRef(new MediaControlFullscreenVolumeMaxButtonElement(mediaElement)); local
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
animation-with-transition.html 56 <button onclick="doTransition();">Transition</button>
57 <button onclick="doAnimation();">Set Animation</button>
debugger-caught-uncaught-exceptions.html 30 <p>To test this bug, open the inspector, open the scripts panel, and click the button to pause on all exceptions, press
31 the button, and see which exceptions are paused on. Then press the pause on exceptions button again to only
33 <input type="button" value="Generate caught and uncaught exceptions" onclick="generateCaughtAndUncaughtExceptions();" />
selection-start-after-inserting-line-break-in-textarea.html 4 <p>This tests selectionStart is updated properly when inserting LF into textarea. To test, press Enter several times inside textarea and click the log button. This bug does not reproduce when new lines are added by execCommand or eventSender.</p>
6 <button id="button" onclick="verify()">verify</button>
  /external/webkit/Source/WebCore/manual-tests/inspector/
debugger-shortcuts-with-console-opened.html 13 <p>To test, open the Inspector and start a debugging session. Open the Console view (press Esc or click the "Show console" button in the status bar) and make sure it is focused (the cursor is blinking in the text prompt.)
14 Set a breakpoint inside testFunction() (on the showAlert() call) and press F8. Now click the Test button in the page. The execution should stop on an HTML line containing <b>onclick="testFunction()"</b>. Press F8. The execution should stop on the breakpoint.
16 <button onclick="testFunction()">Test</button><br><br>
dom-mutation.html 25 <button onclick="test1()">Test Frame 1</button>
26 <button onclick="test2()">Test Frame 2</button>
  /external/webkit/Source/WebCore/manual-tests/resources/
navigation-during-onload-container.html 9 Click the back button and see if the browser crashes.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
mozilla 12 button
  /frameworks/base/core/res/res/layout/
power_dialog.xml 29 <Button android:id="@+id/keyguard"
34 <Button android:id="@+id/off"
39 <Button android:id="@+id/silent"
43 <Button android:id="@+id/radio_power"
  /frameworks/base/core/tests/coretests/res/layout/
animator_basic.xml 7 <Button
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayout.java 23 import android.widget.Button;
29 private Button mButton;
53 public Button getButton() {
61 mButton = new Button(this);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocus.java 25 import android.widget.Button;
38 // bottom right button starts with the focus.
39 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton);

Completed in 819 milliseconds

<<11121314151617181920>>