Lines Matching refs:request
536 WebCore::ResourceRequest request(baseKURL);
538 sd->frame->loader()->load(request, substituteData, false);
554 * @return @c EINA_TRUE on successful request, @c EINA_FALSE on errors.
583 * @return @c EINA_TRUE on successful request, @c EINA_FALSE on errors.
602 * @return @c EINA_TRUE if request was done, @c EINA_FALSE on errors.
1733 * changing values in @param request.
1736 * @param request Request details that user may override. Whenever values on
1740 * Emits signal: "resource,request,willsend"
1742 void ewk_frame_request_will_send(Evas_Object *o, Ewk_Frame_Resource_Request *request)
1744 evas_object_smart_callback_call(o, "resource,request,willsend", request);
1752 * @param request New request details. No changes are allowed to fields.
1754 * Emits signal: "resource,request,new"
1756 void ewk_frame_request_assign_identifier(Evas_Object *o, const Ewk_Frame_Resource_Request *request)
1758 evas_object_smart_callback_call(o, "resource,request,new", (void *)request);