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

123456

/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.
84 protected void detach() { method in class:BasicPooledConnAdapter
86 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/frame/
H A DRemoteFrame.cpp28 void RemoteFrame::detach() function in class:blink::RemoteFrame
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLObject.cpp72 void WebGLObject::detach() function in class:blink::WebGLObject
88 // However, as detach() is trivial, the individual WebGL
91 detach();
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DClearButtonElement.cpp54 void ClearButtonElement::detach(const AttachContext& context) function in class:blink::ClearButtonElement
60 HTMLDivElement::detach(context);
H A DTextControlInnerElements.cpp211 void SearchFieldCancelButtonElement::detach(const AttachContext& context) function in class:blink::SearchFieldCancelButtonElement
217 HTMLDivElement::detach(context);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DScopedPageLoadDeferrer.cpp65 void ScopedPageLoadDeferrer::detach() function in class:blink::ScopedPageLoadDeferrer
82 detach();
89 detach();
/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/qemu/
H A Dmigration-dummy-android.c36 void do_migrate(Monitor *mon, int detach, const char *uri) 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/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();
H A DMatchPatternIterator.java169 * state. After<code>detach</code> has been invoked, calls to
173 public void detach() method in class:MatchPatternIterator
179 // Always call the superclass detach last!
180 super.detach();
H A DReverseAxesWalker.java63 public void detach() method in class:ReverseAxesWalker
66 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.cpp64 void AXInlineTextBox::detach() function in class:blink::AXInlineTextBox
68 AXObject::detach();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentParser.cpp47 // Document is expected to call detach() before releasing its ref.
95 void DocumentParser::detach() function in class:blink::DocumentParser
/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:blink::PrerenderHandle
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPooledConnAdapter.java91 * if it is {@link #detach detach}ed
104 protected void detach() { method in class:AbstractPooledConnAdapter
105 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();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DPluginDocument.cpp183 void PluginDocument::detach(const AttachContext& context) function in class:blink::PluginDocument
187 HTMLDocument::detach(context);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAbstractInlineTextBox.cpp65 it->value->detach();
70 void AbstractInlineTextBox::detach() function in class:blink::AbstractInlineTextBox

Completed in 1202 milliseconds

123456