OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:networkstatechanged
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/ash/system/chromeos/network/
tray_network_state_observer.cc
37
delegate_->
NetworkStateChanged
(true);
42
delegate_->
NetworkStateChanged
(false);
47
delegate_->
NetworkStateChanged
(true);
54
delegate_->
NetworkStateChanged
(true);
tray_network.h
54
virtual void
NetworkStateChanged
(bool list_changed) OVERRIDE;
tray_network_state_observer.h
22
virtual void
NetworkStateChanged
(bool list_changed) = 0;
tray_vpn.h
41
virtual void
NetworkStateChanged
(bool list_changed) OVERRIDE;
tray_vpn.cc
163
void TrayVPN::
NetworkStateChanged
(bool list_changed) {
tray_network.cc
348
void TrayNetwork::
NetworkStateChanged
(bool list_changed) {
/external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifier.cpp
55
Page::
networkStateChanged
(onLine);
Page.h
230
static void
networkStateChanged
(bool online);
Page.cpp
71
void Page::
networkStateChanged
(bool online)
83
InspectorInstrumentation::
networkStateChanged
(*it, online);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ApplicationCacheModel.js
53
NetworkStateChanged
: "
NetworkStateChanged
"
224
this.dispatchEventToListeners(WebInspector.ApplicationCacheModel.EventTypes.
NetworkStateChanged
, isNowOnline);
ResourcesPanel.js
658
this._applicationCacheModel.addEventListener(WebInspector.ApplicationCacheModel.EventTypes.
NetworkStateChanged
, this._applicationCacheNetworkStateChanged, this);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorApplicationCacheAgent.h
59
void
networkStateChanged
(bool online);
InspectorApplicationCacheAgent.cpp
76
networkStateChanged
(networkStateNotifier().onLine());
93
void InspectorApplicationCacheAgent::
networkStateChanged
(bool online)
InspectorInstrumentation.idl
433
void
networkStateChanged
(Page*, bool online);
/external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayerClient.h
57
virtual void
networkStateChanged
() = 0;
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.h
47
// Sets the network state. If the network state changes
NetworkStateChanged
is
/external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.h
71
virtual void
networkStateChanged
();
WebMediaPlayerClientImpl.cpp
78
void WebMediaPlayerClientImpl::
networkStateChanged
()
/external/chromium_org/content/renderer/media/
webmediaplayer_ms.cc
416
GetClient()->
networkStateChanged
();
webmediaplayer_impl.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.h
81
// Sets the network state. If the network state changes
NetworkStateChanged
is
/external/chromium/webkit/glue/
webmediaplayer_impl.cc
887
GetClient()->
networkStateChanged
();
/external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_unittest.cc
400
TEST_F(NetworkPortalDetectorImplTest,
NetworkStateChanged
) {
/external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc
866
client_->
networkStateChanged
();
[
all
...]
Completed in 753 milliseconds