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

1 2

  /external/chromium_org/chrome/renderer/extensions/
scoped_persistent.h 61 void MakeWeak(P* parameters,
63 handle_.MakeWeak(parameters, callback);
messaging_bindings.cc 172 cb->object_.MakeWeak(cb, NearDeathCallback);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScopedPersistent.h 61 void makeWeak(P* parameters, void (*callback)(v8::Isolate*, v8::Persistent<T>*, P*))
63 m_handle.MakeWeak(parameters, callback);
DOMWrapperMap.h 67 persistent.MakeWeak(this, &makeWeakCallback);
V8ValueCache.cpp 98 wrapper.MakeWeak(stringImpl, &makeWeakCallback);
ScriptWrappable.h 73 persistent.MakeWeak(this, &makeWeakCallback);
V8NPObject.cpp 186 wrapper.MakeWeak(key, &makeWeakCallback);
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 326 global_handles->MakeWeak(g1s1.location(),
329 global_handles->MakeWeak(g1s2.location(),
332 global_handles->MakeWeak(g1c1.location(),
342 global_handles->MakeWeak(g2s1.location(),
345 global_handles->MakeWeak(g2s2.location(),
348 global_handles->MakeWeak(g2c1.location(),
377 global_handles->MakeWeak(root.location(),
405 global_handles->MakeWeak(g1c1.location(),
408 global_handles->MakeWeak(g2c1.location(),
test-weakmaps.cc 115 global_handles->MakeWeak(key.location(),
test-weaksets.cc 115 global_handles->MakeWeak(key.location(),
test-api.cc     [all...]
  /external/v8/test/cctest/
test-mark-compact.cc 324 global_handles->MakeWeak(g1s1.location(),
327 global_handles->MakeWeak(g1s2.location(),
330 global_handles->MakeWeak(g1c1.location(),
340 global_handles->MakeWeak(g2s1.location(),
343 global_handles->MakeWeak(g2s2.location(),
346 global_handles->MakeWeak(g2c1.location(),
375 global_handles->MakeWeak(root.location(),
403 global_handles->MakeWeak(g1c1.location(),
406 global_handles->MakeWeak(g2c1.location(),
test-weakmaps.cc 100 global_handles->MakeWeak(key.location(),
test-heap.cc 360 global_handles->MakeWeak(h2.location(),
402 global_handles->MakeWeak(h2.location(),
433 global_handles->MakeWeak(h.location(),
    [all...]
test-api.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptManager.cpp 65 weakHandle.MakeWeak(host, &InjectedScriptManager::makeWeakCallback);
  /external/v8/src/
global-handles.h 129 void MakeWeak(Object** location,
global-handles.cc 184 void MakeWeak(GlobalHandles* global_handles,
434 void GlobalHandles::MakeWeak(Object** location, void* parameter,
437 Node::FromLocation(location)->MakeWeak(this, parameter, callback);
handles.cc 384 isolate->global_handles()->MakeWeak(handle.location(), NULL,
    [all...]
  /external/chromium_org/v8/src/
global-handles.h 142 static void MakeWeak(Object** location,
global-handles.cc 232 void MakeWeak(void* parameter,
490 void GlobalHandles::MakeWeak(Object** location,
494 Node::FromLocation(location)->MakeWeak(parameter, weak_reference_callback);
    [all...]
handles.cc 376 isolate->global_handles()->MakeWeak(handle.location(),
    [all...]
  /external/chromium_org/v8/include/
v8.h 206 * V8 wrapper is not needed anymore, or 'revive' it by invocation of MakeWeak.
648 V8_INLINE(void MakeWeak(
653 V8_INLINE(void MakeWeak(
658 V8_DEPRECATED(void MakeWeak(
664 V8_DEPRECATED(void MakeWeak(
    [all...]
  /external/chromium_org/v8/src/extensions/i18n/
break-iterator.cc 242 wrapper.MakeWeak<void>(NULL, &DeleteBreakIterator);
  /external/v8/include/
v8.h 128 * V8 wrapper is not needed anymore, or 'revive' it by invocation of MakeWeak.
386 inline void MakeWeak(void* parameters, WeakReferenceCallback callback);
    [all...]

Completed in 435 milliseconds

1 2