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

1 2

  /external/proguard/examples/
applets.pro 2 # This ProGuard configuration file illustrates how to process applets.
4 # java -jar proguard.jar @applets.pro
14 # Preserve all public applets.
  /external/proguard/examples/ant/
applets.xml 1 <!-- This Ant build file illustrates how to process applets.
2 Usage: ant -f applets.xml -->
4 <project name="Applets" default="obfuscate" basedir="../..">
19 <!-- Preserve all public applets. -->
  /external/webkit/WebCore/manual-tests/accessibility/
java-applet.html 6 <p>This test checks our support for accessibility of java applets.</p>
  /external/webkit/WebCore/html/
HTMLNameCollection.cpp 57 // find only images, forms, applets, embeds and objects by name,
70 // find images, forms, applets, embeds, objects and iframes by name,
71 // applets and object by id, and images by id but only if they have
HTMLCollection.cpp 169 case DocApplets: // all <applet> elements and <object> elements that contain Java Applets
271 // document.all returns only images, forms, applets, objects and embeds
  /libcore/luni/src/main/java/java/net/
JarURLConnection.java 36 * <li>Archive: {@code jar:http://www.example.com/applets/archive.jar!/}</li>
38 * jar:http://www.example.com/applets/archive.jar!/test.class}</li>
40 * jar:http://www.example.com/applets/archive.jar!/applets/}</li>
  /external/webkit/WebCore/rendering/
RenderApplet.cpp 57 // FIXME: Java applets can't be resized (this is a bug in Apple's Java implementation).
  /external/proguard/docs/manual/
examples.html 23 <li><a href="#applets">All possible applets in the input jars</a>
25 <li><a href="#jcapplets">All possible Java Card applets in the input jars</a>
350 <a name="applets">&nbsp;</a>
351 <h3>All possible applets in the input jars</h3>
352 These options shrink, optimize, and obfuscate all public applets in
366 prints out which applets exactly will be preserved.
416 <h3>All possible Java Card applets in the input jars</h3>
417 These options shrink, optimize, and obfuscate all public Java Card applets in
436 out which applets exactly will be preserved
    [all...]
introduction.html 82 your code. These entry points are typically classes with main methods, applets,
usage.html 278 href="examples.html#applets">applets</a> that you are keeping.</dd>
    [all...]
  /external/proguard/docs/
main.html 42 instance, the following configuration option preserves all applets in a jar:
  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 152 - (DOMHTMLCollection *)applets;
154 HRESULT applets([out, retval] IDOMHTMLCollection** collection);
  /external/webkit/WebCore/dom/
Document.idl 171 readonly attribute HTMLCollection applets;
Document.h 334 PassRefPtr<HTMLCollection> applets();
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 113 catch (RuntimeException e) { /* normally fails for applets */ }
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 70 * <p>Use try/catch block to support applets, which throws
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 52 // Use try/catch block to support applets
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 66 // Use try/catch block to support applets
  /libcore/luni/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 225 // there is security manager ( in applets ), code need to be signed
CharInfo.java 193 // cause of security issure for applets
  /external/webkit/WebKit/qt/Api/
qwebsettings.cpp 338 \value JavaEnabled Enables or disables Java applets.
339 Currently Java applets are not supported.
    [all...]
  /external/proguard/src/proguard/gui/
boilerplate.pro 7 # Keep - Applets. Keep all extensions of java.applet.Applet.
  /external/webkit/WebKit/win/
DOMHTMLClasses.cpp 286 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::applets( function in class:DOMHTMLDocument
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 84 @property(readonly, retain) DOMHTMLCollection *applets; variable
    [all...]
  /libcore/expectations/
brokentests.txt 343 failure: "Dalvik doesn't include applets",
    [all...]

Completed in 510 milliseconds

1 2