OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothRemoveProfileFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h
80
class
BluetoothRemoveProfileFunction
: public SyncExtensionFunction {
86
virtual ~
BluetoothRemoveProfileFunction
() {}
bluetooth_apitest.cc
183
scoped_refptr<api::
BluetoothRemoveProfileFunction
> remove_profile_function;
184
remove_profile_function = new api::
BluetoothRemoveProfileFunction
();
191
remove_profile_function = new api::
BluetoothRemoveProfileFunction
();
199
remove_profile_function = new api::
BluetoothRemoveProfileFunction
();
bluetooth_api.cc
202
bool
BluetoothRemoveProfileFunction
::RunImpl() {
Completed in 70 milliseconds