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

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
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...]
InjectedBundle.h 42 class InjectedBundlePage;
58 InjectedBundlePage* page() const;
96 Vector<OwnPtr<InjectedBundlePage> > m_pages;
InjectedBundlePage.h 35 class InjectedBundlePage {
37 InjectedBundlePage(WKBundlePageRef);
38 ~InjectedBundlePage();
InjectedBundle.cpp 30 #include "InjectedBundlePage.h"
99 m_pages.append(adoptPtr(new InjectedBundlePage(page)));
118 InjectedBundlePage* InjectedBundle::page() const

Completed in 960 milliseconds