HomeSort by relevance Sort by last modified time
    Searched refs:codebase (Results 1 - 10 of 10) sorted by null

  /external/javassist/src/main/javassist/tools/rmi/
ObjectImporter.java 91 URL codebase = applet.getCodeBase(); local
92 orgServername = servername = codebase.getHost();
93 orgPort = port = codebase.getPort();
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp 188 // When OBJECT is used for an applet via Sun's Java plugin, the CODEBASE attribute in the tag
189 // points to the Java plugin itself (an ActiveX component) while the actual applet CODEBASE is
191 // we have to explicitly suppress the tag's CODEBASE attribute if there is none in a PARAM,
193 String codebase; local
195 codebase = "codebase";
196 uniqueParamNames.add(codebase.impl()); // pretend we found it in a PARAM already
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAppletElement05.js 78 The codeBase attribute specifies an optional base URI for the applet.
80 Retrieve the codeBase attribute and examine its value.
102 vcodebase = testNode.codeBase;
104 assertEquals("codebase","applets",vcodebase);
object05.js 79 The value of attribute codebase of the object element is read and checked against the expected value.
101 vcodebase = testNode.codeBase;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAppletElement05.js 78 The codeBase attribute specifies an optional base URI for the applet.
80 Retrieve the codeBase attribute and examine its value.
102 vcodebase = testNode.codeBase;
104 assertEquals("codebase","applets",vcodebase);
object05.js 79 The value of attribute codebase of the object element is read and checked against the expected value.
101 vcodebase = testNode.codeBase;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 154 extensions available in the codebase. """
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 250 milliseconds