HomeSort by relevance Sort by last modified time
    Searched refs:detach (Results 126 - 150 of 615) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXScrollView.h 44 virtual void detach() OVERRIDE;
AXScrollView.cpp 48 void AXScrollView::detach() function in class:blink::AXScrollView
50 AXObject::detach();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObjectTest.cpp 101 destDocument().detach();
DocumentParser.cpp 47 // Document is expected to call detach() before releasing its ref.
95 void DocumentParser::detach() function in class:blink::DocumentParser
DocumentParser.h 74 // document() will return 0 after detach() is called.
87 // stopParsing() is currently different from detach(), but shouldn't be.
89 // detach() or stopParsing() but right now only detach() will ASSERT.
92 // Document is expected to detach the parser before releasing its ref.
93 // After detach, m_document is cleared. The parser will unwind its
96 // detach is called.
97 // Oilpan: We don't need to call detach when a Document is destructed.
98 virtual void detach();
NodeIterator.h 54 void detach();
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ElementShadow.h 58 void detach(const Node::AttachContext&);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.h 57 virtual void detach() = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.h 78 virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLScriptRunner.h 55 void detach();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
PickerIndicatorElement.h 79 virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
SpinButtonElement.h 78 virtual void detach(const AttachContext&) OVERRIDE;
TextControlInnerElements.h 91 virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
RequestResponseView.js 79 this._emptyView.detach();
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Win.h 46 void detach();
  /external/chromium_org/third_party/skia/src/animator/
SkDrawShader.cpp 80 (void)autoDel.detach();
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.h 50 - (void)detach;
  /external/qemu/include/hw/
pcmcia.h 23 int (*detach)(void *state); member in struct:PCMCIACardState
  /external/skia/include/views/
SkOSWindow_Win.h 46 void detach();
  /external/skia/src/animator/
SkDrawShader.cpp 80 (void)autoDel.detach();
  /external/skia/src/views/mac/
SkNSView.h 50 - (void)detach;
  /frameworks/av/include/soundtrigger/
SoundTrigger.h 46 void detach();
  /external/chromium_org/third_party/skia/include/core/
SkTemplates.h 72 If detach() is called, the object reference is set to null. If the object
84 T* detach() { T* obj = fObj; fObj = NULL; return obj; } function in class:SkAutoTCallVProc
101 If detach() is called, the object reference is set to null. If the object
109 T* detach() { T* obj = fObj; fObj = NULL; return obj; } function in class:SkAutoTCallIProc
154 T* detach() { function in class:SkAutoTDelete
193 T* detach() { T* array = fArray; fArray = NULL; return array; } function in class:SkAutoTDeleteArray
387 T* detach() {
  /external/skia/include/core/
SkTemplates.h 72 If detach() is called, the object reference is set to null. If the object
80 T* detach() { T* obj = fObj; fObj = NULL; return obj; } function in class:SkAutoTCallVProc
89 If detach() is called, the object reference is set to null. If the object
97 T* detach() { T* obj = fObj; fObj = NULL; return obj; } function in class:SkAutoTCallIProc
141 T* detach() { function in class:SkAutoTDelete
180 T* detach() { T* array = fArray; fArray = NULL; return array; } function in class:SkAutoTDeleteArray
374 T* detach() {
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
OneStepIterator.java 104 * state. After<code>detach</code> has been invoked, calls to
108 public void detach() method in class:OneStepIterator
115 // Always call the superclass detach last!
116 super.detach();

Completed in 854 milliseconds

1 2 3 4 56 7 8 91011>>