Searched defs:isFinished (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DQtMIMETypeSniffer.h35 bool isFinished() const { return m_isFinished; } function in class:QtMIMETypeSniffer
H A DQNetworkReplyHandler.h89 bool isFinished() const { return m_reply->property("_q_isFinished").toBool(); } function in class:WebCore::QNetworkReplyWrapper
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_auth_request.cpp151 bool* isFinished = static_cast<bool*>(userData); local
177 bool isFinished = false; local
178 evas_object_smart_callback_add(webView(), "load,finished", onLoadFinished, &isFinished); local
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBTransaction.h72 bool isFinished() const { return m_state == Finished; } function in class:WebCore::IDBTransaction
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp3264 bool isFinished() const function in class:SpyForLoadSignalsOrder

Completed in 94 milliseconds