Home
last modified time | relevance | path

Searched refs:sendToAllProcesses (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebContext.cpp197sendToAllProcesses(Messages::WebProcess::SetShouldTrackVisitedLinks(m_historyClient.shouldTrackVis… in initializeHistoryClient()
212 sendToAllProcesses(Messages::WebProcess::LanguageChanged(defaultLanguage())); in languageChanged()
470sendToAllProcesses(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()
704sendToAllProcesses(Messages::WebProcess::StartMemorySampler(sampleLogSandboxHandle, sampleLogFileP… in startMemorySampler()
[all …]
DVisitedLinkProvider.cpp168 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()
DWebGeolocationManagerProxy.cpp64 …m_context->sendToAllProcesses(Messages::WebGeolocationManager::DidChangePosition(position->data())… in providerDidChangePosition()
72 m_context->sendToAllProcesses(Messages::WebGeolocationManager::DidFailToDeterminePosition()); in providerDidFailToDeterminePosition()
DWebIconDatabase.cpp159 …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()
DWebContext.h79 template<typename U> bool sendToAllProcesses(const U& message);
274 template<typename U> inline bool WebContext::sendToAllProcesses(const U& message) in sendToAllProcesses() function
DWebCookieManagerProxy.cpp121 m_webContext->sendToAllProcesses(Messages::WebCookieManager::StopObservingCookieChanges()); in stopObservingCookieChanges()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebContextWin.cpp51sendToAllProcesses(Messages::WebProcess::SetShouldPaintNativeControls(m_shouldPaintNativeControls)… in setShouldPaintNativeControls()
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DDownloadProxy.cpp69 m_webContext->sendToAllProcesses(Messages::WebProcess::CancelDownload(m_downloadID)); in cancel()
/external/webkit/Source/WebKit2/
DChangeLog4038 Migrate calls to WebContext::process() over to sendToAllProcesses and
4125 … Add WebContext::sendToAllProcesses and WebContext::sendToAllProcessesRelaunchingThemIfNecessary
4142 Use sendToAllProcesses.
4145 …Use sendToAllProcesses. This is a slight policy change where we now create a sandbox extension even
4151 (WebKit::WebContext::sendToAllProcesses):
4163 Use sendToAllProcesses and sendToAllProcessesRelaunchingThemIfNecessary.