Home | History | Annotate | Download | only in html

Lines Matching full:button

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:
772 map->add("button", HTMLInputElement::BUTTON);
885 types[HTMLInputElement::BUTTON] = "button";
924 case BUTTON:
962 case BUTTON:
1009 case BUTTON:
1018 // send the mouse button events iff the caller specified sendToAnyElement
1178 case BUTTON:
1318 case BUTTON:
1402 case BUTTON:
1440 // parsing) and don't send a change event for a radio button that's getting
1507 case BUTTON:
1644 case BUTTON:
1683 case BUTTON:
1728 case BUTTON:
1792 case BUTTON:
1850 case BUTTON:
1913 case BUTTON:
1949 && evt->type() == eventNames().clickEvent && static_cast<MouseEvent*>(evt)->button() == LeftButton) {
1968 // We have a radio button selected that is not us. Cache it in our result field and ref it so
1982 && evt->type() == eventNames().clickEvent && static_cast<MouseEvent*>(evt)->button() == LeftButton) {
1994 // Restore the original selected radio button if possible.
1995 // Make sure it is still a radio button and only do the restoration if it still
1999 // Ok, the old radio button is still in our form and in our group and is still a
2000 // radio button, so it's safe to restore selection to it.
2052 && static_cast<MouseEvent*>(evt)->button() == LeftButton) {
2120 // Simulate mouse click on the default form button for enter for these types of elements.
2123 case BUTTON:
2132 break; // Don't do anything for enter on a radio button.
2136 case BUTTON:
2163 case BUTTON:
2181 // Left and up mean "previous radio button".
2182 // Right and down mean "next radio button".
2183 // Tested in WinIE, and even for RTL, left still means previous radio button (and so moves
2222 case BUTTON:
2502 case BUTTON:
2573 inputType() != BUTTON && inputType() != RESET;
2673 case BUTTON: