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

  /external/chromium_org/third_party/WebKit/Source/web/
WebNetworkStateNotifier.cpp 43 void WebNetworkStateNotifier::setWebConnectionType(WebConnectionType type)
45 networkStateNotifier().setWebConnectionType(type);
  /external/chromium_org/third_party/WebKit/public/web/
WebNetworkStateNotifier.h 42 BLINK_EXPORT static void setWebConnectionType(WebConnectionType);
  /external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifier.h 70 void setWebConnectionType(blink::WebConnectionType);
81 // When true, setWebConnectionType calls are ignored and only setWebConnectionTypeForTest
NetworkStateNotifier.cpp 61 void NetworkStateNotifier::setWebConnectionType(blink::WebConnectionType type)
NetworkStateNotifierTest.cpp 118 m_notifier.setWebConnectionType(type);
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]
render_view_impl.cc     [all...]

Completed in 527 milliseconds