HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothOptionsHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
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);
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...]

Completed in 131 milliseconds