Lines Matching refs:request
1255 * @return @c EINA_TRUE on successful request, @c EINA_FALSE on failure.
1256 * Note that it means the request was done, not that it was
1617 * Forwards a request of new Context Menu to WebCore.
2220 * @return @c EINA_TRUE if request was accepted, @c EINA_FALSE
3079 * Add a new repaint request to queue.
3083 * @param priv private handle pointer of the view to add repaint request.
3662 * created and passed to browser. If it intends to keep the request for opening
4227 * Request a download to user.
4232 * Emits: "download,request" with an Ewk_Download containing the details of the
4238 evas_object_smart_callback_call(o, "download,request", download);
4431 * request would be used. If @return is true, loader will try to load. Else,
4432 * Loader ignore action of request.
4435 * @param request Request which contain url to navigate
4437 Eina_Bool ewk_view_navigation_policy_decision(Evas_Object* o, Ewk_Frame_Resource_Request* request)
4445 return sd->api->navigation_policy_decision(sd, request);