OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModalType
(Results
1 - 25
of
116
) sorted by null
1
2
3
4
5
/external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.h
23
virtual ui::
ModalType
GetModalType() const OVERRIDE;
/external/chromium_org/ui/aura/client/
aura_constants.cc
11
DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, ui::
ModalType
)
27
DEFINE_WINDOW_PROPERTY_KEY(ui::
ModalType
, kModalKey, ui::MODAL_TYPE_NONE);
aura_constants.h
42
AURA_EXPORT extern const WindowProperty<ui::
ModalType
>* const kModalKey;
/external/chromium_org/ui/base/
ui_base_types.h
37
enum
ModalType
{
/external/chromium_org/chrome/browser/chromeos/login/
captive_portal_view.h
25
virtual ui::
ModalType
GetModalType() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.h
41
virtual ui::
ModalType
GetModalType() const OVERRIDE;
update_recommended_message_box.h
35
virtual ui::
ModalType
GetModalType() const OVERRIDE;
javascript_app_modal_dialog_views.h
44
virtual ui::
ModalType
GetModalType() const OVERRIDE;
/external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate.h
39
virtual ui::
ModalType
GetDialogModalType() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.h
49
virtual ui::
ModalType
GetModalType() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/bluetooth/
bluetooth_pairing_dialog.h
32
virtual ui::
ModalType
GetDialogModalType() const OVERRIDE;
bluetooth_pairing_dialog.cc
54
ui::
ModalType
BluetoothPairingDialog::GetDialogModalType() const {
/external/chromium_org/chrome/browser/chromeos/charger_replace/
charger_link_dialog.h
24
virtual ui::
ModalType
GetDialogModalType() const OVERRIDE;
charger_link_dialog.cc
46
ui::
ModalType
ChargerLinkDialog::GetDialogModalType() const {
charger_replacement_dialog.h
31
virtual ui::
ModalType
GetDialogModalType() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/
choose_mobile_network_dialog.cc
36
ui::
ModalType
ChooseMobileNetworkDialog::GetDialogModalType() const {
choose_mobile_network_dialog.h
25
virtual ui::
ModalType
GetDialogModalType() const OVERRIDE;
sim_dialog_delegate.h
35
virtual ui::
ModalType
GetDialogModalType() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.h
60
virtual ui::
ModalType
GetModalType() const OVERRIDE;
idle_logout_dialog_view.h
48
virtual ui::
ModalType
GetModalType() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/sync/
inline_login_dialog.cc
22
ui::
ModalType
InlineLoginDialog::GetDialogModalType() const {
inline_login_dialog.h
28
virtual ui::
ModalType
GetDialogModalType() const OVERRIDE;
/external/chromium_org/ui/views/color_chooser/
color_chooser_view.h
52
virtual ui::
ModalType
GetModalType() const OVERRIDE;
/external/chromium_org/ui/web_dialogs/test/
test_web_dialog_delegate.cc
23
ModalType
TestWebDialogDelegate::GetDialogModalType() const {
test_web_dialog_delegate.h
28
virtual
ModalType
GetDialogModalType() const OVERRIDE;
Completed in 1504 milliseconds
1
2
3
4
5