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

/external/webkit/Source/WebCore/loader/
H A DNavigationScheduler.cpp198 ScheduledFormSubmission(PassRefPtr<FormSubmission> submission, bool lockBackForwardList, bool duringLoad) argument
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) argument
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)));
H A DFrameLoader.cpp304 void FrameLoader::submitForm(PassRefPtr<FormSubmission> submission) argument
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
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 74 milliseconds