HomeSort by relevance Sort by last modified time
    Searched refs:deref (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/Source/WebCore/platform/network/
AuthenticationClient.h 41 void deref() { derefAuthenticationClient(); } function in class:WebCore::AuthenticationClient
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 131 MachineOperand &deref() const { return *OpI; } function in class:llvm::MachineOperandIteratorBase
215 MachineOperand &operator* () const { return deref(); }
216 MachineOperand *operator->() const { return &deref(); }
225 const MachineOperand &operator* () const { return deref(); }
226 const MachineOperand *operator->() const { return &deref(); }
235 MachineOperand &operator* () const { return deref(); }
236 MachineOperand *operator->() const { return &deref(); }
246 const MachineOperand &operator* () const { return deref(); }
247 const MachineOperand *operator->() const { return &deref(); }
  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.cpp 41 nextRope->deref();
43 static_cast<StringImpl*>(fiber)->deref();
RopeImpl.h 54 static void deref(Fiber fiber) function in class:JSC::RopeImpl
57 static_cast<RopeImpl*>(fiber)->deref();
59 static_cast<StringImpl*>(fiber)->deref();
72 ALWAYS_INLINE void deref() function in class:JSC::RopeImpl
  /external/webkit/Source/WebCore/html/
ValidityState.h 41 void deref() { m_control->deref(); } function in class:WebCore::ValidityState
DOMSettableTokenList.h 47 virtual void deref() { RefCounted<DOMSettableTokenList>::deref(); } function in class:WebCore::DOMSettableTokenList
  /external/webkit/Source/WebCore/bindings/cpp/
WebNativeNodeFilterCondition.cpp 34 m_filter->deref();
WebNativeEventListener.cpp 35 m_listener->deref();
  /external/webkit/Source/WebCore/bridge/jni/
JobjectWrapper.h 50 void deref() function in class:JSC::Bindings::JobjectWrapper
  /external/webkit/Source/WebCore/platform/graphics/android/
SharedBufferStream.cpp 36 ((SharedBuffer*)buffer)->deref();
46 // we can't necessarily call fBuffer->deref() here, as we may be
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCustomPlatformDataPango.cpp 40 static_cast<SharedBuffer*>(data)->deref();
  /external/webkit/Source/WebCore/rendering/
RenderWidgetProtector.h 44 m_object->deref(m_arena);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKType.cpp 47 static_cast<APIObject*>(const_cast<void*>(typeRef))->deref();
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 82 Address deref();
84 ConstAddress deref() const;
87 { return deref(); }
90 { return deref(); }
  /external/webkit/Source/WebCore/rendering/style/
ContentData.cpp 68 m_content.m_image->deref();
71 m_content.m_text->deref();
  /external/webkit/Source/WebCore/workers/
AbstractWorker.h 58 using RefCounted<AbstractWorker>::deref;
71 virtual void derefEventTarget() { deref(); }
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestUpload.h 66 using RefCounted<XMLHttpRequestUpload>::deref;
72 virtual void derefEventTarget() { deref(); }
  /external/webkit/Source/WebKit/qt/Api/
qwebhistory_p.h 45 item->deref();
62 lst->deref();
  /external/webkit/Tools/DumpRenderTree/chromium/
TestWebWorker.h 67 deref();
81 deref();
  /external/webkit/Source/WebCore/bindings/objc/
DOMXPath.mm 48 IMPL->deref();
55 IMPL->deref();
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestInterface.mm 60 IMPL->deref();
67 IMPL->deref();
DOMTestMediaQueryListListener.mm 59 IMPL->deref();
66 IMPL->deref();
DOMTestSerializedScriptValueInterface.mm 61 IMPL->deref();
68 IMPL->deref();
  /external/webkit/Source/WebCore/dom/
DOMStringMap.h 44 virtual void deref() = 0;
  /external/opencv/cv/src/
_cvkdtree.hpp 72 scalar_type boundary; // left if deref(value,dim)<=boundary, otherwise right
76 __deref deref; // requires operator() (__valuetype lhs,int dim) member in class:CvKDTree
93 mean += deref(ctor(*k), j);
97 accum_type diff = accum_type(deref(ctor(*k), j)) - mean;
129 __deref deref; member in struct:CvKDTree::median_pr
132 : pivot(_pivot), dim(_dim), deref(_deref), ctor(_ctor) {
135 return deref(ctor(lhs), dim) <= deref(ctor(pivot), dim);
147 (last[-1], dim, deref, ctor));
167 for (; split != last && deref(ctor(*split), dim) ==
    [all...]

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 9