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

  /external/chromium_org/chrome/common/extensions/api/bluetooth/
bluetooth_manifest_handler.h 21 class BluetoothManifestHandler : public ManifestHandler {
23 BluetoothManifestHandler();
24 virtual ~BluetoothManifestHandler();
36 DISALLOW_COPY_AND_ASSIGN(BluetoothManifestHandler);
bluetooth_manifest_handler.cc 14 BluetoothManifestHandler::BluetoothManifestHandler() {}
16 BluetoothManifestHandler::~BluetoothManifestHandler() {}
18 bool BluetoothManifestHandler::Parse(Extension* extension,
31 ManifestPermission* BluetoothManifestHandler::CreatePermission() {
35 ManifestPermission* BluetoothManifestHandler::CreateInitialRequiredPermission(
43 const std::vector<std::string> BluetoothManifestHandler::Keys() const {

Completed in 688 milliseconds