OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBluetooth
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/common/extensions/api/bluetooth/
bluetooth_manifest_handler.cc
21
CHECK(extension->manifest()->Get(manifest_keys::
kBluetooth
, &bluetooth));
27
extension->SetManifestData(manifest_keys::
kBluetooth
, data.release());
44
return SingleKey(manifest_keys::
kBluetooth
);
bluetooth_manifest_data.cc
23
extension->GetManifestData(manifest_keys::
kBluetooth
));
bluetooth_manifest_permission.cc
116
return manifest_keys::
kBluetooth
;
128
PermissionMessage::
kBluetooth
,
/external/chromium_org/extensions/common/permissions/
permission_message.h
56
kBluetooth
,
/external/chromium_org/extensions/common/
manifest_constants.cc
21
const char
kBluetooth
[] = "bluetooth";
[
all
...]
manifest_constants.h
23
extern const char
kBluetooth
[];
Completed in 36 milliseconds