Searched refs:m_pageGroup (Results 1 – 11 of 11) sorted by relevance
48 : m_pageGroup(PageGroup::pageGroup(groupName)) in StorageEventDispatcherImpl()50 ASSERT(m_pageGroup); in StorageEventDispatcherImpl()65 const HashSet<Page*>& pages = m_pageGroup->pages(); in dispatchStorageEvent()
54 PageGroup* m_pageGroup;
52 WKBundlePageGroupRef pageGroup() const { return m_pageGroup; } in pageGroup()95 WKBundlePageGroupRef m_pageGroup; variable
115 m_pageGroup = pageGroup; in didInitializePageGroup()170 WKBundleOverrideAllowUniversalAccessFromFileURLsForTestRunner(m_bundle, m_pageGroup, true); in beginTesting()172 WKBundleRemoveAllUserContent(m_bundle, m_pageGroup); in beginTesting()
247 m_pageGroup.adopt(WKPageGroupCreateWithIdentifier(pageGroupIdentifier.get())); in initialize()271 m_mainWebView = adoptPtr(new PlatformWebView(m_context.get(), m_pageGroup.get())); in initialize()357 WKPreferencesRef preferences = WKPageGroupGetPreferences(m_pageGroup.get()); in resetStateToConsistentValues()
108 WKRetainPtr<WKPageGroupRef> m_pageGroup; variable
53 WKBundlePageGroupRef m_pageGroup; member in TestWebKitAPI::DocumentStartUserScriptAlertCrashTest
145 WebPageGroupProxy* pageGroup() const { return m_pageGroup.get(); } in pageGroup()557 RefPtr<WebPageGroupProxy> m_pageGroup; variable
205 m_pageGroup = WebProcess::shared().webPageGroup(parameters.pageGroupData); in WebPage()206 m_page->setGroupName(m_pageGroup->identifier()); in WebPage()
428 WebPageGroup* pageGroup() const { return m_pageGroup.get(); } in pageGroup()718 RefPtr<WebPageGroup> m_pageGroup; variable
114 , m_pageGroup(pageGroup) in WebPageProxy()163 m_pageGroup->addPage(this); in WebPageProxy()176 m_pageGroup->removePage(this); in ~WebPageProxy()2809 parameters.store = m_pageGroup->preferences()->store(); in creationParameters()2810 parameters.pageGroupData = m_pageGroup->data(); in creationParameters()