|
static void | receivedResponseCallback (WebKitDownload *download, GParamSpec *, DownloadTest *test) |
|
static void | createdDestinationCallback (WebKitDownload *download, const gchar *destination, DownloadTest *test) |
|
static void | receivedDataCallback (WebKitDownload *download, guint64 dataLength, DownloadTest *test) |
|
static void | finishedCallback (WebKitDownload *download, DownloadTest *test) |
|
static void | failedCallback (WebKitDownload *download, GError *error, DownloadTest *test) |
|
static gboolean | decideDestinationCallback (WebKitDownload *download, const gchar *suggestedFilename, DownloadTest *test) |
|
static void | downloadStartedCallback (WebKitWebContext *context, WebKitDownload *download, DownloadTest *test) |
|
static const char * | dataDirectory () |
|
static void | initializeWebExtensionsCallback (WebKitWebContext *context, Test *test) |
|
static void | objectFinalized (Test *test, GObject *finalizedObject) |
|
static CString | getResourcesDir (ResourcesDir resourcesDir=WebKit2GTKResources) |
|
static bool | cairoSurfacesEqual (cairo_surface_t *s1, cairo_surface_t *s2) |
|
◆ DownloadEvent
Enumerator |
---|
Started | |
ReceivedResponse | |
CreatedDestination | |
ReceivedData | |
Failed | |
Finished | |
◆ DownloadTest()
DownloadTest::DownloadTest |
( |
| ) |
|
|
inline |
◆ ~DownloadTest()
DownloadTest::~DownloadTest |
( |
| ) |
|
|
inline |
◆ checkDestinationAndDeleteFile()
void DownloadTest::checkDestinationAndDeleteFile |
( |
WebKitDownload * |
download, |
|
|
const char * |
expectedName |
|
) |
| |
|
inline |
◆ createdDestination()
virtual void DownloadTest::createdDestination |
( |
WebKitDownload * |
download, |
|
|
const char * |
destination |
|
) |
| |
|
inlinevirtual |
◆ createdDestinationCallback()
◆ decideDestination()
◆ decideDestinationCallback()
◆ downloadStartedCallback()
◆ downloadURIAndWaitUntilFinishes()
GRefPtr<WebKitDownload> DownloadTest::downloadURIAndWaitUntilFinishes |
( |
const CString & |
requestURI | ) |
|
|
inline |
◆ failed()
◆ failedCallback()
◆ finished()
◆ finishedCallback()
◆ MAKE_GLIB_TEST_FIXTURE()
◆ receivedData()
◆ receivedDataCallback()
◆ receivedResponse()
◆ receivedResponseCallback()
◆ started()
◆ m_allowOverwrite
bool DownloadTest::m_allowOverwrite |
◆ m_downloadEvents
◆ m_downloadSize
guint64 DownloadTest::m_downloadSize |
◆ m_mainLoop
The documentation for this class was generated from the following file: