HomeSort by relevance Sort by last modified time
    Searched refs:deref (Results 176 - 200 of 228) sorted by null

1 2 3 4 5 6 78 910

  /external/webkit/Source/WebCore/websockets/
WebSocketChannel.cpp 182 deref();
  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityObject.cpp 566 m_private->deref();
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 123 coreItem->deref();
137 coreItem->deref();
  /external/webkit/Source/WebCore/dom/
Document.h 174 void deref() const;
220 using TreeScope::deref;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 125 m_image->deref();
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 193 m_element->deref();
206 m_element->deref();
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm     [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.cpp 139 m_graph.deref(priorSet);
184 m_graph.deref(priorSet);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 241 ALWAYS_INLINE void deref() { m_refCountAndFlags -= s_refCountIncrement; if (!(m_refCountAndFlags & (s_refCountMask | s_refCountFlagStatic))) delete this; } function in class:WTF::StringImpl
StringImpl.cpp 65 m_substringBuffer->deref();
69 m_sharedBuffer->deref();
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 178 cacheKey->deref();
  /external/webkit/Source/WebCore/history/
PageCache.cpp 397 item->deref(); // Balanced in add().
  /external/webkit/Source/WebCore/html/
HTMLFormControlElement.cpp 153 element->deref();
402 // An event handler can deref this object.
  /external/webkit/Source/WebCore/workers/
DefaultSharedWorkerRepository.cpp 299 this->deref(); // This frees this object - must be the last action in this function.
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitem.cpp 102 item->deref();
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.cpp 137 string->deref();
  /external/webkit/Source/WebCore/page/
Frame.cpp 589 frame->deref();
600 deref();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 179 bool deref(NativeImagePtr image) function in struct:WebCore::TextureMapperGLData::DirectlyCompositedImageRepository
513 if (m_id && (!m_image || !m_textureMapper->data().directlyCompositedImages.deref(m_image)))
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.cpp 457 m_node->deref();
558 m_nodeList->deref();
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 697 * temporary and return a deref of that temporary. If the rvalue
751 ir_dereference_variable *deref = access->as_dereference_variable(); local
753 if (deref) {
754 deref->var->max_array_access = deref->type->length - 1;
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.cpp 73 jsClass->deref();
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 614 // symbol table, so we just pass as a raw pointer with a ref count of 1. We then manually deref
622 sharedSymbolTable()->deref();
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 371 globalData->deref();
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 465 stringImpl->deref();
  /external/webkit/Source/WebCore/bridge/
NP_jsobject.cpp 133 obj->rootObject->deref();

Completed in 843 milliseconds

1 2 3 4 5 6 78 910