Home | History | Annotate | Download | only in WebProcess

Lines Matching full:m_connection

147     ASSERT(!m_connection);
149 m_connection = CoreIPC::Connection::createClientConnection(serverIdentifier, this, runLoop);
150 m_connection->setDidCloseOnConnectionWorkQueueCallback(didCloseOnConnectionWorkQueue);
151 m_connection->setShouldExitOnSyncMessageSendFailure(true);
153 m_connection->open();
311 m_connection->send(Messages::WebContext::AddVisitedLinkHash(linkHash), 0);
534 if (m_connection->sendSync(Messages::WebProcessProxy::ShouldTerminate(), Messages::WebProcessProxy::ShouldTerminate::Reply(shouldTerminate), 0)
549 m_connection->invalidate();
550 m_connection = nullptr;
690 if (!m_connection)
693 m_connection->send(Messages::WebProcessProxy::DidDestroyFrame(frameID), 0);
756 m_connection->send(Messages::WebContext::DidGetSitesWithPluginData(sites, callbackID), 0);
778 m_connection->send(Messages::WebContext::DidClearPluginSiteData(callbackID), 0);