HomeSort by relevance Sort by last modified time
    Searched refs:chooser (Results 26 - 46 of 46) sorted by null

12

  /external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.cpp 132 void RenderFileUploadControl::chooseIconForFiles(FileChooser* chooser, const Vector<String>& filenames)
135 chromePointer->chooseIconForFiles(filenames, chooser);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 458 void ChromeClientWx::chooseIconForFiles(const Vector<String>& filenames, FileChooser* chooser)
460 chooser->iconLoaded(Icon::createIconForFiles(filenames));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 66 ConfigurationMatcher(ConfigurationChooser chooser) {
67 mConfigChooser = chooser;
624 * selected in the given configuration chooser.
626 * @param chooser the associated configuration chooser holding project state
630 public static IFile getBestFileMatch(ConfigurationChooser chooser) {
633 ProjectResources resources = manager.getProjectResources(chooser.getProject());
639 String name = chooser.getEditedFile().getName();
640 FolderConfiguration config = chooser.getConfiguration().getFullConfig();
    [all...]
ConfigurationChooser.java 185 * @param client the client embedding this configuration chooser
539 * Resets the configuration chooser to reflect the given file configuration. This is
542 * configuration chooser must be switched to a landscape layout. This method will
551 * filtering the configuration chooser to only show options in the outer configuration
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 1042 JFileChooser chooser = new JFileChooser(); local
1083 JFileChooser chooser = new JFileChooser(); local
    [all...]
ScreenViewer.java 205 JFileChooser chooser = new JFileChooser(); local
206 chooser.setFileFilter(new PngFileFilter());
207 int choice = chooser.showOpenDialog(this);
209 return new OpenOverlayTask(chooser.getSelectedFile());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 534 ConfigurationChooser chooser = mRulesEngine.getEditor().getConfigurationChooser();
535 float dpi = chooser.getConfiguration().getDensity().getDpiValue();
541 ConfigurationChooser chooser = mRulesEngine.getEditor().getConfigurationChooser();
542 float dpi = chooser.getConfiguration().getDensity().getDpiValue();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 516 PassRefPtr<FileChooser> chooser)
520 core->openFileChooser(chooser);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 602 void ChromeClientQt::chooseIconForFiles(const Vector<String>& filenames, FileChooser* chooser)
604 chooser->iconLoaded(Icon::createIconForFiles(filenames));
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 611 void WebChromeClient::chooseIconForFiles(const Vector<String>& filenames, FileChooser* chooser)
613 chooser->iconLoaded(Icon::createIconForFiles(filenames));
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 361 JFileChooser chooser = new JFileChooser( local
363 chooser.setFileFilter(new PngFileFilter());
364 int choice = chooser.showSaveDialog(this);
366 File file = chooser.getSelectedFile();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 709 ConfigurationChooser chooser = mEditor.getConfigurationChooser(); local
710 Configuration config = chooser.getConfiguration();
716 ResolutionChooserDialog dialog = new ResolutionChooserDialog(chooser.getShell());
PaletteControl.java 631 ConfigurationChooser chooser = mEditor.getConfigurationChooser(); local
632 int dpi = chooser.getConfiguration().getDensity().getDpiValue();
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 790 void WebChromeClient::chooseIconForFiles(const Vector<WTF::String>& filenames, WebCore::FileChooser* chooser)
792 chooser->iconLoaded(Icon::createIconForFiles(filenames));
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 1836 Intent chooser = Intent.createChooser(pickWallpaper, local
    [all...]
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 

Completed in 526 milliseconds

12