HomeSort by relevance Sort by last modified time
    Searched defs:InjectedBundlePage (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.h 35 class InjectedBundlePage {
37 InjectedBundlePage(WKBundlePageRef);
38 ~InjectedBundlePage();
InjectedBundlePage.cpp 27 #include "InjectedBundlePage.h"
165 InjectedBundlePage::InjectedBundlePage(WKBundlePageRef page)
260 InjectedBundlePage::~InjectedBundlePage()
264 void InjectedBundlePage::stopLoading()
269 void InjectedBundlePage::reset()
286 void InjectedBundlePage::didStartProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo)
288 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didStartProvisionalLoadForFrame(frame);
291 void InjectedBundlePage::didReceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, (…)
    [all...]

Completed in 478 milliseconds