Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DPolicyCallback.h44 const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
46 …st&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue);
64 void call(bool shouldContinue);
DPolicyCallback.cpp100 void PolicyCallback::call(bool shouldContinue) in call() argument
103 m_navigationFunction(m_argument, m_request, m_formState.get(), shouldContinue); in call()
105 …unction(m_argument, m_request, m_formState.get(), m_frameName, m_navigationAction, shouldContinue); in call()
DFrameLoader.h367 …adAfterNavigationPolicy(void*, const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
368 …st&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue);
369 …llAfterNavigationPolicy(void*, const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
373 …tinueLoadAfterNavigationPolicy(const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
374 …st&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue);
375 void continueFragmentScrollAfterNavigationPolicy(const ResourceRequest&, bool shouldContinue);
DMainResourceLoader.h92 …ueAfterNavigationPolicy(void*, const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue);
93 void continueAfterNavigationPolicy(const ResourceRequest&, bool shouldContinue);
DPolicyChecker.cpp138 bool shouldContinue = policy == PolicyUse; in continueAfterNavigationPolicy() local
154 shouldContinue = false; in continueAfterNavigationPolicy()
160 callback.call(shouldContinue); in continueAfterNavigationPolicy()
DMainResourceLoader.cpp128 …nPolicy(void* argument, const ResourceRequest& request, PassRefPtr<FormState>, bool shouldContinue) in callContinueAfterNavigationPolicy() argument
130 …static_cast<MainResourceLoader*>(argument)->continueAfterNavigationPolicy(request, shouldContinue); in callContinueAfterNavigationPolicy()
133 …nResourceLoader::continueAfterNavigationPolicy(const ResourceRequest& request, bool shouldContinue) in continueAfterNavigationPolicy() argument
135 if (!shouldContinue) in continueAfterNavigationPolicy()
DFrameLoader.cpp2913 const ResourceRequest& request, PassRefPtr<FormState>, bool shouldContinue) in callContinueFragmentScrollAfterNavigationPolicy() argument
2916 loader->continueFragmentScrollAfterNavigationPolicy(request, shouldContinue); in callContinueFragmentScrollAfterNavigationPolicy()
2919 …r::continueFragmentScrollAfterNavigationPolicy(const ResourceRequest& request, bool shouldContinue) in continueFragmentScrollAfterNavigationPolicy() argument
2923 if (!shouldContinue) in continueFragmentScrollAfterNavigationPolicy()
2951 const ResourceRequest& request, PassRefPtr<FormState> formState, bool shouldContinue) in callContinueLoadAfterNavigationPolicy() argument
2954 loader->continueLoadAfterNavigationPolicy(request, formState, shouldContinue); in callContinueLoadAfterNavigationPolicy()
3013 …AfterNavigationPolicy(const ResourceRequest&, PassRefPtr<FormState> formState, bool shouldContinue) in continueLoadAfterNavigationPolicy() argument
3026 bool canContinue = shouldContinue && shouldClose(); in continueLoadAfterNavigationPolicy()
3085 …FormState> formState, const String& frameName, const NavigationAction& action, bool shouldContinue) in callContinueLoadAfterNewWindowPolicy() argument
3088 loader->continueLoadAfterNewWindowPolicy(request, formState, frameName, action, shouldContinue); in callContinueLoadAfterNewWindowPolicy()
[all …]
/external/webkit/Source/WebCore/platform/graphics/gpu/
DPODRedBlackTree.h358 bool shouldContinue = true; in propagateUpdates() local
359 while (start && shouldContinue) { in propagateUpdates()
360 shouldContinue = updateNode(start); in propagateUpdates()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_editor_base_controller.mm245 BOOL shouldContinue = YES;
249 shouldContinue = [hasWillContinue boolValue];
251 if (shouldContinue)
256 shouldContinue = [hasDidContinue boolValue];
258 if (shouldContinue)
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0932130 Bail on nil request instead of shouldContinue=NO
32139 Bail on nil request instead of shouldContinue=NO. Call new FormDelegate method.
32146 Bail on nil request instead of shouldContinue=NO
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1462466 Return if shouldContinue is false. This matches the other similar