Searched refs:oldClassName (Results 1 – 3 of 3) sorted by relevance
88 const AtomicString& oldClassName(m_element->fastGetAttribute(classAttr)); in addInternal() local89 if (oldClassName.isEmpty()) in addInternal()92 const AtomicString& newClassName(addToken(oldClassName, token)); in addInternal()
557 var oldClassName = t.className;559 if (oldClassName != newClassName) {
341 String oldClassName = getName(); in replaceClassName() local343 = (String)classnames.get(Descriptor.toJvmName(oldClassName)); in replaceClassName()357 classPool.classNameChanged(oldClassName, this); in replaceClassName()