Home | History | Annotate | Download | only in Interfaces

Lines Matching full:policy

70     policy decision. This provides the ability to make these decisions
86 @discussion If there remain more policy decisions to be made, then
87 the next policy delegate method gets to decide. This will be
88 either the next navigation policy delegate if there is a redirect,
89 or the content policy delegate. If there are no more policy
116 @discussion A policy of ignore prevents WebKit from doing anything
130 the URL represents. Typically, the policy handler methods are called in this order:
136 New window policy is always checked. Navigation policy is checked
138 earlier policy. Content policy is checked once the content type is
139 known, unless an earlier policy prevented it.
141 In rare cases, content policy might be checked more than
145 this case, conent policy will be checked for each one.
183 <p>If this method picks a policy of Use, the new window will be
196 @discussion Returns the policy for content which has been partially loaded.
212 @param policy The policy that could not be implemented.
213 @param error The error that caused the policy to not be implemented.
215 @param frame The frame in which the policy could not be implemented.