OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extension_device
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc
129
bluetooth::Device
extension_device
;
local
130
bluetooth::BluetoothDeviceToApiDevice(*device, &
extension_device
);
132
device_list->Append(
extension_device
.ToValue().release());
151
bluetooth::Device
extension_device
;
local
152
bluetooth::BluetoothDeviceToApiDevice(*device, &
extension_device
);
153
SetResult(
extension_device
.ToValue().release());
bluetooth_event_router.cc
301
bluetooth::Device
extension_device
;
local
302
bluetooth::BluetoothDeviceToApiDevice(*device, &
extension_device
);
305
bluetooth::OnDeviceAdded::Create(
extension_device
);
Completed in 81 milliseconds