Searched defs:detach (Results 1 - 25 of 119) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLObject.cpp70 void WebGLObject::detach() function in class:WebCore::WebGLObject
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DBasicPooledConnAdapter.java43 * can be {@link #detach detach}ed to prevent further use on release.
79 protected void detach() { method in class:BasicPooledConnAdapter
81 super.detach();
/external/chromium_org/ppapi/cpp/
H A Dresource.cc36 PP_Resource Resource::detach() { function in class:pp::Resource
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentParser.cpp44 // Document is expected to call detach() before releasing its ref.
76 void DocumentParser::detach() function in class:WebCore::DocumentParser
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DClearButtonElement.cpp54 void ClearButtonElement::detach(const AttachContext& context) function in class:WebCore::ClearButtonElement
60 HTMLDivElement::detach(context);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DPrerenderHandle.cpp75 detach();
86 detach();
98 detach();
102 void PrerenderHandle::detach() function in class:WebCore::PrerenderHandle
/external/chromium_org/third_party/WebKit/Source/heap/
H A DThreadState.cpp66 void ThreadState::detach() function in class:WebCore::ThreadState
/external/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_Android.h33 void detach() {} function in class:SkOSWindow
H A DSkOSWindow_NaCl.h37 void detach() {} function in class:SkOSWindow
/external/chromium_org/third_party/skia/src/core/
H A DSkTemplatesPriv.h65 T* detach() function in class:SkAutoTPlacementDelete
/external/qemu/
H A Dmigration-dummy-android.c37 void do_migrate(Monitor *mon, int detach, const char *uri) argument
H A Dmigration-exec.c67 int detach)
104 if (!detach)
65 exec_start_outgoing_migration(const char *command, int64_t bandwidth_limit, int detach) argument
H A Dmigration-tcp-android.c73 int detach)
102 if (!detach)
71 tcp_start_outgoing_migration(const char *host_port, int64_t bandwidth_limit, int detach) argument
/external/skia/include/views/
H A DSkOSWindow_Android.h33 void detach() {} function in class:SkOSWindow
H A DSkOSWindow_NaCl.h37 void detach() {} function in class:SkOSWindow
/external/skia/src/core/
H A DSkTemplatesPriv.h65 T* detach() function in class:SkAutoTPlacementDelete
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeIterator.java98 public void detach() method in class:DTMNodeIterator
156 * called after the detach method was invoked.
174 * called after the detach method was invoked.
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DChildTestIterator.java163 * state. After<code>detach</code> has been invoked, calls to
167 public void detach() method in class:ChildTestIterator
173 // Always call the superclass detach last!
174 super.detach();
H A DDescendantIterator.java170 * <code>detach</code> method was invoked.
329 * state. After<code>detach</code> has been invoked, calls to
333 public void detach() method in class:DescendantIterator
339 // Always call the superclass detach last!
340 super.detach();
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFragSelectWrapper.java80 * in the INVALID state. After <code>detach</code> has been invoked,
84 * In general, detach should only be called once on the object.
86 public void detach() method in class:XRTreeFragSelectWrapper
88 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_DETACH_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"detach() not supported by XRTreeFragSelectWrapper!");
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXInlineTextBox.cpp65 void AXInlineTextBox::detach() function in class:WebCore::AXInlineTextBox
69 AXObject::detach();
/external/chromium_org/third_party/skia/src/images/
H A DSkImageRefPool.cpp45 this->detach(ref);
124 void SkImageRefPool::detach(SkImageRef* ref) { function in class:SkImageRefPool
/external/skia/src/images/
H A DSkImageRefPool.cpp45 this->detach(ref);
124 void SkImageRefPool::detach(SkImageRef* ref) { function in class:SkImageRefPool
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPooledConnAdapter.java86 * if it is {@link #detach detach}ed
99 protected void detach() { method in class:AbstractPooledConnAdapter
100 super.detach();
/external/apache-xml/src/main/java/org/apache/xpath/
H A DArg.java94 public void detach() method in class:Arg
99 m_val.detach();

Completed in 1515 milliseconds

12345