Searched refs:PolicyIgnore (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebFramePolicyListenerProxy.cpp50 receivedPolicyDecision(WebCore::PolicyIgnore);
/external/webkit/Source/WebCore/loader/
H A DFrameLoaderTypes.h45 PolicyIgnore enumerator in enum:WebCore::PolicyAction
H A DPolicyChecker.cpp141 case PolicyIgnore:
169 case PolicyIgnore:
H A DPolicyCallback.cpp132 m_contentFunction(m_argument, PolicyIgnore);
H A DMainResourceLoader.cpp274 case PolicyIgnore:
/external/webkit/Source/WebKit/win/
H A DWebFramePolicyListener.cpp108 receivedPolicyDecision(PolicyIgnore);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPolicyDelegate.mm113 [self _usePolicy:PolicyIgnore];
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebpolicydecision.cpp106 (core(priv->frame)->loader()->policyChecker()->*(priv->framePolicyFunction))(WebCore::PolicyIgnore);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp491 (policy->*func)(PolicyIgnore);
503 action = PolicyIgnore;
514 action = PolicyIgnore;
523 action = PolicyIgnore;
536 (m_frame->loader()->policyChecker()->*func)(PolicyIgnore);
549 (m_frame->loader()->policyChecker()->*func)(PolicyIgnore);
568 (m_frame->loader()->policyChecker()->*func)(PolicyIgnore);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginContainerCheck.mm103 [self _continueWithPolicy:PolicyIgnore];
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp723 // if the navigation was canceled with PolicyIgnore, or if the
864 action = PolicyIgnore;
869 action = PolicyIgnore;
872 action = PolicyIgnore;
913 PolicyAction policyAction = PolicyIgnore;
960 policyAction = PolicyIgnore;
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp801 (m_frame->loader()->policyChecker()->*function)(PolicyIgnore);
821 (m_frame->loader()->policyChecker()->*function)(PolicyIgnore);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp470 (core(m_frame)->loader()->policyChecker()->*policyFunction)(PolicyIgnore);
546 (core(m_frame)->loader()->policyChecker()->*policyFunction)(PolicyIgnore);
576 (core(m_frame)->loader()->policyChecker()->*policyFunction)(PolicyIgnore);
593 (core(m_frame)->loader()->policyChecker()->*policyFunction)(PolicyIgnore);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1219 callPolicyFunction(function, PolicyIgnore);
1251 result = PolicyIgnore;
1266 callPolicyFunction(function, PolicyIgnore);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp299 // if not acceptNavigationRequest - look at Qt -> PolicyIgnore;
300 // FIXME: do proper check and only reset forms when on PolicyIgnore
310 // if not acceptNavigationRequest - look at Qt -> PolicyIgnore;
311 // FIXME: do proper check and only reset forms when on PolicyIgnore
319 policy = PolicyIgnore;
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp682 (m_frame->loader()->policyChecker()->*function)(PolicyIgnore);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp642 (m_frame->coreFrame()->loader()->policyChecker()->*function)(PolicyIgnore);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm2082 [self receivedPolicyDecision:PolicyIgnore];

Completed in 1645 milliseconds