Searched refs:webPage (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DLayerTreeHost.cpp41 PassRefPtr<LayerTreeHost> LayerTreeHost::create(WebPage* webPage) argument
44 return CoordinatedLayerTreeHost::create(webPage);
46 return LayerTreeHostGtk::create(webPage);
48 UNUSED_PARAM(webPage);
53 LayerTreeHost::LayerTreeHost(WebPage* webPage) argument
54 : m_webPage(webPage)
H A DDrawingArea.cpp50 std::unique_ptr<DrawingArea> DrawingArea::create(WebPage& webPage, const WebPageCreationParameters& parameters) argument
56 return std::make_unique<TiledCoreAnimationDrawingArea>(webPage, parameters);
59 return std::make_unique<RemoteLayerTreeDrawingArea>(webPage, parameters);
63 return std::make_unique<CoordinatedDrawingArea>(webPage, parameters);
66 return std::make_unique<DrawingAreaImpl>(webPage, parameters);
74 DrawingArea::DrawingArea(DrawingAreaType type, WebPage& webPage) argument
76 , m_webPage(webPage)
H A DEventDispatcher.cpp68 void EventDispatcher::addScrollingTreeForPage(WebPage* webPage) argument
72 ASSERT(webPage->corePage()->scrollingCoordinator());
73 ASSERT(!m_scrollingTrees.contains(webPage->pageID()));
75 AsyncScrollingCoordinator* scrollingCoordinator = toAsyncScrollingCoordinator(webPage->corePage()->scrollingCoordinator());
76 m_scrollingTrees.set(webPage->pageID(), toThreadedScrollingTree(scrollingCoordinator->scrollingTree()));
79 void EventDispatcher::removeScrollingTreeForPage(WebPage* webPage) argument
82 ASSERT(m_scrollingTrees.contains(webPage->pageID()));
84 m_scrollingTrees.remove(webPage->pageID());
150 void EventDispatcher::clearQueuedTouchEventsForPage(const WebPage& webPage) argument
153 m_touchEvents.remove(webPage
156 getQueuedTouchEventsForPage(const WebPage& webPage, TouchEventQueue& destinationQueue) argument
208 WebPage* webPage = WebProcess::shared().webPage(pageID); local
[all...]
H A DTapHighlightController.cpp45 TapHighlightController::TapHighlightController(WebPage* webPage) argument
46 : m_webPage(webPage)
80 void TapHighlightController::willMoveToWebPage(PageOverlay*, WebPage* webPage) argument
82 if (webPage)
H A DViewUpdateDispatcher.cpp83 if (WebPage* webPage = WebProcess::shared().webPage(slot.key))
84 webPage->updateVisibleContentRects(slot.value.visibleContentRectUpdateInfo, slot.value.oldestTimestamp);
H A DVisitedLinkTableController.cpp84 WebPage* webPage = WebPage::fromCorePage(&page);
85 if (!webPage)
88 WebProcess::shared().parentProcessConnection()->send(Messages::VisitedLinkProvider::AddVisitedLinkHashFromPage(webPage->pageID(), linkHash), m_identifier);
H A DPageOverlay.cpp125 void PageOverlay::setPage(WebPage* webPage) argument
127 m_client->willMoveToWebPage(this, webPage);
128 m_webPage = webPage;
129 m_client->didMoveToWebPage(this, webPage);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp106 if (WebPage* webPage = m_frame->page())
107 webPage->injectedBundleLoaderClient().willDestroyFrame(webPage, m_frame);
142 WebPage* webPage = m_frame->page(); local
143 if (!webPage)
149 webPage->injectedBundleLoaderClient().didRemoveFrameFromHierarchy(webPage, m_frame, userData);
152 webPage->send(Messages::WebPageProxy::DidRemoveFrameFromHierarchy(m_frame->frameID(), InjectedBundleUserMessageEncoder(userData.get())));
163 WebPage* webPage = m_frame->page(); local
164 if (!webPage)
177 WebPage* webPage = m_frame->page(); local
186 WebPage* webPage = m_frame->page(); local
198 WebPage* webPage = m_frame->page(); local
216 WebPage* webPage = m_frame->page(); local
230 WebPage* webPage = m_frame->page(); local
239 WebPage* webPage = m_frame->page(); local
248 WebPage* webPage = m_frame->page(); local
258 WebPage* webPage = m_frame->page(); local
274 WebPage* webPage = m_frame->page(); local
284 WebPage* webPage = m_frame->page(); local
301 WebPage* webPage = m_frame->page(); local
311 WebPage* webPage = m_frame->page(); local
321 WebPage* webPage = m_frame->page(); local
337 WebPage* webPage = m_frame->page(); local
353 WebPage* webPage = m_frame->page(); local
369 WebPage* webPage = m_frame->page(); local
395 WebPage* webPage = m_frame->page(); local
423 WebPage* webPage = m_frame->page(); local
444 WebPage* webPage = m_frame->page(); local
464 WebPage* webPage = m_frame->page(); local
487 WebPage* webPage = m_frame->page(); local
507 WebPage* webPage = m_frame->page(); local
526 WebPage* webPage = m_frame->page(); local
562 WebPage* webPage = m_frame->page(); local
607 WebPage* webPage = m_frame->page(); local
632 WebPage* webPage = m_frame->page(); local
646 WebPage* webPage = m_frame->page(); local
655 WebPage* webPage = m_frame->page(); local
693 WebPage* webPage = m_frame->page(); local
723 WebPage* webPage = m_frame->page(); local
800 WebPage* webPage = m_frame->page(); local
815 WebPage* webPage = m_frame->page(); local
830 WebPage* webPage = m_frame->page(); local
918 WebPage* webPage = m_frame->page(); local
947 WebPage* webPage = m_frame->page(); local
965 WebPage* webPage = m_frame->page(); local
987 WebPage* webPage = m_frame->page(); local
1012 WebPage* webPage = m_frame->page(); local
1025 WebPage* webPage = m_frame->page(); local
1038 WebPage* webPage = m_frame->page(); local
1130 WebPage* webPage = m_frame->page(); local
1164 WebPage* webPage = m_frame->page(); local
1193 WebPage* webPage = m_frame->page(); local
1204 WebPage* webPage = m_frame->page(); local
1224 WebPage* webPage = m_frame->page(); local
1279 WebPage* webPage = m_frame->page(); local
1293 WebPage* webPage = m_frame->page(); local
1315 WebPage* webPage = m_frame->page(); local
1493 WebPage* webPage = m_frame->page(); local
1508 WebPage* webPage = m_frame->page(); local
1517 WebPage* webPage = m_frame->page(); local
1526 WebPage* webPage = m_frame->page(); local
1535 WebPage* webPage = m_frame->page(); local
1551 WebPage* webPage = m_frame->page(); local
1560 WebPage* webPage = m_frame->page(); local
1577 WebPage* webPage = m_frame->page(); local
1607 WebPage* webPage = m_frame->page(); local
1622 WebPage* webPage = m_frame->page(); local
[all...]
H A DWebProgressTrackerClient.cpp40 WebProgressTrackerClient::WebProgressTrackerClient(WebPage& webPage) argument
41 : m_webPage(webPage)
H A DWebInspectorClient.cpp155 void WebInspectorClient::willMoveToWebPage(PageOverlay*, WebPage* webPage) argument
157 if (webPage)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotificationManagerProxy.cpp103 void WebNotificationManagerProxy::show(WebPageProxy* webPage, const String& title, const String& body, const String& iconURL, const String& tag, const String& lang, const String& dir, const String& originString, uint64_t pageNotificationID) argument
107 std::pair<uint64_t, uint64_t> notificationIDPair = std::make_pair(webPage->pageID(), pageNotificationID);
110 m_provider.show(webPage, notification.get());
113 void WebNotificationManagerProxy::cancel(WebPageProxy* webPage, uint64_t pageNotificationID) argument
115 if (WebNotification* notification = m_notifications.get(std::make_pair(webPage->pageID(), pageNotificationID)).second.get())
119 void WebNotificationManagerProxy::didDestroyNotification(WebPageProxy* webPage, uint64_t pageNotificationID) argument
121 auto globalIDNotificationPair = m_notifications.take(std::make_pair(webPage->pageID(), pageNotificationID));
139 void WebNotificationManagerProxy::clearNotifications(WebPageProxy* webPage) argument
141 clearNotifications(webPage, Vector<uint64_t>(), pageIDsMatch);
144 void WebNotificationManagerProxy::clearNotifications(WebPageProxy* webPage, cons argument
149 clearNotifications(WebPageProxy* webPage, const Vector<uint64_t>& pageNotificationIDs, NotificationFilterFunction filterFunction) argument
181 WebPageProxy* webPage = WebProcessProxy::webPage(webPageID); local
196 WebPageProxy* webPage = WebProcessProxy::webPage(webPageID); local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/gtk/
H A DWebKitWebPage.cpp63 WebPage* webPage; member in struct:_WebKitWebPagePrivate
101 static void webkitWebPageSetURI(WebKitWebPage* webPage, const CString& uri) argument
103 if (webPage->priv->uri == uri)
106 webPage->priv->uri = uri;
107 g_object_notify(G_OBJECT(webPage), "uri");
227 WebKitWebPage* webPage = WEBKIT_WEB_PAGE(object); local
231 g_value_set_string(value, webkit_web_page_get_uri(webPage));
309 WebKitWebPage* webkitWebPageCreate(WebPage* webPage) argument
312 page->priv->webPage = webPage;
384 WebPage* webPage = page->priv->webPage; local
419 webkit_web_page_get_dom_document(WebKitWebPage* webPage) argument
438 webkit_web_page_get_id(WebKitWebPage* webPage) argument
457 webkit_web_page_get_uri(WebKitWebPage* webPage) argument
474 webkit_web_page_get_main_frame(WebKitWebPage* webPage) argument
[all...]
H A DWebKitWebExtension.cpp74 GRefPtr<WebKitWebPage> webPage = adoptGRef(webkitWebPageCreate(page)); local
75 extension->priv->pages.add(page, webPage);
76 g_signal_emit(extension, signals[PAGE_CREATED], 0, webPage.get());
112 if (WebKitWebPage* webPage = WEBKIT_WEB_EXTENSION(clientInfo)->priv->pages.get(toImpl(page)).get())
113 webkitWebPageDidReceiveMessage(webPage, toImpl(name)->string(), *toImpl(static_cast<WKDictionaryRef>(messageBody)));
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/ios/
H A DWebFrameLoaderClientIOS.mm74 WebPage* webPage = m_frame->page();
75 if (!webPage)
78 handle.setClient(WebQuickLookHandleClient::create(handle, webPage->pageID()));
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.cpp50 PassRefPtr<CoordinatedLayerTreeHost> CoordinatedLayerTreeHost::create(WebPage* webPage) argument
52 return adoptRef(new CoordinatedLayerTreeHost(webPage));
59 CoordinatedLayerTreeHost::CoordinatedLayerTreeHost(WebPage* webPage) argument
60 : LayerTreeHost(webPage)
69 m_coordinator = std::make_unique<CompositingCoordinator>(webPage->corePage(), this);
71 m_coordinator->createRootLayer(webPage->size());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageNamespaceImpl.cpp67 PassRefPtr<StorageNamespaceImpl> StorageNamespaceImpl::createSessionStorageNamespace(WebPage* webPage) argument
69 return adoptRef(new StorageNamespaceImpl(SessionStorage, webPage->pageID(), webPage->corePage()->settings().sessionStorageQuota()));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/InspectorServer/efl/
H A DWebInspectorServerEfl.cpp87 WebPageProxy* webPage = it->value->page(); local
93 builder.append(webPage->pageLoadState().title());
95 builder.append(webPage->pageLoadState().activeURL());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebAlternativeTextClient.cpp37 WebAlternativeTextClient::WebAlternativeTextClient(WebPage* webPage) argument
38 : m_page(webPage)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Network/
H A DWebResourceLoadScheduler.cpp131 WebPage* webPage = webFrame ? webFrame->page() : 0; local
135 loadParameters.webPageID = webPage ? webPage->pageID() : 0;
137 loadParameters.sessionID = webPage ? webPage->sessionID() : SessionID::defaultSessionID();
143 loadParameters.clientCredentialPolicy = (webFrame && webPage) ? resourceLoader->clientCredentialPolicy() : DoNotAskClientForAnyCredentials;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebProcessProxy.cpp177 WebPageProxy* WebProcessProxy::webPage(uint64_t pageID) function in class:WebKit::WebProcessProxy
185 RefPtr<WebPageProxy> webPage = WebPageProxy::create(pageClient, *this, pageID, configuration); local
186 m_pageMap.set(pageID, webPage.get());
187 globalPageMap().set(pageID, webPage.get());
189 if (webPage->isProcessSuppressible())
193 return webPage.release();
196 void WebProcessProxy::addExistingWebPage(WebPageProxy* webPage, uint64_t pageID) argument
201 m_pageMap.set(pageID, webPage);
202 globalPageMap().set(pageID, webPage);
204 if (webPage
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/InspectorServer/gtk/
H A DWebInspectorServerGtk.cpp99 WebPageProxy* webPage = it->value->page(); local
105 builder.append(webPage->pageLoadState().title());
107 builder.append(webPage->pageLoadState().activeURL());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/UserContent/
H A DWebUserContentController.cpp132 WebPage* webPage = webFrame->page();
133 if (!webPage)
136 WebProcess::shared().parentProcessConnection()->send(Messages::WebUserContentControllerProxy::DidPostMessage(webPage->pageID(), webFrame->frameID(), m_identifier, IPC::DataReference(value->data())), m_controller->identifier());
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DObjCObjectGraphCoders.mm350 WebPageProxy* webPage = coder.m_process.webPage(pageID);
351 if (!webPage)
354 coder.m_root = [WKBrowsingContextController _browsingContextControllerForPageRef:toAPI(webPage)];
463 WebPage* webPage = coder.m_process.webPage(pageID);
464 if (!webPage)
467 coder.m_root = wrapper(*webPage);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPageBannerMac.mm55 void PageBanner::addToPage(Type type, WebPage* webPage)
58 m_webPage = webPage;
H A DRemoteLayerTreeContext.mm44 RemoteLayerTreeContext::RemoteLayerTreeContext(WebPage& webPage)
45 : m_webPage(webPage)

Completed in 496 milliseconds

123