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

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DPolicyCallback.h44 const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
46 const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue);
64 void call(bool shouldContinue);
H A DPolicyCallback.cpp100 void PolicyCallback::call(bool shouldContinue) argument
103 m_navigationFunction(m_argument, m_request, m_formState.get(), shouldContinue);
105 m_newWindowFunction(m_argument, m_request, m_formState.get(), m_frameName, m_navigationAction, shouldContinue);
H A DPolicyChecker.cpp155 bool shouldContinue = policy == PolicyUse; local
174 shouldContinue = false;
180 callback.call(shouldContinue);
H A DFrameLoader.h318 static void callContinueLoadAfterNavigationPolicy(void*, const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
319 static void callContinueLoadAfterNewWindowPolicy(void*, const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue);
320 static void callContinueFragmentScrollAfterNavigationPolicy(void*, const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
324 void continueLoadAfterNavigationPolicy(const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
325 void continueLoadAfterNewWindowPolicy(const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue);
326 void continueFragmentScrollAfterNavigationPolicy(const ResourceRequest&, bool shouldContinue);
H A DDocumentLoader.h291 static void callContinueAfterNavigationPolicy(void*, const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
292 void continueAfterNavigationPolicy(const ResourceRequest&, bool shouldContinue);
H A DDocumentLoader.cpp533 void DocumentLoader::callContinueAfterNavigationPolicy(void* argument, const ResourceRequest& request, PassRefPtr<FormState>, bool shouldContinue) argument
535 static_cast<DocumentLoader*>(argument)->continueAfterNavigationPolicy(request, shouldContinue);
538 void DocumentLoader::continueAfterNavigationPolicy(const ResourceRequest&, bool shouldContinue) argument
540 if (!shouldContinue)
H A DFrameLoader.cpp2661 const ResourceRequest& request, PassRefPtr<FormState>, bool shouldContinue)
2664 loader->continueFragmentScrollAfterNavigationPolicy(request, shouldContinue);
2667 void FrameLoader::continueFragmentScrollAfterNavigationPolicy(const ResourceRequest& request, bool shouldContinue) argument
2671 if (!shouldContinue)
2721 const ResourceRequest& request, PassRefPtr<FormState> formState, bool shouldContinue)
2724 loader->continueLoadAfterNavigationPolicy(request, formState, shouldContinue);
2827 void FrameLoader::continueLoadAfterNavigationPolicy(const ResourceRequest&, PassRefPtr<FormState> formState, bool shouldContinue) argument
2840 bool canContinue = shouldContinue && shouldClose();
2899 const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, const NavigationAction& action, bool shouldContinue)
2902 loader->continueLoadAfterNewWindowPolicy(request, formState, frameName, action, shouldContinue);
2660 callContinueFragmentScrollAfterNavigationPolicy(void* argument, const ResourceRequest& request, PassRefPtr<FormState>, bool shouldContinue) argument
2720 callContinueLoadAfterNavigationPolicy(void* argument, const ResourceRequest& request, PassRefPtr<FormState> formState, bool shouldContinue) argument
2898 callContinueLoadAfterNewWindowPolicy(void* argument, const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, const NavigationAction& action, bool shouldContinue) argument
2905 continueLoadAfterNewWindowPolicy(const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, const NavigationAction& action, bool shouldContinue) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h668 bool shouldContinue = true; local
672 shouldContinue = false;
683 shouldContinue = false;
690 if (!shouldContinue)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPODRedBlackTree.h412 bool shouldContinue = true; local
413 while (start && shouldContinue) {
414 shouldContinue = updateNode(start);
/macosx-10.9.5/CF-855.17/
H A DCFBurstTrie.c1224 BOOL shouldContinue = TRUE; local
1235 shouldContinue = FALSE;
1246 } else if (!shouldContinue)

Completed in 319 milliseconds