OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothPairingDialog
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/bluetooth/
bluetooth_pairing_dialog.h
22
class
BluetoothPairingDialog
: public ui::WebDialogDelegate {
24
BluetoothPairingDialog
(gfx::NativeWindow parent_window,
26
virtual ~
BluetoothPairingDialog
();
51
DISALLOW_COPY_AND_ASSIGN(
BluetoothPairingDialog
);
bluetooth_pairing_dialog.cc
30
//
BluetoothPairingDialog
, public:
32
BluetoothPairingDialog
::
BluetoothPairingDialog
(
42
BluetoothPairingDialog
::~
BluetoothPairingDialog
() {
45
void
BluetoothPairingDialog
::Show() {
56
ui::ModalType
BluetoothPairingDialog
::GetDialogModalType() const {
60
base::string16
BluetoothPairingDialog
::GetDialogTitle() const {
65
GURL
BluetoothPairingDialog
::GetDialogContentURL() const {
69
void
BluetoothPairingDialog
::GetWebUIMessageHandlers
[
all
...]
Completed in 37 milliseconds