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

  /external/icu4c/samples/layout/
cgnomelayout.c 78 GtkFileSelection *fileselection = GTK_FILE_SELECTION(data); local
79 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app"));
81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
84 gtk_widget_destroy(GTK_WIDGET(fileselection));
112 GtkWidget *fileselection; local
116 fileselection =
119 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app);
122 GTK_FILE_SELECTION(fileselection)->ok_button;
125 GTK_FILE_SELECTION(fileselection)->cancel_button;
127 gtk_signal_connect(GTK_OBJECT(fileselection), "destroy"
131 GTK_SIGNAL_FUNC(openOK), fileselection); local
    [all...]
gnomelayout.cpp 86 GtkFileSelection *fileselection = GTK_FILE_SELECTION(data); local
87 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app"));
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
92 gtk_widget_destroy(GTK_WIDGET(fileselection));
120 GtkWidget *fileselection; local
124 fileselection =
127 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app);
130 GTK_FILE_SELECTION(fileselection)->ok_button;
133 GTK_FILE_SELECTION(fileselection)->cancel_button;
135 gtk_signal_connect(GTK_OBJECT(fileselection), "destroy"
139 GTK_SIGNAL_FUNC(openOK), fileselection); local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_selection.js 14 function FileSelection(fileManager, indexes) {
63 FileSelection.prototype.createTasks = function(callback) {
90 FileSelection.prototype.computeBytes = function(callback) {
143 FileSelection.prototype.cancelComputing_ = function() {
206 var selection = new FileSelection(this.fileManager_, indexes);
477 * @param {FileSelection} selection The selection object.
580 // FileSelection could change while images are loading.
file_manager.js     [all...]

Completed in 168 milliseconds