Searched refs:sendToAllProcesses (Results 1 – 9 of 9) sorted by relevance
197 …sendToAllProcesses(Messages::WebProcess::SetShouldTrackVisitedLinks(m_historyClient.shouldTrackVis… in initializeHistoryClient()212 sendToAllProcesses(Messages::WebProcess::LanguageChanged(defaultLanguage())); in languageChanged()470 … sendToAllProcesses(Messages::WebProcess::SetAlwaysUsesComplexTextCodePath(alwaysUseComplexText)); in setAlwaysUsesComplexTextCodePath()476 sendToAllProcesses(Messages::WebProcess::RegisterURLSchemeAsEmptyDocument(urlScheme)); in registerURLSchemeAsEmptyDocument()482 sendToAllProcesses(Messages::WebProcess::RegisterURLSchemeAsSecure(urlScheme)); in registerURLSchemeAsSecure()488 sendToAllProcesses(Messages::WebProcess::SetDomainRelaxationForbiddenForURLScheme(urlScheme)); in setDomainRelaxationForbiddenForURLScheme()494 sendToAllProcesses(Messages::WebProcess::SetCacheModel(static_cast<uint32_t>(m_cacheModel))); in setCacheModel()499 sendToAllProcesses(Messages::WebProcess::SetDefaultRequestTimeoutInterval(timeoutInterval)); in setDefaultRequestTimeoutInterval()684 sendToAllProcesses(Messages::WebProcess::SetEnhancedAccessibility(flag)); in setEnhancedAccessibility()704 …sendToAllProcesses(Messages::WebProcess::StartMemorySampler(sampleLogSandboxHandle, sampleLogFileP… in startMemorySampler()[all …]
168 m_context->sendToAllProcesses(Messages::WebProcess::SetVisitedLinkTable(handle)); in pendingVisitedLinksTimerFired()173 … m_context->sendToAllProcesses(Messages::WebProcess::VisitedLinkStateChanged(addedVisitedLinks)); in pendingVisitedLinksTimerFired()178 m_context->sendToAllProcesses(Messages::WebProcess::AllVisitedLinkStateChanged()); in pendingVisitedLinksTimerFired()
64 …m_context->sendToAllProcesses(Messages::WebGeolocationManager::DidChangePosition(position->data())… in providerDidChangePosition()72 m_context->sendToAllProcesses(Messages::WebGeolocationManager::DidFailToDeterminePosition()); in providerDidFailToDeterminePosition()
159 …m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision(static_c… in getLoadDecisionForIconURL()174 …m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision((int)dec… in getLoadDecisionForIconURL()254 …m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision(static_c… in didFinishURLImport()
79 template<typename U> bool sendToAllProcesses(const U& message);274 template<typename U> inline bool WebContext::sendToAllProcesses(const U& message) in sendToAllProcesses() function
121 m_webContext->sendToAllProcesses(Messages::WebCookieManager::StopObservingCookieChanges()); in stopObservingCookieChanges()
51 …sendToAllProcesses(Messages::WebProcess::SetShouldPaintNativeControls(m_shouldPaintNativeControls)… in setShouldPaintNativeControls()
69 m_webContext->sendToAllProcesses(Messages::WebProcess::CancelDownload(m_downloadID)); in cancel()
4038 Migrate calls to WebContext::process() over to sendToAllProcesses and4125 … Add WebContext::sendToAllProcesses and WebContext::sendToAllProcessesRelaunchingThemIfNecessary4142 Use sendToAllProcesses.4145 …Use sendToAllProcesses. This is a slight policy change where we now create a sandbox extension even4151 (WebKit::WebContext::sendToAllProcesses):4163 Use sendToAllProcesses and sendToAllProcessesRelaunchingThemIfNecessary.