HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothPermission (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/permissions/
bluetooth_permission.cc 20 BluetoothPermission::BluetoothPermission(const APIPermissionInfo* info)
22 BluetoothPermission>(info) {
25 BluetoothPermission::~BluetoothPermission() {
28 bool BluetoothPermission::FromValue(const base::Value* value) {
39 BluetoothPermission>::FromValue(value)) {
46 PermissionMessages BluetoothPermission::GetMessages() const {
bluetooth_permission.h 16 // BluetoothPermission represents the permission to implement a specific
18 class BluetoothPermission
20 BluetoothPermission> {
29 explicit BluetoothPermission(const APIPermissionInfo* info);
30 virtual ~BluetoothPermission();
33 // BluetoothPermission permits an empty list for gaining permission to the

Completed in 27 milliseconds