HomeSort by relevance Sort by last modified time
    Searched refs:Detach (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
smart-pointer.h 77 // deleted then call Detach(). Afterwards, the smart pointer is empty
79 inline T* Detach() {
flags.cc 248 args->Add(buffer.ToCString().Detach());
250 args->Add(ToString(f).Detach());
258 args->Add(buffer.ToCString().Detach());
  /external/chromium/base/
scoped_comptr_win_unittest.cc 39 unk2.Attach(unk.Detach());
58 IMalloc* naked_copy = copy1.Detach();
scoped_comptr_win.h 61 Interface* Detach() {
wmi_util.cc 61 *wmi_services = wmi_services_r.Detach();
  /external/chromium/net/socket/
tcp_client_socket_win.cc 136 void Detach() { socket_ = NULL; }
401 core_->Detach();
  /external/webkit/WebCore/dom/
Node.h 106 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force };
433 virtual void detach();
Element.cpp 803 void Element::detach() function in class:WebCore::Element
810 ContainerNode::detach();
863 if (ch == Detach || !currentStyle) {
865 detach();
    [all...]
Node.cpp 309 ch = Detach;
480 detach();
821 lazyAttachedAncestor->detach();
1264 void Node::detach() function in class:WebCore::Node
    [all...]
  /external/webkit/WebCore/rendering/
RenderObjectChildList.cpp 338 if (!newContentWanted || (oldContentPresent && Node::diff(child->style(), pseudoElementStyle) == Node::Detach)) {
  /external/sonivox/jet_tools/JetCreator/
eas.py 726 def Detach (self, stream):
727 """Detach a file or output device from the EAS output. See
    [all...]

Completed in 180 milliseconds