OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileCallback
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_profile.h
80
typedef base::Callback<void(BluetoothProfile*)>
ProfileCallback
;
83
const
ProfileCallback
& callback);
bluetooth_profile_chromeos.h
58
const
ProfileCallback
& callback);
74
void OnRegisterProfile(const
ProfileCallback
& callback);
75
void OnRegisterProfileError(const
ProfileCallback
& callback,
bluetooth_profile.cc
47
const
ProfileCallback
& callback) {
bluetooth_profile_chromeos.cc
68
const
ProfileCallback
& callback) {
182
const
ProfileCallback
& callback) {
188
const
ProfileCallback
& callback,
bluetooth_profile_chromeos_unittest.cc
81
void
ProfileCallback
(BluetoothProfile* profile) {
118
base::Bind(&BluetoothProfileChromeOSTest::
ProfileCallback
,
244
base::Bind(&BluetoothProfileChromeOSTest::
ProfileCallback
,
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h
72
const device::BluetoothProfile::
ProfileCallback
& callback);
bluetooth_api.cc
174
const BluetoothProfile::
ProfileCallback
& callback) {
bluetooth_apitest.cc
105
const device::BluetoothProfile::
ProfileCallback
& callback) OVERRIDE {
Completed in 55 milliseconds