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

1 2 3

  /external/chromium_org/ppapi/c/trusted/
ppb_file_chooser_trusted.h 37 * This function displays a previously created file chooser resource as a
43 * @param[in] chooser The file chooser resource.
49 * the user has closed the file chooser dialog.
54 int32_t (*ShowWithoutUserGesture)(PP_Resource chooser,
64 int32_t (*ShowWithoutUserGesture)(PP_Resource chooser,
  /external/chromium_org/ppapi/api/trusted/
ppb_file_chooser_trusted.idl 21 * This function displays a previously created file chooser resource as a
27 * @param[in] chooser The file chooser resource.
33 * the user has closed the file chooser dialog.
40 [in] PP_Resource chooser,
46 * This function displays a previously created file chooser resource as a
52 * @param[in] chooser The file chooser resource.
58 * the user has closed the file chooser dialog.
65 [in] PP_Resource chooser,
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_file_chooser_trusted_thunk.cc 21 int32_t ShowWithoutUserGesture_0_5(PP_Resource chooser,
26 EnterResource<PPB_FileChooser_API> enter(chooser, callback, true);
35 int32_t ShowWithoutUserGesture(PP_Resource chooser,
41 EnterResource<PPB_FileChooser_API> enter(chooser, callback, true);
ppb_file_chooser_dev_thunk.cc 36 int32_t Show_0_5(PP_Resource chooser, struct PP_CompletionCallback callback) {
38 EnterResource<PPB_FileChooser_API> enter(chooser, callback, true);
44 PP_Resource GetNextChosenFile(PP_Resource chooser) {
46 EnterResource<PPB_FileChooser_API> enter(chooser, true);
52 int32_t Show(PP_Resource chooser,
56 EnterResource<PPB_FileChooser_API> enter(chooser, callback, true);
  /external/chromium_org/ppapi/api/dev/
ppb_file_chooser_dev.idl 20 * chooser dialog.
36 * This function creates a file chooser dialog resource. The chooser is
43 * the behavior of the file chooser dialog.
53 * @return A <code>PP_Resource</code> containing the file chooser if
62 * Determines if the provided resource is a file chooser.
68 * resource is a file chooser resource, otherwise <code>PP_FALSE</code>.
74 * This function displays a previously created file chooser resource as a
89 * have switched tabs and will not want to see a file chooser from a
92 * @param[in] chooser The file chooser resource
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppb_file_chooser_dev.h 36 * chooser dialog.
59 * This function creates a file chooser dialog resource. The chooser is
66 * the behavior of the file chooser dialog.
76 * @return A <code>PP_Resource</code> containing the file chooser if
83 * Determines if the provided resource is a file chooser.
89 * resource is a file chooser resource, otherwise <code>PP_FALSE</code>.
93 * This function displays a previously created file chooser resource as a
108 * want to see a file chooser from a different tab.
110 * @param[in] chooser The file chooser resource
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFileChooserCompletionImpl.h 48 WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser);
ExternalDateTimeChooser.cpp 44 WebDateTimeChooserCompletionImpl(ExternalDateTimeChooser* chooser)
45 : m_chooser(chooser)
84 RefPtr<ExternalDateTimeChooser> chooser = adoptRef(new ExternalDateTimeChooser(client)); local
85 if (!chooser->openDateTimeChooser(chromeClient, webViewClient, parameters))
86 chooser.clear();
87 return chooser.release();
129 // We can't open a chooser. Calling
WebFileChooserCompletionImpl.cpp 36 WebFileChooserCompletionImpl::WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser)
37 : m_fileChooser(chooser)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 78 static void show(final ConfigurationChooser chooser, ToolItem combo) {
79 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
80 Configuration configuration = chooser.getConfiguration();
81 List<Locale> locales = chooser.getLocaleList();
85 String title = ConfigurationChooser.getLocaleLabel(chooser, locale, false);
96 LocaleMenuListener listener = new LocaleMenuListener(chooser, ACTION_SET_LOCALE,
106 "Preview All Locales", chooser, RenderPreviewMode.LOCALES);
114 LocaleMenuListener listener = new LocaleMenuListener(chooser,
ConfigurationMenuListener.java 142 static void show(ConfigurationChooser chooser, ToolItem combo) {
143 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
148 new ConfigurationMenuListener(chooser, ACTION_ADD, null, null),
152 new ConfigurationMenuListener(chooser, ACTION_DELETE_ALL, null, null),
169 new ConfigurationMenuListener(chooser, ACTION_PREVIEW_MODE, null,
172 new ConfigurationMenuListener(chooser, ACTION_PREVIEW_MODE, null,
176 new ConfigurationMenuListener(chooser, ACTION_PREVIEW_MODE, null,
178 if (chooser.getLocaleList().size() <= 1) {
183 IProject project = chooser.getProject();
186 final List<Reference> includedBy = finder.getIncludedBy(chooser.getEditedFile())
    [all...]
ActivityMenuListener.java 82 static void show(ConfigurationChooser chooser, ToolItem combo) {
84 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
86 Configuration configuration = chooser.getConfiguration();
96 new ActivityMenuListener(chooser, ACTION_OPEN_ACTIVITY, null));
102 IProject project = chooser.getProject();
106 String layoutName = ResourceHelper.getLayoutName(chooser.getEditedFile());
109 current = addActivities(chooser, menu, current, image, preferred);
131 addActivities(chooser, menu, current, image, activities);
141 private static String addActivities(ConfigurationChooser chooser, Menu menu, String current,
156 item.addSelectionListener(new ActivityMenuListener(chooser,
    [all...]
TargetMenuListener.java 77 static void show(ConfigurationChooser chooser, ToolItem combo) {
78 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
79 Configuration configuration = chooser.getConfiguration();
81 List<IAndroidTarget> targets = chooser.getTargetList();
86 menuItem.addSelectionListener(new TargetMenuListener(chooser, null, true));
117 item.addSelectionListener(new TargetMenuListener(chooser, target, false));
DeviceMenuListener.java 70 static void show(final ConfigurationChooser chooser, ToolItem combo) {
71 Configuration configuration = chooser.getConfiguration();
73 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
75 List<Device> deviceList = chooser.getDeviceList();
91 item.addSelectionListener(new DeviceMenuListener(chooser, device));
138 deviceItem.addSelectionListener(new DeviceMenuListener(chooser, device));
167 item.addSelectionListener(new DeviceMenuListener(chooser, device));
180 item.addSelectionListener(new DeviceMenuListener(chooser, device));
189 "Preview All Screens", chooser, RenderPreviewMode.SCREENS);
Configuration.java 166 * @param chooser the associated chooser
168 protected Configuration(@NonNull ConfigurationChooser chooser) {
169 mConfigChooser = chooser;
173 * Sets the associated configuration chooser
175 * @param chooser the chooser
177 void setChooser(@NonNull ConfigurationChooser chooser) {
183 mConfigChooser = chooser;
187 * Gets the associated configuration chooser
219 ConfigurationChooser chooser = base.getChooser(); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/js/
platform_chooser.js 5 // Intializes the platform chooser, the widget in the top left corner with the
9 var platformChooser = document.getElementById('platform-chooser-popup');
  /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...]
  /external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
ColorChooserAndroid.java 54 ColorChooserAndroid chooser = new ColorChooserAndroid(nativeColorChooserAndroid, local
56 chooser.openColorChooser();
57 return chooser;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
IntentHelper.java 38 * @param chooserTitle The title of the activity chooser.
72 Intent chooser = Intent.createChooser(send, chooserTitle); local
74 chooser.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
75 context.startActivity(chooser);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DateTimeChooserAndroid.java 53 DateTimeChooserAndroid chooser = local
57 chooser.showDialog(dialogType, dialogValue, min, max, step, suggestions);
58 return chooser;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 107 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) {
108 SkRefCnt_SafeAssign(fChooser, chooser);
109 return chooser;
126 // TODO: change Chooser virtual to take colorType, so we can stop calling SkColorTypeToBitmapConfig
129 Chooser* chooser = fChooser; local
131 if (NULL == chooser) { // no chooser, we just say YES to decoding :
    [all...]
  /external/skia/src/images/
SkImageDecoder.cpp 107 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) {
108 SkRefCnt_SafeAssign(fChooser, chooser);
109 return chooser;
126 // TODO: change Chooser virtual to take colorType, so we can stop calling SkColorTypeToBitmapConfig
129 Chooser* chooser = fChooser; local
131 if (NULL == chooser) { // no chooser, we just say YES to decoding :
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_file_chooser_host_unittest.cc 73 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
84 int32 result = chooser.OnResourceMessageReceived(show_msg, &context);
87 // The render view should have sent a chooser request to the browser
101 // Send a chooser reply to the render view. Note our reply path has to have a
136 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
147 int32 result = chooser.OnResourceMessageReceived(show_msg, &context);
  /external/chromium_org/ppapi/cpp/dev/
file_chooser_dev.cc 75 const PPB_FileChooser_Dev_0_5* chooser = local
77 while (PP_Resource cur = chooser->GetNextChosenFile(data->file_chooser))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 139 * Returns the associated chooser
141 * @return the associated chooser
679 ConfigurationChooser chooser = getChooser(); local
680 String name = chooser.getConfiguration().getDisplayName();
695 Configuration configuration = Configuration.copy(chooser.getConfiguration());
745 ConfigurationChooser chooser = getChooser(); local
746 Configuration parent = chooser.getConfiguration();
752 createLocaleVariation(chooser, parent);
761 createStateVariation(chooser, parent);
764 createRenderTargetVariation(chooser, parent)
817 ConfigurationChooser chooser = getChooser(); local
929 ConfigurationChooser chooser = getChooser(); local
966 ConfigurationChooser chooser = getChooser(); local
1040 ConfigurationChooser chooser = getChooser(); local
1073 ConfigurationChooser chooser = getChooser(); local
1265 ConfigurationChooser chooser = getChooser(); local
1283 ConfigurationChooser chooser = editor.getConfigurationChooser(); local
    [all...]

Completed in 3379 milliseconds

1 2 3