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

  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_registry_unittest.cc 26 MOCK_METHOD1(OnDialDeviceEvent,
143 EXPECT_CALL(mock_observer_, OnDialDeviceEvent(empty_list_))
160 EXPECT_CALL(mock_observer_, OnDialDeviceEvent(empty_list_))
162 EXPECT_CALL(mock_observer_, OnDialDeviceEvent(list_with_first_device_))
164 EXPECT_CALL(mock_observer_, OnDialDeviceEvent(expected_list2))
183 EXPECT_CALL(mock_observer_, OnDialDeviceEvent(empty_list_))
185 EXPECT_CALL(mock_observer_, OnDialDeviceEvent(list_with_first_device_))
218 EXPECT_CALL(mock_observer_, OnDialDeviceEvent(empty_list_));
219 EXPECT_CALL(mock_observer_, OnDialDeviceEvent(list_with_first_device_));
222 EXPECT_CALL(mock_observer_, OnDialDeviceEvent(list_with_first_device_))
    [all...]
dial_api.h 50 virtual void OnDialDeviceEvent(
dial_registry.h 47 virtual void OnDialDeviceEvent(const DeviceList& devices) = 0;
dial_api.cc 84 void DialAPI::OnDialDeviceEvent(const DialRegistry::DeviceList& devices) {
dial_registry.cc 212 dial_api_->OnDialDeviceEvent(device_list);

Completed in 31 milliseconds