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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.cpp 51 void V8DOMConfiguration::batchConfigureCallbacks(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, v8::PropertyAttribute attributes, const BatchedMethod* callbacks, size_t callbackCount, v8::Isolate*, WrapperWorldType currentWorldType)
53 for (size_t i = 0; i < callbackCount; ++i) {
62 size_t fieldCount, const BatchedAttribute* attributes, size_t attributeCount, const BatchedMethod* callbacks, size_t callbackCount, v8::Isolate* isolate, WrapperWorldType currentWorldType)
79 if (callbackCount)
80 batchConfigureCallbacks(functionDescriptor->PrototypeTemplate(), defaultSignature, static_cast<v8::PropertyAttribute>(v8::DontDelete), callbacks, callbackCount, isolate, currentWorldType);
V8DOMConfiguration.h 108 static void batchConfigureCallbacks(v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::Signature>, v8::PropertyAttribute, const BatchedMethod*, size_t callbackCount, v8::Isolate*, WrapperWorldType);
110 static v8::Local<v8::Signature> configureTemplate(v8::Handle<v8::FunctionTemplate>, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount, const BatchedAttribute*, size_t attributeCount, const BatchedMethod*, size_t callbackCount, v8::Isolate*, WrapperWorldType);
  /system/core/libutils/tests/
Looper_test.cpp 74 int callbackCount;
80 callbackCount(0), fd(-1), events(-1) {
85 callbackCount += 1;
178 EXPECT_EQ(0, handler.callbackCount)
197 EXPECT_EQ(1, handler.callbackCount)
219 EXPECT_EQ(0, handler.callbackCount)
240 EXPECT_EQ(1, handler.callbackCount)
266 EXPECT_EQ(1, handler.callbackCount)
292 EXPECT_EQ(0, handler.callbackCount)
315 EXPECT_EQ(1, handler.callbackCount)
    [all...]
LruCache_test.cpp 84 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(NULL) { }
87 callbackCount += 1;
91 ssize_t callbackCount;
273 EXPECT_EQ(1, callback.callbackCount);
288 EXPECT_EQ(3, callback.callbackCount);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
AccessibilityControllerChromium.cpp 140 size_t callbackCount = m_notificationCallbacks.size();
141 for (size_t i = 0; i < callbackCount; i++) {
AccessibilityUIElementChromium.cpp 472 size_t callbackCount = m_notificationCallbacks.size();
473 for (size_t i = 0; i < callbackCount; i++) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
object-observe.js 49 callbackCount: 0,
52 this.callbackCount = 0;
56 assertEquals(0, this.callbackCount);
59 assertEquals(1, this.callbackCount);
82 observer.callbackCount++;
625 var callbackCount = 0;
628 ++callbackCount;
634 assertEquals(100, callbackCount);
    [all...]
  /frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java     [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java     [all...]

Completed in 318 milliseconds