OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contentHandlerFactory
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/java/net/
URLConnection.java
131
private static
ContentHandlerFactory
contentHandlerFactory
;
266
if (
contentHandlerFactory
!= null) {
267
cHandler =
contentHandlerFactory
.createContentHandler(type);
815
public static synchronized void setContentHandlerFactory(
ContentHandlerFactory
contentFactory) {
816
if (
contentHandlerFactory
!= null) {
819
contentHandlerFactory
= contentFactory;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
Completed in 125 milliseconds