OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:codeBase
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp
128
const AtomicString&
codeBase
= getAttribute(codebaseAttr);
129
if (!
codeBase
.isNull()) {
130
KURL codeBaseURL = document().completeURL(
codeBase
);
131
paramNames.append("
codeBase
");
132
paramValues.append(
codeBase
.string());
145
// If the '
codebase
' attribute is set, it serves as a relative root for the file that the Java
147
// to check the url generated by resolving 'code' against '
codebase
'. If the 'archive'
149
// url generated by resolving 'archive' against '
codebase
'.
151
KURL rootURL =
codeBase
.isNull() ? document().url() : document().completeURL(
codeBase
);
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
Completed in 468 milliseconds