/external/webkit/Source/WebCore/html/ |
HTMLFormElement.h | 140 // Returns true if the submission should proceed.
|
FileInputType.cpp | 67 // submission of file inputs, and Firefox doesn't add "name=" query
|
HTMLButtonElement.cpp | 105 m_isActivatedSubmit = false; // Do this in case submission was canceled.
|
/external/webkit/Source/WebKit/chromium/public/ |
WebHTTPBody.h | 90 // Identifies a particular form submission instance. A value of 0 is
|
/external/chromium/chrome/browser/autofill/ |
autofill_metrics_unittest.cc | 337 // Simulate form submission. 448 // Simulate form submission. 585 // Simulate form submission. 608 // Simulate form submission. 619 // Simulate form submission. 733 // Simulate form submission. [all...] |
/external/webkit/Source/WebCore/loader/ |
FrameLoader.cpp | 304 void FrameLoader::submitForm(PassRefPtr<FormSubmission> submission) 306 ASSERT(submission->method() == FormSubmission::PostMethod || submission->method() == FormSubmission::GetMethod); 309 ASSERT(submission->data()); 310 ASSERT(submission->state()); 311 ASSERT(submission->state()->sourceFrame() == m_frame); 316 if (submission->action().isEmpty()) 322 if (protocolIsJavaScript(submission->action())) { 324 m_frame->script()->executeIfJavaScriptURL(submission->action(), DoNotReplaceDocumentIfJavaScriptURL); 329 Frame* targetFrame = m_frame->tree()->find(submission->target()) [all...] |
CrossOriginAccessControl.cpp | 49 // Preflight is required for MIME types that can not be sent via form submission.
|
/external/llvm/tools/llvm-shlib/ |
Makefile | 44 # set dylib internal version number to llvmCore submission number
|
/external/webkit/Source/WebCore/platform/network/ |
FormData.h | 127 // Identifies a particular form submission instance. A value of 0 is used
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
taskstats.h | 75 * does not account for delays in I/O submission
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
taskstats.h | 75 * does not account for delays in I/O submission
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
taskstats.h | 75 * does not account for delays in I/O submission
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 136 * into a submission queue. Workers take these tasks and typically 227 * execute. When a submission is added or another worker adds a 419 * Initial size for submission queue array. Must be a power of 426 * Maximum size for submission queue array. Must be a power of two 434 * Array serving as submission queue. Initialized upon construction. 533 * Index (mod submission queue length) of next element to take 534 * from submission queue. Usage is identical to that for 541 * Index (mod submission queue length) of next element to add 542 * in submission queue. Usage is identical to that for 705 * taking a submission only if no stealable tasks were found. Th [all...] |
/external/llvm/utils/buildit/ |
build_llvm | 51 # The version number of the submission, e.g. 1007. 54 # The subversion number of the submission, e.g. 03.
|
/external/clang/www/ |
get_involved.html | 32 </a> - This list is for patch submission/discussion.</li>
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncoding.cpp | 204 // HTML5 specifies that UTF-8 be used in form submission when a form is
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
FormManagerAndroid.h | 73 EXTRACT_OPTION_TEXT = 1 << 1, // Extract option text from HTMLFormSelectElement. Only valid when |EXTRACT_VALUE| is set. This is used for form submission where humand readable value is captured.
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/ |
README.txt | 73 submission form, and start the test from the number that a crash was indicated
|
/external/clang/tools/scan-view/ |
ScanView.py | 104 print >>sys.stderr, "%s: SERVER: submission complete."%(sys.argv[0],) 362 <title>Bug Submission</title> 392 <h1 class="%(statusClass)s">Submission %(statusName)s</h1>
|
/external/libusb_aah/libusb/os/ |
linux_usbfs.c | 123 /* submission failed after the first URB, so await cancellation/completion [all...] |
/bootable/recovery/ |
NOTICE | 143 5. Submission of Contributions. Unless You explicitly state otherwise,
|
/dalvik/dexdump/ |
NOTICE | 143 5. Submission of Contributions. Unless You explicitly state otherwise,
|
/dalvik/dx/ |
NOTICE | 143 5. Submission of Contributions. Unless You explicitly state otherwise,
|
/development/apps/BluetoothDebug/ |
NOTICE | 143 5. Submission of Contributions. Unless You explicitly state otherwise,
|
/development/apps/CustomLocale/ |
NOTICE | 143 5. Submission of Contributions. Unless You explicitly state otherwise,
|