Searched defs:detach (Results 76 - 100 of 133) sorted by relevance

123456

/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java383 * <code>detach</code> method was invoked.
407 * <code>detach</code> method was invoked.
431 * state. After<code>detach</code> has been invoked, calls to
439 public void detach(){} method in class:NodeSetDTM
442 * Specify if it's OK for detach to release the iterator for reuse.
444 * @param allowRelease true if it is OK for detach to release this iterator
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DLocPathIterator.java243 clone.detach();
304 iter.detach();
655 /** Control over whether it is OK for detach to reset the iterator. */
659 * Specify if it's OK for detach to release the iterator for reuse.
661 * @param allowRelease true if it is OK for detach to release this iterator
672 * state. After<code>detach</code> has been invoked, calls to
676 public void detach() method in class:LocPathIterator
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.cpp160 void LocalFrame::detach() function in class:blink::LocalFrame
190 // We detach the FrameView's custom scroll bars as early as
191 // possible to prevent m_doc->detach() from messing with the view
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp367 void HTMLConstructionSite::detach() function in class:HTMLConstructionSite
H A DHTMLDocumentParser.cpp151 // detach() is not called in this case.
186 void HTMLDocumentParser::detach() function in class:blink::HTMLDocumentParser
190 DocumentParser::detach();
192 m_scriptRunner->detach();
193 m_treeBuilder->detach();
237 // Setting the ready state above can fire mutation event and detach us
880 // flush may ending up executing arbitrary script, and possibly detach the parser.
1027 parser->detach(); // Allows ~DocumentParser to assert it was detached before destruction.
H A DHTMLTreeBuilder.cpp325 void HTMLTreeBuilder::detach() function in class:blink::HTMLTreeBuilder
329 // DocumentParser expects detach() to always be called before it's destroyed.
332 // HTMLConstructionSite might be on the callstack when detach() is called
334 m_tree.detach();
2806 // Warning, this may detach the parser. Do not do anything else after this.
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFlowControl.py76 def detach(self): member in class:ControlBlock
215 block.detach()
222 block.detach()
/external/chromium_org/third_party/skia/forth/
H A DForth.cpp154 intptr_t* detach() { function in class:FCode
156 return fData.detach();
428 this->add(token, len, new CustomWord(subCode.detach()));
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp534 void SkOSWindow::detach() { function in class:SkOSWindow
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp576 void SkOSWindow::detach() { function in class:SkOSWindow
/external/chromium_org/third_party/webrtc/base/
H A Dhttpbase.cc385 HttpBase::detach() { function in class:rtc::HttpBase
/external/chromium_org/tools/traceline/svgui/
H A Dtraceline.js471 'detach': function() {
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp216 void detach (GLuint element, GLuint container);
272 void BufferVAOAttacher::detach (GLuint buffer, GLuint varr) function in class:deqp::gles3::Functional::__anon20027::BufferVAOAttacher
314 void detach (GLuint buffer, GLuint tf);
334 void BufferTfAttacher::detach (GLuint buffer, GLuint tf) function in class:deqp::gles3::Functional::__anon20027::BufferTfAttacher
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp534 void SkOSWindow::detach() { function in class:SkOSWindow
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp575 void SkOSWindow::detach() { function in class:SkOSWindow
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb350 def detach method in class:ANTLR3.BaseTree
765 root = root.child( 0 ).detach
907 elsif root.child_count == 1 then root = root.first.detach
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp145 void AXObject::detach() function in class:blink::AXObject
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.cpp581 oldChild.detach();
628 // Do any prep work needed before actually starting to detach
836 void ContainerNode::detach(const AttachContext& context) function in class:blink::ContainerNode
840 Node::detach(context);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.cpp91 void SVGElement::detach(const AttachContext& context) function in class:blink::SVGElement
93 Element::detach(context);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DView.js212 this.detach();
256 detach: function(overrideHideOnDetach)
300 children[i].detach();
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp387 // Second detach thread.
473 void ThreadState::detach() function in class:blink::ThreadState
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDevToolsAgentImpl.cpp257 void WebDevToolsAgentImpl::detach() function in class:blink::WebDevToolsAgentImpl
H A DWebPluginContainerImpl.cpp698 // is cleanly detached. If an explicit detach doesn't happen, this
718 void WebPluginContainerImpl::detach() function in class:blink::WebPluginContainerImpl
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h483 void* detach() { return this->set(NULL); } function in class:SkAutoFree
486 as calling sk_free(detach())
504 * on the block, unless detach() was called.
575 void* detach() { function in class:SkAutoMalloc
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h1124 GrTexture* detach() { function in class:GrAutoScratchTexture
1132 // The cache also has a ref which we are lending to the caller of detach(). When the caller

Completed in 1306 milliseconds

123456