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

  /external/chromium_org/third_party/WebKit/public/web/
WebSettings.h 90 virtual void setAllowConnectingInsecureWebSocket(bool) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.cpp 554 void WebSettingsImpl::setAllowConnectingInsecureWebSocket(bool enabled)
556 m_settings->setAllowConnectingInsecureWebSocket(enabled);
WebSettingsImpl.h 68 virtual void setAllowConnectingInsecureWebSocket(bool) OVERRIDE;
  /external/chromium_org/content/renderer/
render_view_impl.cc 744 webview()->settings()->setAllowConnectingInsecureWebSocket(
    [all...]

Completed in 72 milliseconds