HomeSort by relevance Sort by last modified time
    Searched defs:cancelManualStreamLoad (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 212 void PluginControllerProxy::cancelManualStreamLoad()
216 m_connection->connection()->send(Messages::PluginProxy::CancelManualStreamLoad(), m_pluginInstanceID);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 443 void PluginProxy::cancelManualStreamLoad()
445 m_pluginController->cancelManualStreamLoad();
PluginView.cpp 897 void PluginView::cancelManualStreamLoad()
    [all...]

Completed in 35 milliseconds