OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothManifestHandler
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/extensions/common/api/bluetooth/
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 {
bluetooth_manifest_handler.h
21
class
BluetoothManifestHandler
: public ManifestHandler {
23
BluetoothManifestHandler
();
24
virtual ~
BluetoothManifestHandler
();
36
DISALLOW_COPY_AND_ASSIGN(
BluetoothManifestHandler
);
/external/chromium_org/chrome/common/extensions/
chrome_manifest_handlers.cc
48
(new
BluetoothManifestHandler
)->Register();
Completed in 224 milliseconds