Home
last modified time | relevance | path

Searched refs:NeedsDeviceListPolling (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/devtools/device/
Ddevtools_android_bridge.cc747 bool polling_was_off = !NeedsDeviceListPolling(); in AddDeviceListListener()
760 if (!NeedsDeviceListPolling()) in RemoveDeviceListListener()
784 bool polling_was_off = !NeedsDeviceListPolling(); in AddPortForwardingListener()
798 if (!NeedsDeviceListPolling()) in RemovePortForwardingListener()
826 bool DevToolsAndroidBridge::NeedsDeviceListPolling() { in NeedsDeviceListPolling() function in DevToolsAndroidBridge
834 if (!NeedsDeviceListPolling() || in RequestDeviceList()
856 if (!NeedsDeviceListPolling()) in ReceivedDeviceList()
932 if (NeedsDeviceListPolling()) { in CreateDeviceProviders()
Ddevtools_android_bridge.h250 bool NeedsDeviceListPolling();