HomeSort by relevance Sort by last modified time
    Searched full:elementfactory (Results 1 - 13 of 13) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/
ElementFactory.java 7 * $Id: ElementFactory.java,v 1.1.1.1 2004/05/09 16:57:45 vlad_r Exp $
16 abstract class ElementFactory
ClassDef.java 54 m_constants = ElementFactory.newConstantCollection (-1);
55 m_interfaces = ElementFactory.newInterfaceCollection (-1);
56 m_fields = ElementFactory.newFieldCollection (-1);
57 m_methods = ElementFactory.newMethodCollection (-1);
58 m_attributes = ElementFactory.newAttributeCollection (-1);
548 ElementFactory.newAttributeCollection (0));
580 final IAttributeCollection attributes = ElementFactory.newAttributeCollection (0);
584 ElementFactory.newAttributeCollection (0));
Field_info.java 85 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
Method_info.java 87 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
  /external/webkit/Source/cmake/
WebKitMacros.cmake 44 SET(_outputfiles "${_outputfiles}" ${DERIVED_SOURCES_WEBCORE_DIR}/${_namespace}ElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/${_namespace}ElementFactory.h ${DERIVED_SOURCES_WEBCORE_DIR}/JS${_namespace}ElementWrapperFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JS${_namespace}ElementWrapperFactory.h)
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 13 import com.vladium.jcd.cls.ElementFactory;
238 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
  /external/webkit/Source/WebCore/dom/
make_names.pl 101 my $factoryBasePath = "$outputDir/$parameters{namespace}ElementFactory";
686 ## ElementFactory routines
704 #include "$parameters{namespace}ElementFactory.h"
765 print F "\nPassRefPtr<$parameters{namespace}Element> $parameters{namespace}ElementFactory::create$parameters{namespace}Element(const QualifiedName& qName, Document* document";
848 class $parameters{namespace}ElementFactory {
    [all...]
Document.cpp 946 // FIXME: This should really be in a possible ElementFactory class
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 206 final IAttributeCollection fieldAttributes = ElementFactory.newAttributeCollection (1);
330 final IAttributeCollection fieldAttributes = ElementFactory.newAttributeCollection (MARK_ADDED_ELEMENTS_SYNTHETIC ? 2 : 1);
492 attributes = ElementFactory.newAttributeCollection (2);
494 attributes = ElementFactory.newAttributeCollection (1);
500 ElementFactory.newAttributeCollection (0));
549 attributes = ElementFactory.newAttributeCollection (2);
551 attributes = ElementFactory.newAttributeCollection (1);
655 ElementFactory.newAttributeCollection (0));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 248 GstElementFactory* factory = GST_ELEMENT_FACTORY(GST_ELEMENT_GET_CLASS(priv->appsrc)->elementfactory);
MediaPlayerPrivateGStreamer.cpp     [all...]
  /external/emma/lib/
emma.jar 
  /external/webkit/Source/WebCore/
ChangeLog-2008-08-10 9 from *ElementFactory.cpp files.
    [all...]

Completed in 628 milliseconds