Lines Matching full:hasproperty
2527 (CSSMediaRule::hasProperty):
2536 (CSSPrimitiveValue::hasProperty):
2545 (CSSRuleList::hasProperty):
2550 (CSSStyleDeclaration::hasProperty):
2559 (CSSStyleSheet::hasProperty):
2568 (CSSValueList::hasProperty):
2573 (CharacterData::hasProperty):
2582 (DOMConfiguration::hasProperty):
2591 (DOMErrorHandler::hasProperty):
2600 (DOMImplementation::hasProperty):
2609 (DOMStringList::hasProperty):
2618 (Document::hasProperty):
2623 (DocumentEvent::hasProperty):
2628 (DocumentRange::hasProperty):
2637 (DocumentTraversal::hasProperty):
2650 (Element::hasProperty):
2659 (Event::hasProperty):
2668 (EventTarget::hasProperty):
2673 (KeyboardEvent::hasProperty):
2690 (LSParser::hasProperty):
2695 (LSParserFilter::hasProperty):
2700 (LSResourceResolver::hasProperty):
2705 (LSSerializer::hasProperty):
2714 (MediaList::hasProperty):
2719 (MouseEvent::hasProperty):
2724 (MutationEvent::hasProperty):
2729 (NamedNodeMap::hasProperty):
2734 (Node::hasProperty):
2739 (NodeIterator::hasProperty):
2744 (NodeList::hasProperty):
2761 (Range::hasProperty):
2778 (StyleSheetList::hasProperty):
2783 (Text::hasProperty):
2788 (TreeWalker::hasProperty):
2793 (TypeInfo::hasProperty):
2798 (UIEvent::hasProperty):
2803 (XPathEvaluator::hasProperty):
2812 (XPathExpression::hasProperty):
2817 (XPathNSResolver::hasProperty):
2826 (XPathResult::hasProperty):
3003 (SVGAngle::hasProperty):
3076 (SVGAnimationElement::hasProperty):
3089 (SVGColor::hasProperty):
3118 (SVGElementInstanceList::hasProperty):
3159 (SVGFEGaussianBlurElement::hasProperty):
3188 (SVGFilterElement::hasProperty):
3217 (SVGLength::hasProperty):
3222 (SVGLengthList::hasProperty):
3235 (SVGLocatable::hasProperty):
3240 (SVGMarkerElement::hasProperty):
3245 (SVGMatrix::hasProperty):
3254 (SVGNumberList::hasProperty):
3259 (SVGPaint::hasProperty):
3264 (SVGPathElement::hasProperty):
3337 (SVGPathSegList::hasProperty):
3354 (SVGPoint::hasProperty):
3359 (SVGPointList::hasProperty):
3388 (SVGSVGElement::hasProperty):
3405 (SVGStringList::hasProperty):
3410 (SVGStylable::hasProperty):
3431 (SVGTests::hasProperty):
3436 (SVGTextContentElement::hasProperty):
3453 (SVGTransform::hasProperty):
3458 (SVGTransformList::hasProperty):
14834 (KJS::KJS::HTMLElement::hasProperty):
16141 (KJS::Window::hasProperty): Ditto.
16997 (KJS::DOMCSSStyleDeclaration::hasProperty):
17171 (KJS::HTMLDocument::hasProperty):
17180 (KJS::KJS::HTMLElement::hasProperty):
17270 (KJS::Window::hasProperty):
33751 * khtml/ecma/kjs_window.h: Added hasProperty.
33752 * khtml/ecma/kjs_window.cpp: (Window::hasProperty): Return true in all the cases where get returns something.
34675 * khtml/ecma/kjs_window.h: Removed bogus hasProperty function that always returns true.
54865 * ecma/kjs_window.cpp: Implement hasProperty and get for frames by number in Window,