Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:Page

49 #include <WebCore/Page.h>
111 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages();
112 for (HashSet<Page*>::iterator iter = pages.begin(); iter != pages.end(); ++iter)
122 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages();
123 for (HashSet<Page*>::iterator iter = pages.begin(); iter != pages.end(); ++iter)
133 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages();
134 for (HashSet<Page*>::iterator iter = pages.begin(); iter != pages.end(); ++iter)
279 // Make sure the context has a DOMWindow global object, otherwise this context didn't originate from a Page.
286 void InjectedBundle::didCreatePage(WebPage* page)
288 m_client.didCreatePage(this, page);
291 void InjectedBundle::willDestroyPage(WebPage* page)
293 m_client.willDestroyPage(this, page);