HomeSort by relevance Sort by last modified time
    Searched refs:sendToAllProcesses (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebGeolocationManagerProxy.cpp 64 m_context->sendToAllProcesses(Messages::WebGeolocationManager::DidChangePosition(position->data()));
72 m_context->sendToAllProcesses(Messages::WebGeolocationManager::DidFailToDeterminePosition());
VisitedLinkProvider.cpp 168 m_context->sendToAllProcesses(Messages::WebProcess::SetVisitedLinkTable(handle));
173 m_context->sendToAllProcesses(Messages::WebProcess::VisitedLinkStateChanged(addedVisitedLinks));
178 m_context->sendToAllProcesses(Messages::WebProcess::AllVisitedLinkStateChanged());
WebContext.cpp 197 sendToAllProcesses(Messages::WebProcess::SetShouldTrackVisitedLinks(m_historyClient.shouldTrackVisitedLinks()));
212 sendToAllProcesses(Messages::WebProcess::LanguageChanged(defaultLanguage()));
470 sendToAllProcesses(Messages::WebProcess::SetAlwaysUsesComplexTextCodePath(alwaysUseComplexText));
476 sendToAllProcesses(Messages::WebProcess::RegisterURLSchemeAsEmptyDocument(urlScheme));
482 sendToAllProcesses(Messages::WebProcess::RegisterURLSchemeAsSecure(urlScheme));
488 sendToAllProcesses(Messages::WebProcess::SetDomainRelaxationForbiddenForURLScheme(urlScheme));
494 sendToAllProcesses(Messages::WebProcess::SetCacheModel(static_cast<uint32_t>(m_cacheModel)));
499 sendToAllProcesses(Messages::WebProcess::SetDefaultRequestTimeoutInterval(timeoutInterval));
684 sendToAllProcesses(Messages::WebProcess::SetEnhancedAccessibility(flag));
704 sendToAllProcesses(Messages::WebProcess::StartMemorySampler(sampleLogSandboxHandle, sampleLogFilePath, interval))
    [all...]
WebIconDatabase.cpp 159 m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision(static_cast<int>(IconLoadNo), callbackID));
174 m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision((int)decision, callbackID));
254 m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision(static_cast<int>(decision), i->first));
WebCookieManagerProxy.cpp 121 m_webContext->sendToAllProcesses(Messages::WebCookieManager::StopObservingCookieChanges());
WebContext.h 79 template<typename U> bool sendToAllProcesses(const U& message);
274 template<typename U> inline bool WebContext::sendToAllProcesses(const U& message)
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextWin.cpp 51 sendToAllProcesses(Messages::WebProcess::SetShouldPaintNativeControls(m_shouldPaintNativeControls));
  /external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.cpp 69 m_webContext->sendToAllProcesses(Messages::WebProcess::CancelDownload(m_downloadID));

Completed in 82 milliseconds