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

  /external/webkit/Source/WebCore/dom/
Element.h 266 void updateId(const AtomicString& oldId, const AtomicString& newId);
477 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId)
  /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 28 milliseconds