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

  /libcore/dom/src/test/java/org/w3c/domts/
UserDataNotification.java 21 public class UserDataNotification {
32 public UserDataNotification(short operation,
UserDataMonitor.java 36 * Implementation of UserDataHandler.handle. Creates a UserDataNotification
57 new UserDataNotification(operation, key, data, src, dst));
  /external/webkit/LayoutTests/dom/html/level1/core/
selfhtml.js 314 function UserDataNotification(operation, key, data, src, dst) {
328 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/html/level2/core/
selfhtml.js 314 function UserDataNotification(operation, key, data, src, dst) {
328 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/html/level2/events/
selfhtml.js 314 function UserDataNotification(operation, key, data, src, dst) {
328 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/html/level2/html/
selfhtml.js 314 function UserDataNotification(operation, key, data, src, dst) {
328 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);

Completed in 693 milliseconds