Searched refs:dialog (Results 101 - 124 of 124) sorted by relevance

12345

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DOMWindowCustom.cpp414 static void setUpDialog(DOMWindow* dialog, void* handler) argument
416 static_cast<DialogHandler*>(handler)->dialogCreated(dialog);
/external/webkit/Source/WebKit/wx/
H A DWebView.h341 , dialog(false)
351 bool dialog; member in class:wxWebKitWindowFeatures
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h314 encoder->encode(windowFeatures.dialog);
349 if (!decoder->decode(windowFeatures.dialog))
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_gtk.cc53 // - Printer list out of sync with printer dialog UI.
226 // this dialog.
249 void PrintDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { argument
/external/openssh/contrib/caldera/
H A Dopenssh.spec85 Summary : OpenSSH X11 pass-phrase dialog.
165 This package contains an X11-based pass-phrase dialog used per
/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_viewer.cc125 void OnResponse(GtkWidget* dialog, int response_id) { argument
127 gtk_widget_destroy(dialog);
130 void OnDestroy(GtkDialog* dialog, CertificateViewer* cert_viewer) { argument
H A Dtask_manager_gtk.cc414 // Blow away our dialog - this will cause TaskManagerGtk to free itself.
448 // Allow browser windows to go in front of the task manager dialog in
469 // The response button should not be sensitive when the dialog is first opened
547 // If we previously saved the dialog's bounds, use them.
856 void TaskManagerGtk::OnDestroy(GtkWidget* dialog) { argument
861 void TaskManagerGtk::OnResponse(GtkWidget* dialog, int response_id) { argument
863 // Store the dialog's size so we can restore it the next time it's opened.
865 gfx::Rect dialog_bounds = gtk_util::GetDialogBounds(GTK_WIDGET(dialog));
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win.cc28 // This function takes the output of a SaveAs dialog: a filename, a filter and
29 // the extension originally suggested to the user (shown in the dialog box) and
34 // SaveAs dialog box and may include the path, |filter_selected| should be
86 // Set up a filter for a Save/Open dialog, which will consist of |file_ext| file
90 // particular type in a Windows Save/Open dialog box. The resulting filter is
121 // Force something reasonable to appear in the dialog box if there is no
166 // Enforce visible dialog box.
167 UINT_PTR CALLBACK SaveAsDialogHook(HWND dialog, UINT message, argument
173 PostMessage(dialog, kPrivateMessage, 0, 0);
177 // The dialog bo
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc248 // The GTK dialog content area layout (overview)
407 // The node, or its parent was removed. Close the dialog.
500 void BookmarkEditorGtk::OnResponse(GtkWidget* dialog, int response_id) { argument
511 // Return true to prevent the gtk dialog from being destroyed. Close will
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.cpp65 map.set("dialog", WebBoolean::create(windowFeatures.dialog));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java231 public void onClick(DialogInterface dialog, int which) {
238 public void onClick(DialogInterface dialog, int which) {
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp194 map.set(WebWindowFeaturesDialogKey, features.dialog);
224 if (features.dialog) {
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp1160 GtkWidget* dialog; local
1186 dialog = gtk_message_dialog_new(gtk_widget_is_toplevel(window) ? GTK_WINDOW(window) : 0, GTK_DIALOG_DESTROY_WITH_PARENT, messageType, buttons, "%s", message);
1188 gtk_window_set_title(GTK_WINDOW(dialog), title);
1194 gtk_container_add(GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(dialog))), entry);
1199 gtk_dialog_set_default_response(GTK_DIALOG(dialog), defaultResponse);
1200 gint response = gtk_dialog_run(GTK_DIALOG(dialog));
1213 gtk_widget_destroy(GTK_WIDGET(dialog));
2239 * The default handler will present a print dialog and carry a
2318 * A JavaScript alert dialog was created.
2338 * @confirmed: whether the dialog ha
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp195 QWebPage* newPage = m_webPage->createWindow(features.dialog ? QWebPage::WebModalDialog : QWebPage::WebBrowserWindow);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp712 WebFrame::createWindow(bool dialog, bool userGesture) argument
718 jobject obj = env->CallObjectMethod(javaFrame.get(), mJavaFrame->mCreateWindow, dialog, userGesture);
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp3545 ASSERT(!features.dialog || request.frameName().isEmpty());

Completed in 509 milliseconds

12345