HomeSort by relevance Sort by last modified time
    Searched refs:AddRef (Results 526 - 550 of 657) sorted by null

<<21222324252627

  /external/chromium_org/net/disk_cache/blockfile/
sparse_control_v3.cc 309 entry_->AddRef(); // Balanced in DoAbortCallbacks.
338 deleter->AddRef();
599 entry_->AddRef(); // Balanced in DoUserCallback.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shader.h 126 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
170 #define ID3DXConstantTable_AddRef(p) (p)->lpVtbl->AddRef(p)
201 #define ID3DXConstantTable_AddRef(p) (p)->AddRef()
dplay.h 431 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
462 #define IDirectPlay_AddRef(p) (p)->lpVtbl->AddRef(p)
490 #define IDirectPlay_AddRef(p) (p)->AddRef()
526 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
564 #define IDirectPlay2_AddRef(p) (p)->lpVtbl->AddRef(p)
599 #define IDirectPlay2_AddRef(p) (p)->AddRef()
642 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
    [all...]
dimm.h 141 ULONG (WINAPI *AddRef)(IEnumRegisterWordA *This);
154 #define IEnumRegisterWordA_AddRef(This) (This)->lpVtbl->AddRef(This)
187 ULONG (WINAPI *AddRef)(IEnumRegisterWordW *This);
200 #define IEnumRegisterWordW_AddRef(This) (This)->lpVtbl->AddRef(This)
233 ULONG (WINAPI *AddRef)(IEnumInputContext *This);
246 #define IEnumInputContext_AddRef(This) (This)->lpVtbl->AddRef(This)
277 ULONG (WINAPI *AddRef)(IActiveIMMRegistrar *This);
288 #define IActiveIMMRegistrar_AddRef(This) (This)->lpVtbl->AddRef(This)
316 ULONG (WINAPI *AddRef)(IActiveIMMMessagePumpOwner *This);
330 #define IActiveIMMMessagePumpOwner_AddRef(This) (This)->lpVtbl->AddRef(This
    [all...]
mftransform.h 255 ULONG (STDMETHODCALLTYPE *AddRef)(
395 #define IMFTransform_AddRef(This) (This)->lpVtbl->AddRef(This)
427 return This->lpVtbl->AddRef(This);
wmcodecdsp.h 647 ULONG (STDMETHODCALLTYPE *AddRef)(
668 #define IWMValidate_AddRef(This) (This)->lpVtbl->AddRef(This)
678 return This->lpVtbl->AddRef(This);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc 187 audio_device_->AddRef();
192 audio_device_->AddRef();
204 audio_device_->AddRef();
233 audio_device_->AddRef();
261 audio_device_->AddRef();
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-tuple.h 134 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
137 struct AddRef { typedef T& type; }; // NOLINT
139 struct AddRef<T&> { typedef T& type; }; // NOLINT
141 // A handy wrapper for AddRef.
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-tuple.h 124 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
127 struct AddRef { typedef T& type; }; // NOLINT
129 struct AddRef<T&> { typedef T& type; }; // NOLINT
131 // A handy wrapper for AddRef.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
  /external/gtest/include/gtest/internal/
gtest-tuple.h 126 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
129 struct AddRef { typedef T& type; }; // NOLINT
131 struct AddRef<T&> { typedef T& type; }; // NOLINT
133 // A handy wrapper for AddRef.
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 124 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
127 struct AddRef { typedef T& type; }; // NOLINT
129 struct AddRef<T&> { typedef T& type; }; // NOLINT
131 // A handy wrapper for AddRef.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-tuple.h 124 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
127 struct AddRef { typedef T& type; }; // NOLINT
129 struct AddRef<T&> { typedef T& type; }; // NOLINT
131 // A handy wrapper for AddRef.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 123 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
126 struct AddRef { typedef T& type; }; // NOLINT
128 struct AddRef<T&> { typedef T& type; }; // NOLINT
130 // A handy wrapper for AddRef.
131 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 126 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
129 struct AddRef { typedef T& type; }; // NOLINT
131 struct AddRef<T&> { typedef T& type; }; // NOLINT
133 // A handy wrapper for AddRef.
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
  /external/chromium_org/base/metrics/
field_trial.cc 535 trial->AddRef();
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 77 AddRef(); // Balanced in the three listener outcomes.
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 73 AddRef(); // Balanced in LoadCompleted.
  /external/chromium_org/chrome/browser/extensions/
external_install_ui.cc 244 AddRef(); // Balanced in Proceed or Abort.
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 97 AddRef(); // matched by LoginHandler::ReleaseSoon().
  /external/chromium_org/content/browser/devtools/
embedded_worker_devtools_manager.cc 165 AddRef();
render_view_devtools_agent_host.cc 179 AddRef(); // Balanced in RenderViewHostDestroyed.
worker_devtools_manager.cc 73 AddRef(); // Balanced in ResetWorkerId.
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 102 AddRef();

Completed in 1726 milliseconds

<<21222324252627