HomeSort by relevance Sort by last modified time
    Searched refs:updateId (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/dom/
Attr.cpp 134 m_element->updateId(m_element->getIdAttribute(), value);
182 m_element->updateId(m_attribute->value(), val);
NamedNodeMap.cpp 123 m_element->updateId(old ? old->value() : nullAtom, a->value());
155 m_element->updateId(a->value(), nullAtom);
221 // updateId.
226 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
Element.h 266 void updateId(const AtomicString& oldId, const AtomicString& newId);
477 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId)
Element.cpp 674 updateId(old ? old->value() : nullAtom, value);
707 updateId(old ? old->value() : nullAtom, value);
807 // If setting the whole map changes the id attribute, we need to call updateId.
814 updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
939 // by the time we reach updateId
948 updateId(nullAtom, idItem->value());
959 updateId(idItem->value(), nullAtom);
    [all...]
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 162 private static int updateId = 3000;
173 context, updateId++, updateIntent, PendingIntent.FLAG_UPDATE_CURRENT);

Completed in 363 milliseconds