Lines Matching refs:Messages
159 m_connection->connection()->send(Messages::PluginProxy::Update(dirtyRect), m_pluginInstanceID); in paint()
204 …m_connection->connection()->send(Messages::PluginProxy::LoadURL(requestID, method, urlString, targ… in loadURL()
209 …m_connection->connection()->send(Messages::PluginProxy::CancelStreamLoad(streamID), m_pluginInstan… in cancelStreamLoad()
216 …m_connection->connection()->send(Messages::PluginProxy::CancelManualStreamLoad(), m_pluginInstance… in cancelManualStreamLoad()
224 …if (!m_connection->connection()->sendSync(Messages::PluginProxy::GetWindowScriptNPObject(), Messag… in windowScriptNPObject()
243 …if (!m_connection->connection()->sendSync(Messages::PluginProxy::GetPluginElementNPObject(), Messa… in pluginElementNPObject()
270 …ction->connection()->sendSync(Messages::PluginProxy::Evaluate(npObjectAsNPVariantData, scriptStrin… in evaluate()
282 …m_connection->connection()->send(Messages::PluginProxy::SetStatusbarText(statusbarText), m_pluginI… in setStatusbarText()
304 …m_connection->connection()->send(Messages::PluginProxy::SetComplexTextInputEnabled(complexTextInpu… in setComplexTextInputEnabled()
317 …if (!m_connection->connection()->sendSync(Messages::PluginProxy::CookiesForURL(urlString), Message… in proxiesForURL()
327 …if (!m_connection->connection()->sendSync(Messages::PluginProxy::CookiesForURL(urlString), Message… in cookiesForURL()
335 …m_connection->connection()->send(Messages::PluginProxy::SetCookiesForURL(urlString, cookieString),… in setCookiesForURL()
439 void PluginControllerProxy::handleMouseEvent(const WebMouseEvent& mouseEvent, PassRefPtr<Messages::… in handleMouseEvent()