Searched refs:detached (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8CustomElementLifecycleCallbacks.h51 static PassRefPtr<V8CustomElementLifecycleCallbacks> create(ScriptState*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged);
58 V8CustomElementLifecycleCallbacks(ScriptState*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged);
62 virtual void detached(Element*) OVERRIDE;
H A DV8CustomElementLifecycleCallbacks.cpp50 V(detached, DetachedCallback) \
53 PassRefPtr<V8CustomElementLifecycleCallbacks> V8CustomElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged) argument
66 return adoptRef(new V8CustomElementLifecycleCallbacks(scriptState, prototype, created, attached, detached, attributeChanged));
69 static CustomElementLifecycleCallbacks::CallbackType flagSet(v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged) argument
77 if (!detached.IsEmpty())
92 V8CustomElementLifecycleCallbacks::V8CustomElementLifecycleCallbacks(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged) argument
93 : CustomElementLifecycleCallbacks(flagSet(attached, detached, attributeChanged))
100 , m_detached(scriptState->isolate(), detached)
198 void V8CustomElementLifecycleCallbacks::detached(Element* element) function in class:blink::V8CustomElementLifecycleCallbacks
H A DCustomElementConstructorBuilder.cpp156 v8::Handle<v8::Function> detached = retrieveCallback(isolate, "detachedCallback"); local
159 m_callbacks = V8CustomElementLifecycleCallbacks::create(m_scriptState.get(), m_prototype, created, attached, detached, attributeChanged);
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementLifecycleCallbacks.h57 virtual void detached(Element*) = 0;
H A DCustomElementCallbackInvocation.cpp64 callbacks()->detached(element);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_netlink.c196 static int linux_netlink_parse(char *buffer, size_t len, int *detached, const char **sys_name, argument
204 *detached = 0;
212 *detached = 1;
272 int detached, r; local
286 r = linux_netlink_parse(buffer, len, &detached, &sys_name,
292 busnum, devaddr, sys_name, detached ? "yes" : "no");
295 if (detached)
H A Dlinux_udev.c198 static int udev_device_info(struct libusb_context *ctx, int detached, argument
213 return linux_get_device_address(ctx, detached, busnum, devaddr,
222 int detached; local
231 detached = !strncmp(udev_action, "remove", 6);
233 r = udev_device_info(NULL, detached, udev_dev, &busnum, &devaddr, &sys_name);
242 } else if (detached) {
H A Dlinux_usbfs.h175 int linux_get_device_address (struct libusb_context *ctx, int detached,
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.h43 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
H A Dlsan_thread.cc80 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
81 return thread_registry->CreateThread(user_id, detached, parent_tid,
H A Dlsan_interceptors.cc249 int detached = 0; local
250 pthread_attr_getdetachstate(attr, &detached);
257 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc22 detached(false), parent_tid(0), next(0) {
49 CHECK_EQ(false, detached);
57 if (!detached)
73 detached = _detached;
121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
152 tctx->SetCreated(user_id, total_threads_++, detached,
234 tctx->detached = true;
262 if (tctx->detached) {
H A Dsanitizer_thread_registry.h47 bool detached; member in class:__sanitizer::ThreadContextBase
94 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/external/chromium_org/third_party/skia/tests/
H A DLayerRasterizerTest.cpp98 SkAutoTUnref<SkLayerRasterizer> detached(builder.detachRasterizer());
103 REPORTER_ASSERT(reporter, largerCount == LayerRasterizerTester::CountLayers(*detached.get()));
112 const SkDeque& layersDetached = LayerRasterizerTester::GetLayers(*detached.get());
/external/skia/tests/
H A DLayerRasterizerTest.cpp100 SkAutoTUnref<SkLayerRasterizer> detached(builder.detachRasterizer());
105 REPORTER_ASSERT(reporter, largerCount == LayerRasterizerTester::CountLayers(*detached.get()));
114 const SkDeque& layersDetached = LayerRasterizerTester::GetLayers(*detached.get());
/external/chromium_org/third_party/polymer/components-chromium/core-layout/
H A Dcore-layout-extracted.js75 detached: function() {
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_linux.cc231 bool detached;
350 ScopedThread::ScopedThread(bool detached, bool main) {
353 impl_->detached = detached;
358 pthread_attr_setdetachstate(&attr, detached);
369 if (!impl_->detached)
377 CHECK(!impl_->detached);
378 impl_->detached = true;
H A Dtsan_test_util.h62 explicit ScopedThread(bool detached = false, bool main = false);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h515 SkFlatData* detached = this->detachScratch(); local
516 fHash.add(detached);
517 *fIndexedData.append() = detached;
519 return detached;
544 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten()); local
549 memcpy(detached, scratch, fScratch.bytesWritten());
551 // We can now reuse fScratch, and detached will live until fController dies.
552 return detached;
/external/skia/src/core/
H A DSkPictureFlat.h512 SkFlatData* detached = this->detachScratch(); local
513 fHash.add(detached);
514 *fIndexedData.append() = detached;
516 return detached;
541 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten()); local
546 memcpy(detached, scratch, fScratch.bytesWritten());
548 // We can now reuse fScratch, and detached will live until fController dies.
549 return detached;
/external/chromium_org/third_party/polymer/components-chromium/core-collapse/
H A Dcore-collapse-extracted.js73 detached: function() {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc125 if (!detached) {
155 if (tctx->detached || tctx->status != ThreadStatusFinished)
222 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { argument
225 int tid = ctx->thread_registry->CreateThread(uid, detached, thr->tid, &args);
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.cc581 void WindowEventDispatcher::OnWindowRemovingFromRootWindow(Window* detached, argument
583 if (!host_->window()->Contains(detached))
588 DispatchMouseExitToHidingWindow(detached);
589 SynthesizeMouseMoveAfterChangeToWindow(detached);
593 OnWindowHidden(detached, new_root ? WINDOW_MOVING : WINDOW_HIDDEN);
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc181 int detached = 0; local
183 REAL(pthread_attr_getdetachstate)(attr, &detached);
188 asanThreadRegistry().CreateThread(*(uptr*)t, detached, current_tid, &args);
722 bool detached = false; // FIXME: how can we determine it on Windows? local
723 asanThreadRegistry().CreateThread(*(uptr*)t, detached, current_tid, &args);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DheapProfiler.css73 .detached-dom-tree-node {

Completed in 428 milliseconds

12