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

12 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/core/html/
DOMSettableTokenList.h 47 virtual void deref() OVERRIDE { RefCounted<DOMSettableTokenList>::deref(); }
HTMLMediaSource.h 49 void deref() { derefHTMLMediaSource(); } function in class:WebCore::HTMLMediaSource
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext.h 52 void deref() { m_canvas->deref(); } function in class:WebCore::CanvasRenderingContext
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DOMApplicationCache.h 59 using RefCounted<DOMApplicationCache>::deref;
81 virtual void derefEventTarget() { deref(); }
  /external/chromium_org/third_party/WebKit/Source/core/workers/
AbstractWorker.h 58 using RefCounted<AbstractWorker>::deref;
71 virtual void derefEventTarget() OVERRIDE { deref(); }
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitSourceBufferList.h 64 using RefCounted<WebKitSourceBufferList>::deref;
76 virtual void derefEventTarget() OVERRIDE { deref(); }
MediaSourceBase.h 69 virtual void derefHTMLMediaSource() OVERRIDE { deref(); }
86 virtual void derefEventTarget() OVERRIDE { deref(); }
92 using RefCounted<MediaSourceBase>::deref;
WebKitMediaSource.h 60 using RefCounted<MediaSourceBase>::deref;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
fold_impl.hpp 20 # include <boost/mpl/deref.hpp>
38 # define AUX778076_FOLD_IMPL_OP(iter) typename deref<iter>::type
reverse_fold_impl.hpp 19 # include <boost/mpl/deref.hpp>
39 # define AUX778076_FOLD_IMPL_OP(iter) typename deref<iter>::type
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextEncoder.h 56 using RefCounted<TextEncoder>::deref;
TextDecoder.h 56 using RefCounted<TextDecoder>::deref;
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSafeRefCounted.h 84 void deref() function in class:WTF::ThreadSafeRefCounted
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_vec_index_to_cond_assign.cpp 73 ir_dereference *deref; local
94 deref = new(base_ir) ir_dereference_variable(index);
95 assign = new(base_ir) ir_assignment(deref, orig_deref->array_index, NULL);
116 /* Just clone the rest of the deref chain when trying to get at the
123 deref = new(base_ir) ir_dereference_variable(var);
124 assign = new(base_ir) ir_assignment(deref, swizzle, condition_swizzle);
165 ir_dereference_variable *deref; local
191 deref = new(ir) ir_dereference_variable(index);
192 assign = new(ir) ir_assignment(deref, orig_deref->array_index, NULL);
199 deref = new(ir) ir_dereference_variable(var)
    [all...]
opt_array_splitting.cpp 176 ir_dereference_variable *deref = ir->array->as_dereference_variable(); local
177 if (!deref)
180 variable_entry *entry = this->get_variable_entry(deref->var);
257 void split_deref(ir_dereference **deref);
280 ir_array_splitting_visitor::split_deref(ir_dereference **deref)
282 ir_dereference_array *deref_array = (*deref)->as_dereference_array();
299 *deref = new(entry->mem_ctx)
312 *deref = new(entry->mem_ctx) ir_dereference_variable(temp);
322 ir_dereference *deref = (*rvalue)->as_dereference();
324 if (!deref)
    [all...]
opt_structure_splitting.cpp 201 void split_deref(ir_dereference **deref);
227 ir_structure_splitting_visitor::split_deref(ir_dereference **deref)
229 if ((*deref)->ir_type != ir_type_dereference_record)
232 ir_dereference_record *deref_record = (ir_dereference_record *)*deref;
249 *deref = new(entry->mem_ctx) ir_dereference_variable(entry->components[i]);
258 ir_dereference *deref = (*rvalue)->as_dereference();
260 if (!deref)
263 split_deref(&deref);
264 *rvalue = deref;
  /external/mesa3d/src/glsl/
lower_vec_index_to_cond_assign.cpp 73 ir_dereference *deref; local
94 deref = new(base_ir) ir_dereference_variable(index);
95 assign = new(base_ir) ir_assignment(deref, orig_deref->array_index, NULL);
116 /* Just clone the rest of the deref chain when trying to get at the
123 deref = new(base_ir) ir_dereference_variable(var);
124 assign = new(base_ir) ir_assignment(deref, swizzle, condition_swizzle);
165 ir_dereference_variable *deref; local
191 deref = new(ir) ir_dereference_variable(index);
192 assign = new(ir) ir_assignment(deref, orig_deref->array_index, NULL);
199 deref = new(ir) ir_dereference_variable(var)
    [all...]
opt_array_splitting.cpp 176 ir_dereference_variable *deref = ir->array->as_dereference_variable(); local
177 if (!deref)
180 variable_entry *entry = this->get_variable_entry(deref->var);
257 void split_deref(ir_dereference **deref);
280 ir_array_splitting_visitor::split_deref(ir_dereference **deref)
282 ir_dereference_array *deref_array = (*deref)->as_dereference_array();
299 *deref = new(entry->mem_ctx)
312 *deref = new(entry->mem_ctx) ir_dereference_variable(temp);
322 ir_dereference *deref = (*rvalue)->as_dereference();
324 if (!deref)
    [all...]
opt_structure_splitting.cpp 201 void split_deref(ir_dereference **deref);
227 ir_structure_splitting_visitor::split_deref(ir_dereference **deref)
229 if ((*deref)->ir_type != ir_type_dereference_record)
232 ir_dereference_record *deref_record = (ir_dereference_record *)*deref;
249 *deref = new(entry->mem_ctx) ir_dereference_variable(entry->components[i]);
258 ir_dereference *deref = (*rvalue)->as_dereference();
260 if (!deref)
263 split_deref(&deref);
264 *rvalue = deref;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
fold_impl.hpp 49 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1;
67 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1;
69 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2;
87 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1;
89 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2;
91 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3;
109 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1;
111 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2;
113 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3;
115 typedef typename apply2< ForwardOp, state3, typename deref<iter3>::type >::type state4
    [all...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObject.h 76 thisObject->deref();
DatasetDOMStringMap.h 45 virtual void deref();
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
KeyOperation.h 65 virtual void deref() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
WebNodeList.cpp 66 m_private->deref();

Completed in 1460 milliseconds

12 3 4 5 6 7 8 91011