Searched refs:createObject (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/html/
H A DHTMLBRElement.cpp80 return RenderObject::createObject(this, style);
H A DHTMLPlugInImageElement.cpp112 // class and all superclasses because createObject won't necessarily
115 return RenderObject::createObject(this, style);
H A DHTMLAppletElement.cpp140 return RenderObject::createObject(this, style);
H A DHTMLFrameSetElement.cpp160 return RenderObject::createObject(this, style);
H A DHTMLImageElement.cpp184 return RenderObject::createObject(this, style);
H A DInputType.cpp360 return RenderObject::createObject(element(), style);
H A DHTMLElement.cpp791 return RenderObject::createObject(this, style);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java138 .createObject(defaultPropName, defaultClassName);
H A DObjectFactory.java101 static Object createObject(String factoryId, String fallbackClassName) method in class:ObjectFactory
103 return createObject(factoryId, null, fallbackClassName);
104 } // createObject(String,String):Object
128 static Object createObject(String factoryId, method in class:ObjectFactory
151 } // createObject(String,String,String):Object
/external/webkit/Source/WebCore/wml/
H A DWMLElement.cpp96 return RenderObject::createObject(this, style);
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java101 static Object createObject(String factoryId, String fallbackClassName) method in class:ObjectFactory
103 return createObject(factoryId, null, fallbackClassName);
104 } // createObject(String,String):Object
128 static Object createObject(String factoryId, method in class:ObjectFactory
151 } // createObject(String,String,String):Object
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DObjectFactory.java100 static Object createObject(String factoryId, String fallbackClassName) method in class:ObjectFactory
102 return createObject(factoryId, null, fallbackClassName);
103 } // createObject(String,String):Object
127 static Object createObject(String factoryId, method in class:ObjectFactory
150 } // createObject(String,String,String):Object
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectFactory.java101 static Object createObject(String factoryId, String fallbackClassName) method in class:ObjectFactory
103 return createObject(factoryId, null, fallbackClassName);
104 } // createObject(String,String):Object
128 static Object createObject(String factoryId, method in class:ObjectFactory
151 } // createObject(String,String,String):Object
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DObjectFactory.java101 static Object createObject(String factoryId, String fallbackClassName) method in class:ObjectFactory
103 return createObject(factoryId, null, fallbackClassName);
104 } // createObject(String,String):Object
128 static Object createObject(String factoryId, method in class:ObjectFactory
151 } // createObject(String,String,String):Object
/external/webkit/Source/WebKit/chromium/public/
H A DWebBindings.h56 WEBKIT_API static NPObject* createObject(NPP, NPClass*);
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
H A Dstandalone_hack.js164 function createObject(proto) {
178 var newApp = createObject(apps[i]);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppBoundClass.cpp333 NPObject* npObj = WebBindings::createObject(0, &CppNPObject::npClass);
/external/chromium/webkit/glue/
H A Dcpp_variant_unittest.cc58 // of WebBindings::createObject when allocate() is NULL
81 return WebBindings::createObject(NULL, &void_class);
473 NPObject* obj = WebBindings::createObject(NULL, &array_like_class);
H A Dcpp_bound_class.cc311 NPObject* np_obj = WebBindings::createObject(0, &CppNPObject::np_class_);
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp66 NPObject* WebBindings::createObject(NPP npp, NPClass* npClass) function in class:WebKit::WebBindings
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/bindings/v8/
H A DSerializedScriptValue.cpp730 virtual bool createObject(uint32_t numProperties, v8::Handle<v8::Value>* value) = 0;
822 if (!creator.createObject(numProperties, value))
1076 virtual bool createObject(uint32_t numProperties, v8::Handle<v8::Value>* value) function in class:WebCore::__anon15732::Deserializer
/external/webkit/Source/WebCore/rendering/
H A DRenderObjectChildList.cpp451 generatedContentContainer = RenderObject::createObject(owner->document(), pseudoElementStyle);
H A DRenderObject.h233 static RenderObject* createObject(Node*, RenderStyle*);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 449 milliseconds

12