HomeSort by relevance Sort by last modified time
    Searched full:submit (Results 126 - 150 of 1817) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
post-multi-file-upload.html 25 Choose "testFile1.html" "testFile2.html" and "testFile3.html" and submit the form. <br>
30 <input type="submit" value="Submit">
timeout-test.html 10 <input type="submit" value="Run Test">
textarea-reset-default-value.html 15 <li>Submit the form. The form should navigate back immediately.</li>
21 <iframe src="resources/textarea-form-back-on-submit.html" width="800" height="200" id="frame"></iframe>
  /external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java 28 <T> Future<T> submit(Callable<T> task); method in interface:ExecutorService
30 <T> Future<T> submit(Runnable task, T result); method in interface:ExecutorService
32 Future<?> submit(Runnable task); method in interface:ExecutorService
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.cpp 44 , m_type(SUBMIT)
68 case SUBMIT: {
69 DEFINE_STATIC_LOCAL(const AtomicString, submit, ("submit", AtomicString::ConstructFromLiteral));
70 return submit;
105 m_type = SUBMIT;
114 if (form() && m_type == SUBMIT) {
157 if (!isDisabledFormControl() && form() && (m_type == SUBMIT || m_type == RESET))
164 return m_type == SUBMIT;
179 if (m_type != SUBMIT || name().isEmpty() || !m_isActivatedSubmit
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
hsts_view.html 27 <input type=submit value="Add" id=hsts-view-add-submit>
39 <input type=submit value="Delete" id=hsts-view-delete-submit>
48 <input type=submit value="Query" id=hsts-view-query-submit>
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingExecutorService.java 104 public <T> Future<T> submit(Callable<T> task) { method in class:ForwardingExecutorService
105 return delegate().submit(task);
109 public Future<?> submit(Runnable task) { method in class:ForwardingExecutorService
110 return delegate().submit(task);
114 public <T> Future<T> submit(Runnable task, T result) { method in class:ForwardingExecutorService
115 return delegate().submit(task, result);
  /external/chromium/chrome/browser/sync/resources/
setup_done.html 36 input[type='submit'] {
40 html[os='mac'] input[type='submit'] {
65 <input id="close" type="submit" i18n-values="value:okay"
  /external/chromium_org/native_client_sdk/src/examples/api/socket/
example.js 7 document.getElementById('connectForm').addEventListener('submit', doConnect);
8 document.getElementById('sendForm').addEventListener('submit', doSend);
9 document.getElementById('listenForm').addEventListener('submit', doListen);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPasswordFormUtils.h 45 // Helper structure to locate username, passwords and submit fields.
54 WebCore::HTMLFormControlElement* submit; member in struct:blink::PasswordFormFields
55 PasswordFormFields() : userName(0), submit(0) { }
  /external/chromium_org/tools/grit/grit/testdata/
password.html 30 &nbsp;<input type=submit value="Submit" name=submit>
  /frameworks/av/include/media/stagefright/
SkipCutBuffer.h 36 // Submit one MediaBuffer for skipping and cutting. This may consume all or
39 void submit(MediaBuffer *buffer);
40 void submit(const sp<ABuffer>& buffer); // same as above, but with an ABuffer
  /development/samples/MySampleRss/res/layout/
add_item.xml 46 <Button android:id="@+id/submit"
51 android:text="@string/submit"/>
55 android:layout_toLeftOf="@id/submit"
56 android:layout_alignTop="@id/submit"
  /external/chromium/chrome/browser/
repost_form_warning_uitest.cc 42 // Submit it.
44 "javascript:document.getElementById('form').submit()")));
73 // Submit it.
75 "javascript:document.getElementById('form').submit()")));
  /external/chromium_org/chrome/browser/resources/options/
certificate_restore_overlay.html 15 type="submit" i18n-content="ok">
  /external/iproute2/
README.devel 4 Please submit both to the Linux networking mailing list
  /frameworks/base/tests/TransitionTests/res/layout/
clipping_text_1.xml 12 android:text="@string/submit"
fading_test_simple.xml 12 android:text="@string/submit"
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 87 threadPool.submit(new Producer(q, 20));
88 threadPool.submit(new Producer(q, 20));
89 threadPool.submit(new Producer(q, 20));
90 threadPool.submit(new Producer(q, 20));
91 threadPool.submit(new Producer(q, 20));
112 Future<?> submitter = threadPool.submit(new Producer(q, 1));
160 threadPool.submit(new Producer(q, 1));
179 threadPool.submit(new Interrupter(Thread.currentThread()));
195 threadPool.submit(new Runnable() {
240 threadPool.submit(new Interrupter(Thread.currentThread()))
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
inline_injected.js 8 * JavaScript reference to the embedder window. Then upon submit of the sign
44 // Overrides the submit handler for the gaia login form.
  /external/chromium_org/content/test/data/accessibility/
input-types.html 21 <label>Submit: <input type="submit"></label>
  /external/chromium_org/native_client_sdk/src/examples/api/websocket/
example.js 7 document.getElementById('connectForm').addEventListener('submit', doConnect);
8 document.getElementById('sendForm').addEventListener('submit', doSend);
index.html 27 <input type="submit" value="Connect">
32 <input type="submit" value="Send">
  /external/chromium_org/third_party/khronos/GLES2/
gl2platform.h 14 * You are encouraged to submit all modifications to the Khronos group so that
15 * they can be included in future versions of this file. Please submit changes
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glplatform.h 15 * You are encouraged to submit all modifications to the Khronos group so that
16 * they can be included in future versions of this file. Please submit changes

Completed in 1751 milliseconds

1 2 3 4 56 7 8 91011>>