Home | History | Annotate | Download | only in webkit

Lines Matching full:policy

253      * WebKitWebFrame::scrollbars-policy-changed:
256 * Signal emitted when policy for one or both of the scrollbars of
258 * policy to the container that holds the #WebKitWebFrame if it is
269 * WebKitWebFrame:horizontal-scrollbar-policy and
270 * WebKitWebFrame:vertical-scrollbar-policy properties.
277 webkit_web_frame_signals[SCROLLBARS_POLICY_CHANGED] = g_signal_new("scrollbars-policy-changed",
333 * WebKitWebFrame:horizontal-scrollbar-policy:
335 * Determines the current policy for the horizontal scrollbar of
336 * the frame. For the main frame, make sure to set the same policy
343 g_param_spec_enum("horizontal-scrollbar-policy",
344 _("Horizontal Scrollbar Policy"),
345 _("Determines the current policy for the horizontal scrollbar of the frame."),
351 * WebKitWebFrame:vertical-scrollbar-policy:
353 * Determines the current policy for the vertical scrollbar of
354 * the frame. For the main frame, make sure to set the same policy
361 g_param_spec_enum("vertical-scrollbar-policy",
362 _("Vertical Scrollbar Policy"),
363 _("Determines the current policy for the vertical scrollbar of the frame."),