OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsBluetoothSupported
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_extension_function.cc
23
bool
IsBluetoothSupported
(Profile* profile) {
24
return GetEventRouter(profile)->
IsBluetoothSupported
();
46
if (!
IsBluetoothSupported
(GetProfile())) {
bluetooth_event_router.cc
58
bool ExtensionBluetoothEventRouter::
IsBluetoothSupported
() const {
Completed in 588 milliseconds