Searched refs:shouldContinue (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dinferred-infinite-loop-that-uses-captured-variables.js7 var shouldContinue = true; variable
11 while (shouldContinue) {
H A Dtricky-inferred-infinite-loop-that-uses-captured-variables-and-creates-the-activation-outside-the-loop.js12 var shouldContinue = true; variable
17 while (shouldContinue) {
/macosx-10.10/WebCore-7600.1.25/loader/
H A DPolicyCallback.h44 typedef std::function<void (const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue)> NavigationPolicyDecisionFunction;
45 typedef std::function<void (const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue)> NewWindowPolicyDecisionFunction;
61 void call(bool shouldContinue);
H A DPolicyCallback.cpp92 void PolicyCallback::call(bool shouldContinue) argument
95 m_navigationFunction(m_request, m_formState.get(), shouldContinue);
97 m_newWindowFunction(m_request, m_formState.get(), m_frameName, m_navigationAction, shouldContinue);
H A DPolicyChecker.cpp168 bool shouldContinue = policy == PolicyUse; local
187 shouldContinue = false;
193 callback.call(shouldContinue);
H A DFrameLoader.h323 void continueLoadAfterNavigationPolicy(const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue, AllowNavigationToInvalidURL);
324 void continueLoadAfterNewWindowPolicy(const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue, AllowNavigationToInvalidURL);
325 void continueFragmentScrollAfterNavigationPolicy(const ResourceRequest&, bool shouldContinue);
H A DFrameLoader.cpp1291 policyChecker().checkNewWindowPolicy(action, request, formState.release(), frameName, [this, allowNavigationToInvalidURL](const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, const NavigationAction& action, bool shouldContinue) {
1292 continueLoadAfterNewWindowPolicy(request, formState, frameName, action, shouldContinue, allowNavigationToInvalidURL);
1310 policyChecker().checkNavigationPolicy(request, oldDocumentLoader.get(), formState.release(), [this](const ResourceRequest& request, PassRefPtr<FormState>, bool shouldContinue) {
1311 continueFragmentScrollAfterNavigationPolicy(request, shouldContinue);
1360 policyChecker().checkNewWindowPolicy(NavigationAction(request.resourceRequest(), NavigationTypeOther), request.resourceRequest(), nullptr, request.frameName(), [this](const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, const NavigationAction& action, bool shouldContinue) {
1361 continueLoadAfterNewWindowPolicy(request, formState, frameName, action, shouldContinue, AllowNavigationToInvalidURL::Yes);
1456 policyChecker().checkNavigationPolicy(loader->request(), oldDocumentLoader.get(), formState, [this](const ResourceRequest& request, PassRefPtr<FormState>, bool shouldContinue) {
1457 continueFragmentScrollAfterNavigationPolicy(request, shouldContinue);
1483 policyChecker().checkNavigationPolicy(loader->request(), loader, formState, [this, allowNavigationToInvalidURL](const ResourceRequest& request, PassRefPtr<FormState> formState, bool shouldContinue) {
1484 continueLoadAfterNavigationPolicy(request, formState, shouldContinue, allowNavigationToInvalidUR
2739 continueFragmentScrollAfterNavigationPolicy(const ResourceRequest& request, bool shouldContinue) argument
2892 continueLoadAfterNavigationPolicy(const ResourceRequest& request, PassRefPtr<FormState> formState, bool shouldContinue, AllowNavigationToInvalidURL allowNavigationToInvalidURL) argument
2970 continueLoadAfterNewWindowPolicy(const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, const NavigationAction& action, bool shouldContinue, AllowNavigationToInvalidURL allowNavigationToInvalidURL) argument
[all...]
H A DDocumentLoader.cpp566 frameLoader()->policyChecker().checkNavigationPolicy(newRequest, [this](const ResourceRequest& request, PassRefPtr<FormState>, bool shouldContinue) {
567 continueAfterNavigationPolicy(request, shouldContinue);
571 void DocumentLoader::continueAfterNavigationPolicy(const ResourceRequest&, bool shouldContinue) argument
573 if (!shouldContinue)
H A DDocumentLoader.h307 void continueAfterNavigationPolicy(const ResourceRequest&, bool shouldContinue);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPODRedBlackTree.h408 bool shouldContinue = true; local
409 while (start && shouldContinue) {
410 shouldContinue = updateNode(start);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.cpp602 bool shouldContinue = true; local
606 shouldContinue = false;
617 shouldContinue = false;
624 if (!shouldContinue)

Completed in 249 milliseconds