HomeSort by relevance Sort by last modified time
    Searched full:chooser (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/skia/src/images/
SkImageDecoder.cpp 74 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) {
75 SkRefCnt_SafeAssign(fChooser, chooser);
76 return chooser;
98 Chooser* chooser = fChooser; local
100 if (NULL == chooser) { // no chooser, we just say YES to decoding :)
103 chooser->begin(1)
    [all...]
SkImageDecoder_libico.cpp 103 Chooser* chooser = this->getChooser(); local
104 //FIXME:if no chooser, consider providing the largest color image
106 if (NULL == chooser) {
109 chooser->begin(count);
138 chooser->inspect(i, c, width, height);
140 choice = chooser->choose();
143 //you never know what the chooser is going to supply
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 42 private final JFileChooser chooser; field in class:ClassPathPanel
57 chooser = new JFileChooser("");
58 chooser.setMultiSelectionEnabled(true);
59 chooser.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
60 chooser.addChoosableFileFilter(
63 chooser.setApproveButtonText(msg("ok"));
93 chooser.setDialogTitle(msg("addJars"));
94 chooser.setSelectedFile(null);
95 chooser.setSelectedFiles(null);
97 int returnValue = chooser.showOpenDialog(owner)
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 104 JFileChooser chooser = new JFileChooser(); local
105 chooser.setFileFilter(new PngFileFilter());
106 int choice = chooser.showOpenDialog(this);
108 return new OpenTask(chooser.getSelectedFile());
  /external/webkit/WebKit/chromium/src/
WebFileChooserCompletionImpl.cpp 36 WebFileChooserCompletionImpl::WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser)
37 : m_fileChooser(chooser)
WebFileChooserCompletionImpl.h 52 WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser);
  /external/webkit/WebKit/chromium/public/
WebFileChooserParams.h 43 // |title| is a title of a file chooser dialog. It can be an empty string.
58 // before opening a file chooser dialog.
  /external/webkit/WebCore/manual-tests/
remove-input-file-onchange.html 24 Should see the file chooser disappear and the word "Success" will appear
  /packages/apps/Contacts/res/layout-finger/
dialpad_chooser_list_item.xml 17 <!-- Layout of a single item in the Dialer's "Dialpad chooser" UI. -->
twelve_key_dialer.xml 52 <!-- "Dialpad chooser" UI, shown only when the user brings up the
  /external/webkit/WebCore/rendering/
RenderFileUploadControl.h 31 // Each RenderFileUploadControl contains a RenderButton (for opening the file chooser), and
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 57 * Whether the Project Chooser can compute the project list once and cache the result.
100 * Creates a new project chooser.
110 * Displays a project chooser dialog which lists all available projects with the Android nature.
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 143 * "dialpad chooser" if the phone becomes idle while the
144 * chooser UI is visible.
151 // Log.i(TAG, "Call ended with dialpad chooser visible! Taking it down...");
153 // dialpad chooser could conceivably disappear (on its
156 // least that's better than leaving the dialpad chooser
249 // Set up the "dialpad chooser" UI; see showDialpadChooser().
297 // By default we don't show the "dialpad chooser" UI.
333 // Be sure *not* to show the dialpad chooser if this is an
350 // Log.i(TAG, "resolveIntent(): phone is in use; showing dialpad chooser!");
355 // Bring up the "dialpad chooser" IFF we need to make the use
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 113 class Chooser : public SkRefCnt {
122 Chooser* getChooser() const { return fChooser; }
123 Chooser* setChooser(Chooser*);
206 note: document use of Allocator, Peeker and Chooser
398 Chooser* fChooser;
  /packages/apps/Contacts/res/layout-land-finger/
twelve_key_dialer.xml 47 <!-- "Dialpad chooser" UI, shown only when the user brings up the
  /packages/apps/Contacts/res/layout-long-finger/
twelve_key_dialer.xml 51 <!-- "Dialpad chooser" UI, shown only when the user brings up the
  /packages/apps/Contacts/res/layout-long-land-finger/
twelve_key_dialer.xml 47 <!-- "Dialpad chooser" UI, shown only when the user brings up the
  /external/proguard/docs/manual/
gui.html 69 <td>opens a file chooser to load an existing ProGuard configuration
105 <tr><td class="button">Add input...</td> <td>opens a file chooser to add an
107 <tr><td class="button">Add output...</td> <td>opens a file chooser to add an
110 <td>opens a file chooser to add an entry to the list of library
113 <td>opens a file chooser to edit the selected entry in the list.</td></tr>
429 <td>opens a file chooser to save the current ProGuard
450 opens a file chooser.
462 <td>opens a file chooser to load an obfuscated stack trace.</td></tr>
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 32 * the contact chooser. Once this activity receives the result from contact picker,
  /external/dropbear/
filelist.txt 67 dbmulti.c Combination binary chooser main() function
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 516 RefPtr<FileChooser> chooser = prpFileChooser; local
525 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), chooser->allowsMultipleFiles());
538 chooser->chooseFiles(names);
542 chooser->chooseFile(filenameToString(filename));
  /frameworks/base/docs/html/intl/ja/guide/developing/
eclipse-adt.jd 184 <li>?????????????????????????????? ???????????????????????Device Chooser???????????????????????</li>
190 <p>?????<strong>??</strong>??????????????????????????Device Chooser?????????????? AVD ????????</p>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 65 * Creates a Resource Chooser dialog.
91 setTitle("Resource Chooser");
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 97 - (id)initWithChooser:(PassRefPtr<FileChooser>)chooser;
620 void WebChromeClient::runOpenPanel(Frame*, PassRefPtr<FileChooser> chooser)
623 BOOL allowMultipleFiles = chooser->allowsMultipleFiles();
624 WebOpenPanelResultListener *listener = [[WebOpenPanelResultListener alloc] initWithChooser:chooser];
778 - (id)initWithChooser:(PassRefPtr<FileChooser>)chooser
783 _chooser = chooser.releaseRef();
  /packages/apps/Email/src/com/android/email/
Email.java 77 * NOTE: At the moment it is not possible to open a chooser with a list of filter types, so
78 * the chooser is only opened with the first item in the list.

Completed in 487 milliseconds

1 2 3