HomeSort by relevance Sort by last modified time
    Searched full:opendialog (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/tools/stats_viewer/
OpenDialog.cs 15 public partial class OpenDialog : Form
17 public OpenDialog()
OpenDialog.Designer.cs 7 partial class OpenDialog
67 // OpenDialog
75 this.Name = "OpenDialog";
76 this.Text = "OpenDialog";
stats_viewer.cs 343 OpenDialog dialog = new OpenDialog();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDialogPropertyEditor.java 35 openDialog(property);
54 openDialog(property);
63 protected abstract void openDialog(Property property) throws Exception;
LocalePropertyEditor.java 55 protected void openDialog(Property property) throws Exception {
StringArrayPropertyEditor.java 67 protected void openDialog(Property property) throws Exception {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyEditor.java 47 openDialog(propertyTable, property);
94 private void openDialog(PropertyTable propertyTable, Property property) throws Exception {
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_browsertest.cc 135 void OpenDialog(ui::SelectFileDialog::Type dialog_type,
252 ASSERT_NO_FATAL_FAILURE(OpenDialog(ui::SelectFileDialog::SELECT_OPEN_FILE,
283 ASSERT_NO_FATAL_FAILURE(OpenDialog(ui::SelectFileDialog::SELECT_OPEN_FILE,
311 ASSERT_NO_FATAL_FAILURE(OpenDialog(ui::SelectFileDialog::SELECT_SAVEAS_FILE,
331 ASSERT_NO_FATAL_FAILURE(OpenDialog(ui::SelectFileDialog::SELECT_OPEN_FILE,
356 ASSERT_NO_FATAL_FAILURE(OpenDialog(ui::SelectFileDialog::SELECT_OPEN_FILE,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 94 opendialog = tkFileDialog.Open(parent=self, filetypes=filetypes)
95 file = opendialog.show(initialdir=dir, initialfile=base)
IOBinding.py 525 opendialog = None variable in class:IOBinding
536 if not self.opendialog:
537 self.opendialog = tkFileDialog.Open(master=self.text,
539 filename = self.opendialog.show(initialdir=dir, initialfile=base)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 94 opendialog = tkFileDialog.Open(parent=self, filetypes=filetypes)
95 file = opendialog.show(initialdir=dir, initialfile=base)
IOBinding.py 525 opendialog = None variable in class:IOBinding
536 if not self.opendialog:
537 self.opendialog = tkFileDialog.Open(master=self.text,
539 filename = self.opendialog.show(initialdir=dir, initialfile=base)
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftsiface.h 91 HWND WINAPI OpenDialog (HSEARCHER hsrch,HWND hwndParent);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 105 openDialog(propertyTable, property);
385 private void openDialog(PropertyTable propertyTable, Property property) throws Exception {

Completed in 760 milliseconds