Searched refs:codeBase (Results 1 - 10 of 10) sorted by relevance

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLAppletElement05.js78 The codeBase attribute specifies an optional base URI for the applet.
80 Retrieve the codeBase attribute and examine its value.
102 vcodebase = testNode.codeBase;
H A DHTMLObjectElement06.js78 The codeBase attribute specifies the base URI for the classid, data and
81 Retrieve the codeBase attribute of the first OBJECT element and examine
104 vcodebase = testNode.codeBase;
H A Dobject05.js101 vcodebase = testNode.codeBase;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLAppletElement05.js78 The codeBase attribute specifies an optional base URI for the applet.
80 Retrieve the codeBase attribute and examine its value.
102 vcodebase = testNode.codeBase;
H A DHTMLObjectElement06.js78 The codeBase attribute specifies the base URI for the classid, data and
81 Retrieve the codeBase attribute of the first OBJECT element and examine
104 vcodebase = testNode.codeBase;
H A Dobject05.js101 vcodebase = testNode.codeBase;
/external/webkit/Source/WebCore/html/
H A DHTMLAppletElement.idl32 attribute [Reflect] DOMString codeBase;
H A DHTMLAppletElement.cpp118 const AtomicString& codeBase = getAttribute(codebaseAttr); local
119 if (!codeBase.isNull())
120 args.set("codeBase", codeBase);
H A DHTMLObjectElement.idl33 attribute [Reflect] DOMString codeBase;
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h363 @property(copy) NSString *codeBase; variable
709 @property(copy) NSString *codeBase; variable

Completed in 335 milliseconds