HomeSort by relevance Sort by last modified time
    Searched refs:observe (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.idl 34 [RaisesException] void observe(Node target, Dictionary options);
MutationObserver.h 78 void observe(Node*, const Dictionary&, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementObserver.h 51 void observe(Element*);
CustomElementObserver.cpp 58 void CustomElementObserver::observe(Element* element) function in class:WebCore::CustomElementObserver
  /external/chromium_org/chrome/test/functional/ispy/client/
wait_on_ajax.js 17 }).observe(target, {attributes: true, childList: true,
  /external/chromium_org/v8/test/mjsunit/harmony/
object-observe.js 112 // Object.observe
113 assertThrows(function() { Object.observe("non-object", observer.callback); },
115 assertThrows(function() { Object.observe(obj, nonFunction); }, TypeError);
116 assertThrows(function() { Object.observe(obj, frozenFunction); }, TypeError);
117 assertEquals(obj, Object.observe(obj, observer.callback, [1]));
118 assertEquals(obj, Object.observe(obj, observer.callback, [true]));
119 assertEquals(obj, Object.observe(obj, observer.callback, ['foo', null]));
120 assertEquals(obj, Object.observe(obj, observer.callback, [undefined]));
121 assertEquals(obj, Object.observe(obj, observer.callback,
123 assertEquals(obj, Object.observe(obj, observer.callback, []))
    [all...]
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
ObserverListTest.java 20 void observe(int x); method in interface:ObserverListTest.Observer
32 public void observe(int x) { method in class:ObserverListTest.Foo
38 * An observer which add a given Observer object to the list when observe is called.
50 public void observe(int x) { method in class:ObserverListTest.FooAdder
56 * An observer which removes a given Observer object from the list when observe is called.
68 public void observe(int x) { method in class:ObserverListTest.FooRemover
95 obs.observe(10);
105 obs.observe(10);
107 // observe should be called twice on a.
109 // observe should be called twice on b
    [all...]
  /external/chromium/chrome/browser/policy/
profile_policy_connector.cc 125 // First, apply the profile policies and observe if interesting policies
127 ObservingPolicyStoreInterface observe(store);
130 rv = profile_policy_provider_->Provide(&observe);
137 !observe.IsProxyPolicyApplied());
  /external/chromium_org/chrome/test/pyautolib/
dom_mutation_observer.js 179 obs.observe(document,
200 obs.observe(document,
223 obs.observe(node,
244 obs.observe(document,
  /frameworks/av/media/libmediaplayerservice/
HDCP.h 58 void observe(int msg, int ext1, int ext2);
HDCP.cpp 167 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
170 void HDCP::observe(int msg, int ext1, int ext2) { function in class:android::HDCP
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1237.js 32 function observe(x, y) { return x; } function
34 return observe(1, ((x? observe(observe.prototype.x): 'c'), x + 1));
regress-1167.js 40 // OSR (after deoptimization) is used to observe the stack height mismatch.
66 function observe(x, y) { return x; } function
68 return observe(this,
69 (((side_effect.observe <= side_effect.side_effect) !== false),
regress-1166.js 32 function observe(x, y) { return x; } function
34 function test(x) { return observe(1, ((false || false), x + 1)); }
regress-1210.js 35 function observe(x, y) { return x; } function
43 return observe(a, arguments[side_effect(a), a + 0]);
  /external/v8/test/mjsunit/regress/
regress-1237.js 32 function observe(x, y) { return x; } function
34 return observe(1, ((x? observe(observe.prototype.x): 'c'), x + 1));
regress-1167.js 40 // OSR (after deoptimization) is used to observe the stack height mismatch.
66 function observe(x, y) { return x; } function
68 return observe(this,
69 (((side_effect.observe <= side_effect.side_effect) !== false),
regress-1166.js 32 function observe(x, y) { return x; } function
34 function test(x) { return observe(1, ((false || false), x + 1)); }
regress-1210.js 35 function observe(x, y) { return x; } function
43 return observe(a, arguments[side_effect(a), a + 0]);
  /frameworks/base/core/java/android/os/
FileObserver.java 88 observe(m_fd);
133 private native void observe(int fd); method in class:FileObserver.ObserverThread
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-3218915.js 36 // A function to observe the value of its first argument.
37 function observe(x, y) { try {} finally {} return x; } function
42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); }
  /external/v8/test/mjsunit/compiler/
regress-3218915.js 36 // A function to observe the value of its first argument.
37 function observe(x, y) { try {} finally {} return x; } function
42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /external/chromium/chrome/browser/chromeos/
update_browsertest.cc 111 chromeos::UpdateObserver* observe = local
113 lib->AddObserver(observe);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ShortcutManager.java 60 public void observe() { method in class:ShortcutManager

Completed in 315 milliseconds

1 2 3