HomeSort by relevance Sort by last modified time
    Searched full:applet (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/webkit/WebCore/html/
CollectionType.h 32 DocApplets, // all <object> and <applet> elements
HTMLTagNames.in 9 applet
  /external/webkit/WebCore/manual-tests/accessibility/resources/
AppletTest.java 26 /* Source for a test applet used by layout tests. */
  /external/webkit/WebCore/bindings/js/
ScriptControllerMac.mm 99 jobject applet = m_frame->loader()->client()->javaApplet(widgetView);
100 if (!applet)
102 return JSC::Bindings::JavaInstance::create(applet, rootObject.release());
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLPermission.java 29 * {@code setLog} permission controls whether a Java application or applet can
  /external/proguard/docs/manual/
examples.html 16 <li><a href="#applet">A typical applet</a>
18 <li><a href="#jcapplet">A typical Java Card applet</a>
109 <a name="applet">&nbsp;</a>
110 <h3>A typical applet</h3>
111 These options shrink, optimize, and obfuscate the applet
121 The typical applet methods will be preserved automatically, since
122 <code>mypackage.MyApplet</code> is an extension of the <code>Applet</code>
176 <h3>A typical Java Card applet</h3>
177 These options shrink, optimize, and obfuscate the Java Card applet
    [all...]
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_queue.cpp 23 //non-pre-emptive OS (such as under Brew applet thread)
92 //To avoid problems under brew applet, don't do a sem wait here.
  /external/proguard/docs/
main.html 44 -keep public class * extends java.applet.Applet
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 96 catch (SecurityException se) {// user.dir not accessible from applet
115 catch (SecurityException se){// user.dir not accessible from applet
134 catch (SecurityException se){// user.dir not accessible from applet
SystemIDResolver.java 47 * Applet perhaps which throws SecurityException) then we just return the
69 // user.dir not accessible from applet
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 401 // Repeat IOException handling for sandbox/applet case -sc
413 //"Could not load '"+resourceName+"' (check CLASSPATH, applet security), now using just the defaults ", se);
456 // No-op for sandbox/applet case, leave null -sc
469 // No-op for sandbox/applet case, leave null -sc
TreeWalker.java 107 catch (SecurityException se) {// user.dir not accessible from applet
118 catch (SecurityException se){// user.dir not accessible from applet
  /external/webkit/WebCore/platform/
MIMETypeRegistry.h 67 // Check to see if a mime type is a valid Java applet mime type
  /external/webkit/WebKit/mac/Plugins/
WebJavaPlugIn.h 54 @discusssion This returns the jobject representing the java applet to the
WebPluginContainer.h 45 the applet is targeted.
WebPluginViewFactory.h 42 elements within an APPLET element). In the case of a conflict between names,
  /external/webkit/WebKitTools/mangleme/
tags.h 17 { "APPLET", "CODEBASE", "CODE", "NAME", "ALIGN", "ALT", "HEIGHT", "WIDTH", "HSPACE", "VSPACE", "DOWNLOAD", "HEIGHT", "NAME", "TITLE", "onLoad", "STYLE", 0 },
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 54 * Applet perhaps which throws SecurityException) then we just return the
76 // user.dir not accessible from applet
  /frameworks/base/docs/html/guide/practices/design/
seamlessness.jd 146 similar to something like a Java Applet, in that it is the entry point for
147 your application. However, that's not quite accurate: where an Applet subclass
148 is the single entry point for a Java Applet, an Activity should be thought of
  /external/webkit/WebCore/rendering/
RenderEmbeddedObject.cpp 219 // When OBJECT is used for an applet via Sun's Java plugin, the CODEBASE attribute in the tag
220 // points to the Java plugin itself (an ActiveX component) while the actual applet CODEBASE is
  /external/iproute2/misc/
ssfilter.y 44 applet: null expr label
  /external/proguard/src/proguard/gui/
boilerplate.pro 7 # Keep - Applets. Keep all extensions of java.applet.Applet.
8 -keep public class * extends java.applet.Applet
  /external/webkit/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 123 return mimeType.startsWith("application/x-java-applet", false)
  /external/webkit/WebKit/qt/Api/
qwebframe.h 82 QString alternateText() const; // for img, area, input and applet
  /dalvik/libcore/archive/src/main/java/java/util/jar/
Attributes.java 135 * needed by the applet.
153 * of an extension implementation if the applet requires an

Completed in 142 milliseconds

12 3 4