OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothPairingDialog
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/bluetooth/
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
...]
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
);
/external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.cc
686
BluetoothPairingDialog
* dialog =
687
new
BluetoothPairingDialog
(GetNativeWindow(), device);
[
all
...]
Completed in 955 milliseconds