Searched refs:dialog (Results 26 - 50 of 270) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views_unittest.cc31 // A views implementation of the Autofill dialog with slightly more testability.
90 TestAutofillDialogViews* dialog() { return dialog_.get(); } function in class:autofill::AutofillDialogViewsTest
94 dialog()->GetLoadingShieldForTesting()->SetFocusable(true);
97 dialog()->GetNotificationAreaForTesting()->SetFocusable(true);
98 dialog()->GetScrollableAreaForTesting()->SetFocusable(true);
102 // Fake dialog delegate and host to isolate test behavior.
113 views::FocusManager* focus_manager = dialog()->GetWidget()->GetFocusManager();
122 views::View* loading_shield = dialog()->GetLoadingShieldForTesting();
123 views::View* sign_in_web_view = dialog()->GetSignInWebViewForTesting();
124 views::View* notification_area = dialog()
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views_unittest.cc58 // Make sure the dialog size is dominated by the preferred size of the
60 gfx::Size preferred_size = dialog()->GetRootView()->GetPreferredSize();
73 return dialog()->GetRootView()->GetBoundsInScreen().size();
80 Widget* dialog() { return dialog_.get(); } function in class:views::ConstrainedWindowViewsTest
90 // Make sure a dialog that increases its preferred size grows on the next
93 UpdateBrowserModalDialogPosition(dialog(), dialog_host());
99 UpdateBrowserModalDialogPosition(dialog(), dialog_host());
103 // Make sure a dialog that reduces its preferred size shrinks on the next
106 UpdateBrowserModalDialogPosition(dialog(), dialog_host());
112 UpdateBrowserModalDialogPosition(dialog(), dialog_hos
[all...]
H A Dselect_file_dialog_extension.cc61 scoped_refptr<SelectFileDialogExtension> dialog);
79 scoped_refptr<SelectFileDialogExtension> dialog) {
80 DCHECK(dialog.get());
82 map_.insert(std::make_pair(id, dialog));
84 DLOG(WARNING) << "Duplicate pending dialog " << id;
149 // certificate manager dialog. There are no browser or webapp window
210 ExtensionDialog* /*dialog*/) {
213 // Release our reference to the underlying dialog to allow it to close.
221 ExtensionDialog* dialog) {
224 std::string extension_id = dialog
78 Add(SelectFileDialogExtension::RoutingID id, scoped_refptr<SelectFileDialogExtension> dialog) argument
220 ExtensionTerminated( ExtensionDialog* dialog) argument
252 scoped_refptr<SelectFileDialogExtension> dialog = local
266 scoped_refptr<SelectFileDialogExtension> dialog = local
277 scoped_refptr<SelectFileDialogExtension> dialog = local
420 ExtensionDialog* dialog = ExtensionDialog::Show( local
[all...]
H A Dconstrained_window_views.h25 // Update the position of dialog |widget| against |dialog_host|. This is used to
35 // Calls CreateWebModalDialogViews, shows the dialog, and returns its widget.
37 views::WidgetDelegate* dialog,
40 // Create a widget for |dialog| that is modal to |web_contents|.
41 views::Widget* CreateWebModalDialogViews(views::WidgetDelegate* dialog,
44 // Create a widget for |dialog| that is modal to the browser window |parent|.
45 // This places the dialog appropriately if |parent| is a valid browser window.
46 views::Widget* CreateBrowserModalDialogViews(views::DialogDelegate* dialog,
/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_manager.cc36 NativeWebContentsModalDialog dialog) {
38 CreateNativeWebModalManager(dialog, this));
39 ShowDialogWithManager(dialog, mgr.Pass());
44 NativeWebContentsModalDialog dialog,
48 child_dialogs_.push_back(new DialogState(dialog, manager.Pass()));
71 NativeWebContentsModalDialog dialog) {
72 WebContentsModalDialogList::iterator dlg = FindDialogState(dialog);
74 // The Views tab contents modal dialog calls WillClose twice. Ignore the
98 NativeWebContentsModalDialog dialog,
100 : dialog(dialo
35 ShowModalDialog( NativeWebContentsModalDialog dialog) argument
43 ShowDialogWithManager( NativeWebContentsModalDialog dialog, scoped_ptr<SingleWebContentsDialogManager> manager) argument
70 WillClose( NativeWebContentsModalDialog dialog) argument
97 DialogState( NativeWebContentsModalDialog dialog, scoped_ptr<SingleWebContentsDialogManager> mgr) argument
107 FindDialogState( NativeWebContentsModalDialog dialog) argument
[all...]
H A Dsingle_web_contents_dialog_manager.h27 // Notify the delegate that the dialog is closing. The native
29 virtual void WillClose(NativeWebContentsModalDialog dialog) = 0;
36 // contents modal dialog. Each object will manage a single
40 // construction time and register to be notified when the dialog is closing,
46 // Makes the web contents modal dialog visible. Only one web contents modal
47 // dialog is shown at a time per tab.
50 // Hides the web contents modal dialog without closing it.
53 // Closes the web contents modal dialog.
58 // Sets focus on the web contents modal dialog.
61 // Runs a pulse animation for the web contents modal dialog
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DKeyStoreSelectionDialog.java16 * Client certificate KeyStore selection dialog. When smart card (CAC) support is enabled, this
17 * dialog allows choosing between (the default) system certificate store and the smart card for
30 * Constructor for KeyStore selection dialog.
36 * @param cancelCallback Runnable that's invoked when the user cancels or closes the dialog.
58 public void onClick(DialogInterface dialog, int id) {
68 public void onClick(DialogInterface dialog, int id) {
74 public void onClick(DialogInterface dialog, int id) {
83 public void onDismiss(DialogInterface dialog) { argument
84 super.onDismiss(dialog);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDialogFragmentTest.java81 Dialog dialog = ShadowDialog.getLatestDialog();
82 assertSame(dialogFromOnCreateDialog, dialog);
91 Dialog dialog = ShadowDialog.getLatestDialog();
92 assertNotNull(dialog);
93 assertSame(dialog, dialogFragment.getDialog());
94 assertNotNull(dialog.findViewById(R.id.title));
104 Dialog dialog = ShadowDialog.getLatestDialog();
105 assertFalse(dialog.isShowing());
106 assertTrue(shadowOf(dialog).hasBeenDismissed());
117 Dialog dialog
223 returnThisDialogFromOnCreateDialog(Dialog dialog) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog_browsertest.cc57 SimpleWebViewDialog* dialog = proxy->captive_portal_view_for_testing(); local
58 CHECK(dialog) << "CaptivePortalView is not initialized";
59 return new InterstitialPageDelegate(dialog->web_view_->web_contents());
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_util.h48 // Sets |dialog| as transient for |parent|, which will keep it on top and center
50 void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent);
52 // Gets the transient parent aura window for |dialog|.
53 aura::Window* GetAuraTransientParent(GtkWidget* dialog);
55 // Clears the transient parent for |dialog|.
56 void ClearAuraTransientParent(GtkWidget* dialog);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWindowFeatures.h62 bool dialog; member in struct:blink::WebWindowFeatures
81 , dialog(false)
103 , dialog(f.dialog)
126 result.dialog = dialog;
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DRepostFormWarningTest.java64 AlertDialog dialog = (AlertDialog) RepostFormWarningDialog.getCurrentDialog();
65 assertNotNull("Form resubmission warning not shown upon reload.", dialog);
68 clickButton(dialog, AlertDialog.BUTTON_POSITIVE);
71 // Verify that the reference to the dialog in RepostFormWarningDialog was cleared.
72 assertNull("Form resubmission warning dialog was not dismissed correctly.",
91 AlertDialog dialog = (AlertDialog) RepostFormWarningDialog.getCurrentDialog();
92 assertNotNull("Form resubmission warning not shown upon reload.", dialog);
95 clickButton(dialog, AlertDialog.BUTTON_NEGATIVE);
104 // Verify that the reference to the dialog in RepostFormWarningDialog was cleared.
105 assertNull("Form resubmission warning dialog wa
133 clickButton(final AlertDialog dialog, final int buttonId) argument
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dprofile_signin_confirmation.css19 #dialog-title {
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog_queue.h17 // dialog is shown at a time.
26 // Adds a modal dialog to the queue. If there are no other dialogs in the
27 // queue, the dialog will be shown immediately. Once it is shown, the
31 // Note: The AppModalDialog |dialog| must be window modal before it
33 void AddDialog(AppModalDialog* dialog);
35 // Removes the current dialog in the queue (the one that is being shown).
36 // Shows the next dialog in the queue, if any is present. This does not
37 // ensure that the currently showing dialog is closed, it just makes it no
41 // Activates and shows the current dialog, if the user clicks on one of the
42 // windows disabled by the presence of an app modal dialog
[all...]
H A Dnative_app_modal_dialog.h18 // Shows the dialog.
21 // Activates the dialog.
24 // Closes the dialog.
27 // Accepts or cancels the dialog.
31 // Creates an app modal dialog for a JavaScript prompt.
33 JavaScriptAppModalDialog* dialog,
/external/chromium_org/chrome/browser/ui/cocoa/
H A Djavascript_app_modal_dialog_cocoa.h24 explicit JavaScriptAppModalDialogCocoa(JavaScriptAppModalDialog* dialog);
35 JavaScriptAppModalDialog* dialog() const { return dialog_.get(); } function in class:JavaScriptAppModalDialogCocoa
38 // Returns the NSAlert associated with the modal dialog.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DUiUtils.java29 * Opens standard warning dialog.
32 MessageDialog dialog =
40 dialog.open();
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogTimeoutEvent.java25 * dialog does not receive or send an ACK.
36 * Constructs a DialogTerminatedEvent to indicate a dialog
40 * @param dialog - the dialog that timed out.
42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) { argument
44 m_dialog = dialog;
51 * enables application developers to access the dialog associated to this
54 * @return the dialog associated with the response event or null if there is no dialog.
H A DResponseEventExt.java16 Dialog dialog, Response response) {
17 super(source,clientTransaction,dialog,response);
15 ResponseEventExt(Object source, ClientTransactionExt clientTransaction, Dialog dialog, Response response) argument
/external/nist-sip/java/javax/sip/
H A DRequestEvent.java12 Dialog dialog, Request request) {
14 mDialog = dialog;
11 RequestEvent(Object source, ServerTransaction serverTransaction, Dialog dialog, Request request) argument
H A DResponseEvent.java12 Dialog dialog, Response response) {
14 mDialog = dialog;
11 ResponseEvent(Object source, ClientTransaction clientTransaction, Dialog dialog, Response response) argument
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
H A Dprocesses.css14 #ps-tracer-dialog > div {
20 #ps-tracer-dialog > div > :last-child {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.cpp45 static void setFocusForModalDialog(HTMLDialogElement* dialog) argument
49 for (Node* node = dialog->firstChild(); node; node = next) {
51 next = NodeTraversal::nextSkippingChildren(*node, dialog);
53 next = NodeTraversal::next(*node, dialog);
74 if (dialog->isFocusable()) {
75 dialog->focus();
79 dialog->document().setFocusedElement(nullptr);
84 // When a modal dialog opens or closes, nodes all over the accessibility
/external/chromium_org/chrome/browser/chromeos/ui/
H A Didle_logout_dialog_view_browsertest.cc29 virtual void LogoutCurrentUser(IdleLogoutDialogView* dialog) OVERRIDE {
30 dialog->GetWidget()->Close();
53 IdleLogoutDialogView* dialog = IdleLogoutDialogView::current_instance(); local
54 ASSERT_TRUE(dialog != NULL);
55 EXPECT_TRUE(dialog->visible());
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationUtils.java45 ArrayList<Conversation> dialog = null;
53 if (dialog == null) {
54 dialog = new ArrayList<Conversation>();
58 dialog.add(currentConversation);
86 return dialog;

Completed in 5411 milliseconds

1234567891011