OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothManifestData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/api/bluetooth/
bluetooth_manifest_data.h
22
class
BluetoothManifestData
: public Extension::ManifestData {
24
explicit
BluetoothManifestData
(
26
virtual ~
BluetoothManifestData
();
28
// Gets the
BluetoothManifestData
for |extension|, or NULL if none was
30
static
BluetoothManifestData
* Get(const Extension* extension);
40
static scoped_ptr<
BluetoothManifestData
> FromValue(const base::Value& value,
bluetooth_manifest_data.cc
12
BluetoothManifestData
::
BluetoothManifestData
(
18
BluetoothManifestData
::~
BluetoothManifestData
() {}
21
BluetoothManifestData
*
BluetoothManifestData
::Get(const Extension* extension) {
22
return static_cast<
BluetoothManifestData
*>(
27
bool
BluetoothManifestData
::CheckRequest(
30
const
BluetoothManifestData
* data =
BluetoothManifestData
::Get(extension)
[
all
...]
Completed in 933 milliseconds