Home
last modified time | relevance | path

Searched defs:instances (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/win/
DWindowMessageBroadcaster.cpp40 static InstanceMap instances; in instancesMap() local
/external/webkit/WebCore/svg/
DSVGAnimateTransformElement.cpp166 HashSet<SVGElementInstance*> instances = targetElement->instancesForElement(); in applyResultsToTarget() local
DSVGAnimateMotionElement.cpp218 HashSet<SVGElementInstance*> instances = targetElement->instancesForElement(); in applyResultsToTarget() local
DSVGAnimationElement.cpp317 HashSet<SVGElementInstance*> instances = target->instancesForElement(); in setTargetAttributeAnimatedValue() local
/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java205 protected Hashtable instances = new Hashtable(); field in LogFactoryImpl
/external/webkit/V8Binding/v8/src/
Druntime.cc7191 Handle<FixedArray> instances = Debug::GetLoadedScripts(); in Runtime_DebugGetLoadedScripts() local
7215 FixedArray* instances, int instances_size, in DebugReferencedBy()
7314 FixedArray* instances = FixedArray::cast(object); in Runtime_DebugReferencedBy() local
7331 FixedArray* instances, int instances_size) { in DebugConstructedBy()
7380 FixedArray* instances = FixedArray::cast(object); in Runtime_DebugConstructedBy() local
Ddebug.cc590 Handle<FixedArray> instances = Factory::NewFixedArray(occupancy()); in GetScripts() local
/external/webkit/WebCore/page/
DEventHandler.cpp1631 … HashSet<SVGElementInstance*> instances = lastCorrespondingElement->instancesForElement(); in updateMouseEventTargetNode() local