HomeSort by relevance Sort by last modified time
    Searched full:submission (Results 1 - 25 of 556) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/userfeedback/proto/
extension.proto 52 // share the same number space, because we don't want submission from internal
53 // extension to the external address, or submission from external extension to
55 // If the field numbers were overlapping for both protos, such cross-submission
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 18 // card information gathered from a form submission.
  /external/chromium/chrome/browser/resources/
reader_out_of_date.html 50 .submission {
84 <form name="form" class="submission">
safe_browsing_multiple_threat_block.html 49 .submission {
133 <form class="submission">
safe_browsing_malware_block.html 54 .submission {
157 <form class="submission">
safe_browsing_phishing_block.html 48 .submission {
125 <form class="submission">
ssl_error.html 50 .submission {
109 <form class="submission">
ssl_roadblock.html 50 .submission {
111 <form class="submission">
  /external/regex-re2/
CONTRIBUTORS 7 # The submission process automatically checks to make sure
  /external/webkit/Source/WebCore/loader/
NavigationScheduler.cpp 198 ScheduledFormSubmission(PassRefPtr<FormSubmission> submission, bool lockBackForwardList, bool duringLoad)
199 : ScheduledNavigation(0, submission->lockHistory(), lockBackForwardList, duringLoad, true)
200 , m_submission(submission)
213 // without leaving a time window. If we fail the check just silently drop the form submission.
336 void NavigationScheduler::scheduleFormSubmission(PassRefPtr<FormSubmission> submission)
347 // If this is a child frame and the form submission was triggered by a script, lock the back/forward list
351 || (submission->state()->formSubmissionTrigger() == SubmittedByJavaScript
354 schedule(adoptPtr(new ScheduledFormSubmission(submission, lockBackForwardList, duringLoad)));
  /libcore/luni/src/main/java/java/util/concurrent/
Executor.java 11 * interface provides a way of decoupling task submission from the
50 * serializes the submission of tasks to a second executor,
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 24 // card information gathered from a form submission.
  /external/llvm/runtime/libprofile/
Makefile 30 # Set dylib internal version number to llvmCore submission number.
  /external/llvm/tools/lto/
Makefile 34 # set dylib internal version number to llvmCore submission number
  /external/qemu/distrib/
update-audio.sh 88 # now do a p4 edit, a copy and ask for submission
  /external/webkit/LayoutTests/http/tests/appcache/
cyrillic-uri.html 57 // To test encodings other than UTF-8, we need to simulate form submission (for XHR, Firefox
  /external/webkit/PerformanceTests/PageLoad/svg/
LICENSES 35 CC Attribution-NoDerivs 2.5 (as implied by submission to the SVG Logo contest)
  /external/webkit/Source/WebCore/html/
IsIndexInputType.cpp 61 // If there is no form, then create a temporary form just to be used for submission.
  /packages/apps/Dialer/src/com/android/dialer/util/
AsyncTaskExecutor.java 27 * the mechanics of AsyncTask submission from the description of how that AsyncTask will execute.
  /device/generic/goldfish/camera/
EmulatedCamera3.h 140 /** Submission of capture requests to HAL */
  /docs/source.android.com/src/source/
submit-patches.jd 123 <h2 id="after-a-submission-is-approved">After a submission is approved</h2>
124 <p>After a submission makes it through the review and verification process, Gerrit automatically merges the change into the public repository. Other users will be able to run <code>repo sync</code> to pull the update into their local client.</p>
163 <p>A submission that has been verified and merged will be downloaded with the next <code>repo sync</code>. If you wish to download a specific change that has not yet been approved, run</p>
  /external/bison/
README-release 73 Go to the news-submission form:
  /external/chromium/chrome/browser/password_manager/
password_manager.h 85 // Unless this is a password form submission, for our purposes this
  /external/clang/tools/libclang/
Makefile 43 # Set dylib internal version number to submission number.
  /external/kernel-headers/original/linux/
taskstats.h 65 * does not account for delays in I/O submission

Completed in 258 milliseconds

1 2 3 4 5 6 7 8 91011>>