Searched refs:DeviceCountChanged (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_browsertest.cc447 // AndroidUsbBrowserTest::DeviceCountChanged.
480 virtual void DeviceCountChanged(int count) OVERRIDE {
597 virtual void DeviceCountChanged(int count) OVERRIDE {
641 virtual void DeviceCountChanged(int count) OVERRIDE {
665 virtual void DeviceCountChanged(int count) OVERRIDE {
694 virtual void DeviceCountChanged(int count) OVERRIDE {
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_ui_bindings.h139 virtual void DeviceCountChanged(int count) OVERRIDE;
H A Ddevtools_ui_bindings.cc645 void DevToolsUIBindings::DeviceCountChanged(int count) { function in class:DevToolsUIBindings
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.h204 virtual void DeviceCountChanged(int count) = 0;
H A Ddevtools_android_bridge.cc892 (*it)->DeviceCountChanged(count);

Completed in 369 milliseconds