Home | History | Annotate | Download | only in WebView

Lines Matching full:policy

67     policy decision. This provides the ability to make these decisions
77 @discussion If there remain more policy decisions to be made, then
78 the next policy delegate method gets to decide. This will be
79 either the next navigation policy delegate if there is a redirect,
80 or the content policy delegate. If there are no more policy
104 @discussion A policy of ignore prevents WebKit from doing anything
119 the URL represents. Typically, the policy handler methods are called in this order:
125 New window policy is always checked. Navigation policy is checked
127 earlier policy. Content policy is checked once the content type is
128 known, unless an earlier policy prevented it.
130 In rare cases, content policy might be checked more than
134 this case, conent policy will be checked for each one.
164 <p>If this method picks a policy of Use, the new window will be
176 @discussion Returns the policy for content which has been partially loaded.
191 @param policy The policy that could not be implemented.
192 @param error The error that caused the policy to not be implemented.
194 @param frame The frame in which the policy could not be implemented.