HomeSort by relevance Sort by last modified time
    Searched refs:RESET (Results 1 - 20 of 20) sorted by null

  /external/webkit/WebCore/html/
HTMLButtonElement.h 63 enum Type { SUBMIT, RESET, BUTTON };
HTMLButtonElement.cpp 71 case RESET: {
72 DEFINE_STATIC_LOCAL(const AtomicString, reset, ("reset"));
73 return reset;
84 if (equalIgnoringCase(attr->value(), "reset"))
85 m_type = RESET;
109 if (form() && m_type == RESET)
110 form()->reset();
HTMLInputElement.cpp 201 case RESET:
227 case RESET:
289 case RESET:
324 case RESET:
360 case RESET:
399 case RESET:
446 case RESET:
482 case RESET:
546 case RESET:
600 case RESET
1374 void HTMLInputElement::reset() function in class:WebCore::HTMLInputElement
    [all...]
ValidityState.cpp 113 case HTMLInputElement::RESET:
HTMLInputElement.h 50 RESET,
125 bool isTextButton() const { return m_type == SUBMIT || m_type == RESET || m_type == BUTTON; }
194 virtual void reset();
  /system/core/sh/
mkinit.sh 55 RESET["{ "]* ) event=reset;;
181 echo "reset() {"
input.c 123 RESET {
redir.c 329 RESET {
output.c 91 RESET {
eval.c 115 * Called to reset things after an exception.
121 RESET {
929 shellparam.reset = 1;
parser.c 536 /* If we don't have any redirections already, then we must reset */
    [all...]
  /frameworks/base/media/libmedia/
IMediaPlayer.cpp 39 RESET,
143 status_t reset() function in class:android::BpMediaPlayer
147 remote()->transact(RESET, data, &reply);
294 case RESET: {
296 reply->writeInt32(reset());
IMediaRecorder.cpp 33 RESET,
239 status_t reset() function in class:android::BpMediaRecorder
241 LOGV("reset");
244 remote()->transact(RESET, data, &reply);
293 case RESET: {
294 LOGV("RESET");
296 reply->writeInt32(reset());
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardViewMediator.java 56 * should be shown or reset, callbacks to the phone window manager to notify
72 * - screen turned off -> reset the keyguard, and show it so it will be ready
108 private static final int RESET = 4;
561 * Send message to keyguard telling it to reset its state.
566 Message msg = mHandler.obtainMessage(RESET);
    [all...]
  /external/grub/netboot/
sis900.h 42 RESET = 0x00000100,
sis900.c 310 nic->reset = sis900_init;
498 /* Soft reset the chip. */
535 outl(RxRESET | TxRESET | RESET, ioaddr + cr);
537 /* Check that the chip has finished the reset. */
  /frameworks/base/cmds/keystore/
keystore.c 317 static int8_t reset() function
366 reset();
414 RESET = 64,
433 {reset, 'r', 0, RESET, {0}},
  /external/webkit/WebKit/chromium/src/
AssertMatchingEnums.cpp 234 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Reset, HTMLInputElement::RESET);
  /prebuilt/common/osgi/
osgi.jar 
  /external/bison/tests/
testsuite     [all...]

Completed in 358 milliseconds