|
| template<typename T > |
| T * | supplement () |
| |
| template<typename T > |
| void | addSupplement () |
| |
| WebConnectionToUIProcess * | webConnectionToUIProcess () const |
| |
| WebPage * | webPage (uint64_t pageID) const |
| |
| void | createWebPage (uint64_t pageID, WebPageCreationParameters &&) |
| |
| void | removeWebPage (uint64_t pageID) |
| |
| WebPage * | focusedWebPage () const |
| |
| InjectedBundle * | injectedBundle () const |
| |
| bool | shouldPlugInAutoStartFromOrigin (WebPage &, const String &pageOrigin, const String &pluginOrigin, const String &mimeType) |
| |
| void | plugInDidStartFromOrigin (const String &pageOrigin, const String &pluginOrigin, const String &mimeType, WebCore::SessionID) |
| |
| void | plugInDidReceiveUserInteraction (const String &pageOrigin, const String &pluginOrigin, const String &mimeType, WebCore::SessionID) |
| |
| void | setPluginLoadClientPolicy (uint8_t policy, const String &host, const String &bundleIdentifier, const String &versionString) |
| |
| void | clearPluginClientPolicies () |
| |
| void | refreshPlugins () |
| |
| bool | fullKeyboardAccessEnabled () const |
| |
| WebFrame * | webFrame (uint64_t) const |
| |
| void | addWebFrame (uint64_t, WebFrame *) |
| |
| void | removeWebFrame (uint64_t) |
| |
| WebPageGroupProxy * | webPageGroup (WebCore::PageGroup *) |
| |
| WebPageGroupProxy * | webPageGroup (uint64_t pageGroupID) |
| |
| WebPageGroupProxy * | webPageGroup (const WebPageGroupData &) |
| |
| uint64_t | userGestureTokenIdentifier (RefPtr< WebCore::UserGestureToken >) |
| |
| void | userGestureTokenDestroyed (WebCore::UserGestureToken &) |
| |
| const TextCheckerState & | textCheckerState () const |
| |
| void | setTextCheckerState (const TextCheckerState &) |
| |
| void | clearResourceCaches (ResourceCachesToClear=AllResourceCaches) |
| |
| EventDispatcher & | eventDispatcher () |
| |
| NetworkProcessConnection & | networkConnection () |
| |
| void | networkProcessConnectionClosed (NetworkProcessConnection *) |
| |
| WebLoaderStrategy & | webLoaderStrategy () |
| |
| void | setCacheModel (uint32_t) |
| |
| void | ensurePrivateBrowsingSession (WebCore::SessionID) |
| |
| void | destroyPrivateBrowsingSession (WebCore::SessionID) |
| |
| void | ensureLegacyPrivateBrowsingSessionInNetworkProcess () |
| |
| void | pageDidEnterWindow (uint64_t pageID) |
| |
| void | pageWillLeaveWindow (uint64_t pageID) |
| |
| void | nonVisibleProcessCleanupTimerFired () |
| |
| void | statisticsChangedTimerFired () |
| |
| void | updateActivePages () |
| |
| void | setHiddenPageTimerThrottlingIncreaseLimit (int milliseconds) |
| |
| void | processWillSuspendImminently (bool &handled) |
| |
| void | prepareToSuspend () |
| |
| void | cancelPrepareToSuspend () |
| |
| void | processDidResume () |
| |
| RefPtr< API::Object > | transformHandlesToObjects (API::Object *) |
| |
| WebCore::ApplicationCacheStorage & | applicationCacheStorage () |
| |
| void | prefetchDNS (const String &) |
| |
| WebAutomationSessionProxy * | automationSessionProxy () |
| |
| void | initialize (const ChildProcessInitializationParameters &) |
| |
| void | disableTermination () |
| |
| void | enableTermination () |
| |
| void | addMessageReceiver (IPC::StringReference messageReceiverName, IPC::MessageReceiver &) |
| |
| void | addMessageReceiver (IPC::StringReference messageReceiverName, uint64_t destinationID, IPC::MessageReceiver &) |
| |
| void | removeMessageReceiver (IPC::StringReference messageReceiverName, uint64_t destinationID) |
| |
| void | removeMessageReceiver (IPC::StringReference messageReceiverName) |
| |
| void | removeMessageReceiver (IPC::MessageReceiver &) |
| |
| void | setProcessSuppressionEnabled (bool) |
| |
| IPC::Connection * | parentProcessConnection () const |
| |
| IPC::MessageReceiverMap & | messageReceiverMap () |
| |
| virtual | ~MessageSender () |
| |
| template<typename U > |
| bool | send (const U &message) |
| |
| template<typename U > |
| bool | send (const U &message, uint64_t destinationID, OptionSet< SendOption > sendOptions={ }) |
| |
| template<typename T > |
| bool | sendSync (T &&message, typename T::Reply &&reply, Seconds timeout=Seconds::infinity(), OptionSet< SendSyncOption > sendSyncOptions={ }) |
| |
| template<typename T > |
| bool | sendSync (T &&message, typename T::Reply &&reply, uint64_t destinationID, Seconds timeout=Seconds::infinity(), OptionSet< SendSyncOption > sendSyncOptions={ }) |
| |
| virtual bool | sendMessage (std::unique_ptr< Encoder >, OptionSet< SendOption >) |
| |