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

1 2 3 4 56 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.h 78 const QualifiedName& operator=(const QualifiedName& other) { other.ref(); deref(); m_impl = other.m_impl; return *this; }
104 void deref();
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.h 195 using RefCounted<TextTrackCue>::deref;
222 virtual void derefEventTarget() { deref(); }
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoOperation.cpp 190 void CryptoOperationImpl::deref() function in class:WebCore::CryptoOperationImpl
192 ThreadSafeRefCounted<CryptoOperationImpl>::deref();
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 119 using RefCounted<IDBTransaction>::deref;
132 virtual void derefEventTarget() { deref(); }
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.h 129 using RefCounted<RTCPeerConnection>::deref;
143 virtual void derefEventTarget() { deref(); }
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNodeInput.cpp 81 node()->deref(AudioNode::RefTypeConnection); // Note: it's important to return immediately after all deref() calls since the node may be deleted.
89 node()->deref(AudioNode::RefTypeConnection); // Note: it's important to return immediately after all deref() calls since the node may be deleted.
MediaElementAudioSourceNode.cpp 151 deref();
OfflineAudioDestinationNode.cpp 87 ref(); // See corresponding deref() call in notifyCompleteDispatch().
160 destinationNode->deref();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.h 105 using RefCounted<MainThreadWebSocketChannel>::deref;
110 virtual void derefWebSocketChannel() OVERRIDE { deref(); }
WorkerThreadableWebSocketChannel.h 122 using RefCounted<WorkerThreadableWebSocketChannel>::deref;
127 virtual void derefWebSocketChannel() OVERRIDE { deref(); }
153 using RefCounted<Bridge>::deref;
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_builder.cpp 49 assign(deref lhs, operand rhs, int writemask)
61 assign(deref lhs, operand rhs)
lower_mat_op_to_vec.cpp 326 ir_dereference *deref = orig_expr->operands[i]->as_dereference(); local
329 if (deref &&
330 deref->variable_referenced() != result->variable_referenced()) {
331 op[i] = deref;
344 * that others that want to use op[i] have to clone the deref.
lower_clip_distance.cpp 184 * there's no way this deref can refer to it.
291 ir_dereference_variable *deref = actual_param->as_dereference_variable(); local
292 if (deref && deref->var == this->old_clip_distance_var) {
opt_dead_code_local.cpp 102 ir_dereference_variable *deref = ir->val->as_dereference_variable(); local
103 if (!deref)
112 kill_channels(deref->var, used);
  /external/mesa3d/src/glsl/
ir_builder.cpp 49 assign(deref lhs, operand rhs, int writemask)
61 assign(deref lhs, operand rhs)
lower_mat_op_to_vec.cpp 326 ir_dereference *deref = orig_expr->operands[i]->as_dereference(); local
329 if (deref &&
330 deref->variable_referenced() != result->variable_referenced()) {
331 op[i] = deref;
344 * that others that want to use op[i] have to clone the deref.
lower_clip_distance.cpp 184 * there's no way this deref can refer to it.
291 ir_dereference_variable *deref = actual_param->as_dereference_variable(); local
292 if (deref && deref->var == this->old_clip_distance_var) {
opt_dead_code_local.cpp 102 ir_dereference_variable *deref = ir->val->as_dereference_variable(); local
103 if (!deref)
112 kill_channels(deref->var, used);
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 153 FragmentRef::Address FragmentRef::deref() function in class:FragmentRef
170 FragmentRef::ConstAddress FragmentRef::deref() const function in class:FragmentRef
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.h 72 void deref();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.h 41 using RefCounted<SVGViewSpec>::deref;
  /external/chromium_org/third_party/WebKit/Source/web/
WebNotification.cpp 169 m_private->deref();
WebSecurityOrigin.cpp 156 m_private->deref();
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.h 117 unsigned int deref:1; member in struct:yasm_insn_operand
  /external/opencv/cv/src/
cvkdtree.cpp 57 struct deref { struct in struct:CvFeatureTree
62 deref(CvMat* _mat) : mat(_mat) { function in struct:CvFeatureTree::deref
73 { typedef CvKDTree<int, deref<float, CV_32F> > tree_type; c; break; } \
75 { typedef CvKDTree<int, deref<double, CV_64F> > tree_type; c; break; } \

Completed in 3399 milliseconds

1 2 3 4 56 7 8 91011