Searched refs:submission (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DNavigationScheduler.cpp228 ScheduledFormSubmission(PassRefPtr<FormSubmission> submission, LockBackForwardList lockBackForwardList, bool duringLoad) argument
229 : ScheduledNavigation(0, submission->lockHistory(), lockBackForwardList, duringLoad, true)
230 , m_submission(submission)
243 // without leaving a time window. If we fail the check just silently drop the form submission.
382 void NavigationScheduler::scheduleFormSubmission(PassRefPtr<FormSubmission> submission) argument
393 // If this is a child frame and the form submission was triggered by a script, lock the back/forward list
398 && (submission->state()->formSubmissionTrigger() == SubmittedByJavaScript && m_frame.tree().parent() && !ScriptController::processingUserGesture())) {
402 schedule(std::make_unique<ScheduledFormSubmission>(submission, lockBackForwardList, duringLoad));
H A DFrameLoader.cpp359 void FrameLoader::submitForm(PassRefPtr<FormSubmission> submission) argument
361 ASSERT(submission->method() == FormSubmission::PostMethod || submission->method() == FormSubmission::GetMethod);
364 ASSERT(submission->data());
365 ASSERT(submission->state());
366 ASSERT(!submission->state()->sourceDocument()->frame() || submission->state()->sourceDocument()->frame() == &m_frame);
371 if (submission->action().isEmpty())
376 m_frame.document()->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Blocked form submission to '" + submission
[all...]
/macosx-10.10/postfix-255/Postfix.Config/
H A Dmaster.cf.default18 submission inet n - n - - smtpd
/macosx-10.10/postfix-255/postfix/
H A Dpostfix-install135 # The group for mail submission and for queue management commands.
355 setgid_group_prompt="the group for mail submission and for queue
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DFormsWithState.xotcl191 <p> Many thanks for your submission!</p>
/macosx-10.10/postfix-255/
H A Dchunking.pl329 # try connecting via submission + starttls, smtp + starttls, smtp, in that order
330 my $submission = 0;
332 print "connecting (submission + starttls)...\n" unless $opts{quiet};
334 "-connect", "$opts{host}:submission", "-starttls", "smtp");
367 if (openssl_smtp_happy_or_clean_up("$opts{host}:submission + starttls")) {
373 $submission = 1;
412 if ($submission) {
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices1494 submission 587/udp # Submission
1495 submission 587/tcp # Submission

Completed in 217 milliseconds