/external/webkit/Source/WebCore/page/ |
H A D | WindowFeatures.cpp | 46 , dialog(false) 171 , dialog(true) 182 // - dialogHide: trusted && boolFeature(features, "dialoghide"), makes dialog hide when you print 183 // - help: boolFeature(features, "help", true), makes help icon appear in dialog (what does it do on Windows?) 186 width = floatFeature(features, "dialogwidth", 100, screenAvailableRect.width(), 620); // default here came from frame size of dialog in MacIE 187 height = floatFeature(features, "dialogheight", 100, screenAvailableRect.height(), 450); // default here came from frame size of dialog in MacIE
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
H A D | PerformancesView.java | 245 DirectoryDialog dialog = new DirectoryDialog(getSite().getShell(), SWT.OPEN); 246 dialog.setText(getTitleToolTip()); 247 dialog.setMessage(msg); 249 dialog.setFilterPath(filter); 251 String path = dialog.open();
|
H A D | PerformanceResultsPreferencePage.java | 436 * @return The dialog title 457 DirectoryDialog dialog = new DirectoryDialog(getShell(), SWT.OPEN); 458 dialog.setText(getDialogTitle()); 459 dialog.setMessage("Select local database directory:"); 460 dialog.setFilterPath(location); 461 String path = dialog.open();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | ... eclipse/jface/ org/eclipse/jface/databinding/ org/eclipse/jface/databinding/dialog/ org/eclipse/jface/databinding/dialog/DialogPageSupport$1.class |
H A D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/chromium/chrome/browser/ui/gtk/ |
H A D | html_dialog_gtk.cc | 108 // if it's a dialog we know about, we trust it not to be mean to the user. 120 // close the dialog. 169 void HtmlDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { argument
|
H A D | crypto_module_password_dialog.cc | 80 // TODO(mattm): change into a constrained dialog. 189 void CryptoModulePasswordDialog::OnResponse(GtkWidget* dialog, argument
|
H A D | edit_search_engine_dialog.cc | 102 // The dialog layout hierarchy looks like this: 264 void EditSearchEngineDialog::OnResponse(GtkWidget* dialog, int response_id) { argument
|
H A D | hung_renderer_dialog_gtk.cc | 29 // A wrapper class that represents the Gtk dialog. 44 // Create the gtk dialog and add the widgets. 183 // When the user clicks a button on the dialog or closes the dialog, this 185 void HungRendererDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { argument
|
/external/chromium/chrome/browser/ui/ |
H A D | input_window_dialog_gtk.cc | 18 // Creates a dialog. Takes ownership of |delegate|. 36 // The underlying gtk dialog window. 113 void InputWindowDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { argument 127 // Return true to prevent the gtk dialog from being destroyed. Close will
|
/external/sonivox/jet_tools/JetCreator/ |
H A D | JetCreator.py | 409 """ Calls the dialog box for adding a segment """
456 """ Calls the dialog box for updating a segment """
631 """ Calls a dialog box to add an event to the current segment """
686 """ Calls the dialog box to update the current event """
843 """ Calls a dialog box to get a jet config file to open """
863 """ Calls a dialog box to allow saving the current jet file as another name """
865 dialog = wx.FileDialog(None, JetDefs.SAVE_PROMPT, defDir, "", JetDefs.JTC_FILE_SPEC, wx.SAVE | wx.OVERWRITE_PROMPT )
866 if dialog.ShowModal() == wx.ID_OK:
867 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
H A D | ChromeClientAndroid.cpp | 192 bool dialog = features.dialog || !features.resizable local 198 // fullscreen definitely means no dialog 200 dialog = false; 201 WebCore::Frame* newFrame = m_webFrame->createWindow(dialog, 280 /* This function is called for the javascript method Window.prompt(). A dialog should be shown on 293 // time. A dialog should be shown to the user asking them if they would like to cancel the
|
/external/webkit/Source/WebKit/android/jni/ |
H A D | WebCoreFrameBridge.h | 102 WebCore::Frame* createWindow(bool dialog, bool userGesture);
|
/external/chromium/chrome/browser/first_run/ |
H A D | try_chrome_dialog_view.cc | 43 TryChromeDialogView dialog(version); 44 return dialog.ShowModal(process_singleton);
|
/external/chromium/chrome/browser/ui/views/extensions/ |
H A D | extension_install_dialog_view.cc | 26 // Size of extension icon in top left of dialog. 30 // elements in the right column of the dialog in the case where the extension 34 // Width of the right column of the dialog when the extension requests no 63 // Implements the extension installation dialog for TOOLKIT_VIEWS. 111 // The width of the right column of the dialog. Will be either 116 // The type of install dialog, which must be INSTALL_PROMPT or 340 ExtensionInstallDialogView* dialog = new ExtensionInstallDialogView( local 344 browser_window->GetNativeHandle(), gfx::Rect(), dialog);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
H A D | webkitwebframe.cpp | 829 * Prints the given #WebKitWebFrame, by presenting a print dialog to the 848 GtkWidget* dialog = gtk_message_dialog_new(gtk_widget_is_toplevel(window) ? GTK_WINDOW(window) : 0, local 856 g_signal_connect(dialog, "response", G_CALLBACK(gtk_widget_destroy), NULL); 857 gtk_widget_show(dialog);
|
/external/chromium/chrome/browser/ui/login/ |
H A D | login_prompt.cc | 255 void LoginHandler::SetDialog(ConstrainedWindow* dialog) { argument 256 dialog_ = dialog;
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
H A D | OGLESContext.java | 510 public void onClick(DialogInterface dialog, int whichButton) { 518 public void onClick(DialogInterface dialog, int whichButton) {
|
/external/openssh/contrib/suse/ |
H A D | openssh.spec | 42 Summary: A passphrase dialog for OpenSSH and the X window System. 77 This package contains an X Window System passphrase dialog for OpenSSH.
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | AndouKun.java | 742 Dialog dialog = null; 745 dialog = new AlertDialog.Builder(this) 748 public void onClick(DialogInterface dialog, int whichButton) { 765 return dialog;
|
H A D | KeyboardConfigDialogPreference.java | 211 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) { argument
|
/external/webkit/Source/WebCore/bindings/js/ |
H A D | JSDOMWindowCustom.cpp | 674 inline void DialogHandler::dialogCreated(DOMWindow* dialog) argument 678 m_globalObject = toJSDOMWindow(dialog->frame(), normalWorld(m_exec->globalData())); 694 static void setUpDialog(DOMWindow* dialog, void* handler) argument 696 static_cast<DialogHandler*>(handler)->dialogCreated(dialog);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
H A D | WebChromeClient.mm | 254 NSNumber *dialog = [[NSNumber alloc] initWithBool:features.dialog]; 263 dialog, @"dialog", 288 [dialog release]; 289 } else if (features.dialog && [delegate respondsToSelector:@selector(webView:createWebViewModalDialogWithRequest:)]) {
|
/external/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 302 // Environment variable to disable any kind of crash dialog.
|
/external/openssh/contrib/redhat/ |
H A D | openssh.spec | 123 Summary: A passphrase dialog for OpenSSH and X. 129 Summary: A passphrase dialog for OpenSSH, X, and GNOME. 165 an X11 passphrase dialog for OpenSSH. 170 an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop
|