HomeSort by relevance Sort by last modified time
    Searched refs:deref (Results 76 - 100 of 160) sorted by null

1 2 34 5 6 7

  /external/webkit/JavaScriptCore/bytecode/
StructureStubInfo.h 131 void deref();
CodeBlock.cpp     [all...]
  /external/webkit/WebCore/dom/
ScriptExecutionContext.h 113 void deref() { derefScriptExecutionContext(); } function in class:WebCore::ScriptExecutionContext
Node.h 568 using TreeShared<Node>::deref;
600 virtual void derefEventTarget() { deref(); }
  /external/webkit/WebKit/chromium/src/
WebDatabase.cpp 147 m_private->deref();
WebEvent.cpp 60 m_private->deref();
WebHTTPBody.cpp 153 m_private->deref();
WebNode.cpp 120 m_private->deref();
WebDragData.cpp 232 m_private->deref();
WebPopupMenuImpl.cpp 133 deref(); // Balances ref() from WebWidget::Create
  /external/webkit/WebKit/mac/History/
WebBackForwardList.mm 123 backForwardList->deref();
137 backForwardList->deref();
  /external/webkit/WebKit/win/
DOMCSSClasses.cpp 48 m_style->deref();
  /external/webkit/WebKit/gtk/webkit/
webkitwebresource.cpp 90 priv->resource->deref();
240 priv->resource->deref();
  /external/webkit/WebCore/loader/
MainResourceLoader.cpp 102 deref(); // balances ref in didReceiveResponse
127 deref(); // balances ref in willSendRequest
187 ref(); // balanced by deref in continueAfterNavigationPolicy
282 deref(); // balances ref in didReceiveResponse
353 ref(); // balanced by deref in continueAfterContentPolicy and didCancel
  /external/webkit/JavaScriptCore/runtime/
JSString.h 83 void deref() function in class:JSC::JSString::Rope::Fiber
86 rope()->deref();
88 string()->deref();
270 m_fibers[i].deref();
UStringImpl.h 164 ALWAYS_INLINE void deref() { if (!(m_refCount -= s_refCountIncrement)) delete this; } function in class:JSC::UStringImpl
  /external/webkit/WebCore/bindings/js/
JSEventListener.cpp 134 deref();
  /external/webkit/WebCore/bindings/v8/
DOMDataStore.cpp 64 // DOM objects should be deref-ed from the owning thread, not the GC thread
66 // that DOM objects are always deref-ed from the owning thread when running
75 // and deref the DOM object.
79 // to have it deref-ed from the owning thread at later time.
81 // all objects in the delayed queue and the thread map and deref all of
171 node->deref(); // Nobody overrides Node::deref so it's safe
WorkerContextExecutionProxy.cpp 92 event->deref();
  /external/webkit/WebCore/history/
PageCache.cpp 111 item->deref(); // Balanced in add().
  /external/webkit/WebCore/inspector/
JavaScriptProfile.cpp 138 profile->deref();
  /external/webkit/WebCore/rendering/
RenderWidget.cpp 143 // Clear the node before deref-ing, as this may be deleted when deref is called.
146 deref(arena);
303 void RenderWidget::deref(RenderArena *arena) function in class:WebCore::RenderWidget
  /external/webkit/WebCore/page/
DOMWindow.h 363 using RefCounted<DOMWindow>::deref;
369 virtual void derefEventTarget() { deref(); }
  /external/webkit/JavaScriptCore/wtf/
PassRefPtr.h 34 // T::ref() and T::deref(), which will fail compiling when PassRefPtr<T> is used as
53 ptr->deref();
Threading.h 317 void deref() function in class:WTF::ThreadSafeShared

Completed in 1289 milliseconds

1 2 34 5 6 7