HomeSort by relevance Sort by last modified time
    Searched refs:button (Results 201 - 225 of 276) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 133 QPushButton button; local
134 button.setAttribute(Qt::WA_MacSmallSize);
135 QFont defaultButtonFont = QApplication::font(&button);
399 // The Mac ports ignore the specified height for <input type="button"> elements
440 // Fake a button rect here, since we're just computing deltas
444 // Default padding is based on the button margin pixel metric
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 687 switch (event->button()) {
701 switch (event->button()) {
713 switch (event->button()) {
    [all...]
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 789 if (evt->type() == eventNames().mousedownEvent && evt->button() == LeftButton) {
799 if (evt->type() == eventNames().mousemoveEvent || (evt->type() == eventNames().mouseupEvent && evt->button() == LeftButton)) {
803 if (evt->type() == eventNames().mouseupEvent && evt->button() == LeftButton) {
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 44 import android.widget.Button;
82 private Button mButtonPositive;
88 private Button mButtonNegative;
94 private Button mButtonNeutral;
143 // Button clicks have Message.what as the BUTTON{1,2,3} constant
252 * Sets a click listener or a message to be sent when the button is clicked.
255 * @param whichButton Which button, can be one of
259 * @param text The text to display in positive button.
288 throw new IllegalArgumentException("Button does not exist")
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 30 import android.widget.Button;
179 implements Button.OnClickListener, Recorder.OnStateChangedListener {
222 Button mAcceptButton;
223 Button mDiscardButton;
321 mAcceptButton = (Button) findViewById(R.id.acceptButton);
322 mDiscardButton = (Button) findViewById(R.id.discardButton);
352 public void onClick(View button) {
353 if (!button.isEnabled())
356 switch (button.getId()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 78 import org.eclipse.swt.widgets.Button;
105 private Button mProjButton;
109 private Button mSearchButton;
116 private Button mContainerSearchButton;
117 private Button mTestContainerRadioButton;
118 private Button mTestRadioButton;
168 mTestRadioButton = new Button(comp, SWT.RADIO);
199 mProjButton = new Button(comp, SWT.PUSH);
225 mSearchButton = new Button(comp, SWT.PUSH);
246 mTestContainerRadioButton = new Button(comp, SWT.RADIO)
    [all...]
  /external/clearsilver/python/examples/trans/
trans.py 122 if attrs.get('type', "").lower() in ["submit", "button"]:
  /external/webkit/WebCore/dom/
Node.h 546 bool dispatchMouseEvent(const AtomicString& eventType, int button, int clickCount,
  /external/webkit/WebCore/platform/
Scrollbar.cpp 383 if (evt.button() == RightButton)
  /external/webkit/WebCore/platform/win/
ScrollbarThemeWin.cpp 192 return evt.shiftKey() && evt.button() == LeftButton;
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.cpp 243 switch (mouseEvent->button) {
  /external/webkit/WebKit/win/
DOMEventsClasses.cpp 454 HRESULT STDMETHODCALLTYPE DOMMouseEvent::button( function in class:DOMMouseEvent
480 /* [in] */ unsigned short /*button*/,
DOMEventsClasses.h 563 virtual HRESULT STDMETHODCALLTYPE button(
583 /* [in] */ unsigned short button,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java 129 mButton = mView.findViewById(R.id.button);
VoiceInput.java 406 * Handle the cancel button.
410 case R.id.button:
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 181 if (elem.type != 'submit' && elem.type != 'button' && elem.id != 'caret') {
  /external/junit/src/junit/swingui/
TestRunner.java 735 private void setButtonLabel(final JButton button, final String label) {
739 button.setText(label);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 539 /* Mouse button press? */
542 xevent.xbutton.button, 0, 0);
546 /* Mouse button release? */
549 xevent.xbutton.button, 0, 0);
    [all...]
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 942 //printf( "button %d down\n", x_event.xbutton.button );
943 Key_Event( K_MOUSE1 + x_event.xbutton.button - 1, true );
946 //printf( "button %d up\n", x_event.xbutton.button );
947 Key_Event( K_MOUSE1 + x_event.xbutton.button - 1, false );
  /external/quake/src/com/android/quake/
DownloaderActivity.java 64 import android.widget.Button;
170 Button button = (Button) findViewById(R.id.cancel); local
171 button.setOnClickListener(new Button.OnClickListener() {
246 // Happens when the Back button is used to exit the activity.
    [all...]
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 115 static int cOuterButtonLength[] = { 16, 14 }; // The outer button in a double button pair is a bit bigger.
246 // Our repaint rect is slightly larger, since we are a button that is adjacent to the track.
344 if (evt.button() != LeftButton)
  /external/webkit/WebCore/platform/mac/
ScrollbarThemeMac.mm 102 static int cOuterButtonLength[] = { 16, 14 }; // The outer button in a double button pair is a bit bigger.
233 // Our repaint rect is slightly larger, since we are a button that is adjacent to the track.
331 if (evt.button() != LeftButton)
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js 1011 : elem.nodeName.match(/(button|input|object|select|textarea)/i)
    [all...]
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 196 case BUTTON:
213 case BUTTON:
275 case BUTTON:
314 case BUTTON:
350 case BUTTON:
389 case BUTTON:
436 case BUTTON:
472 case BUTTON:
536 case BUTTON:
590 case BUTTON
    [all...]
  /bionic/libc/kernel/common/linux/
input.h 622 __u16 button; member in struct:ff_trigger

Completed in 2828 milliseconds

1 2 3 4 5 6 7 891011>>