OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothOptionsHandler
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/chromeos/
bluetooth_pairing_ui.h
15
class
BluetoothOptionsHandler
;
30
options::
BluetoothOptionsHandler
* bluetooth_handler_;
bluetooth_pairing_ui.cc
24
bluetooth_handler_(new options::
BluetoothOptionsHandler
()) {
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc
58
BluetoothOptionsHandler
::
BluetoothOptionsHandler
() :
65
BluetoothOptionsHandler
::~
BluetoothOptionsHandler
() {
76
void
BluetoothOptionsHandler
::GetLocalizedValues(
153
void
BluetoothOptionsHandler
::AdapterPresentChanged(
170
void
BluetoothOptionsHandler
::AdapterPoweredChanged(
179
void
BluetoothOptionsHandler
::RegisterMessages() {
181
base::Bind(&
BluetoothOptionsHandler
::EnableChangeCallback,
184
base::Bind(&
BluetoothOptionsHandler
::FindDevicesCallback
[
all
...]
bluetooth_options_handler.h
26
class
BluetoothOptionsHandler
31
BluetoothOptionsHandler
();
32
virtual ~
BluetoothOptionsHandler
();
229
base::WeakPtrFactory<
BluetoothOptionsHandler
> weak_ptr_factory_;
231
DISALLOW_COPY_AND_ASSIGN(
BluetoothOptionsHandler
);
/external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc
297
new chromeos::options::
BluetoothOptionsHandler
());
Completed in 213 milliseconds