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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
print_dialog_gtk2.cc 365 AddRef();
380 // Matches AddRef() above.
392 AddRef();
485 // Matches AddRef() in PrintDocument();
519 // Printing finished. Matches AddRef() in PrintDocument();
  /external/chromium_org/net/disk_cache/tracing/
tracing_cache_backend.cc 204 entry_proxy->AddRef();
208 entry_proxy->AddRef();
  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.cc 298 ppapi::PPB_Var_Shared::GetVarInterface1_0()->AddRef,
361 ppb_var_impl_->AddRef(var);
374 // release the object before it is AddRef'ed on the browser side.
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 149 stream->AddRef();
156 stream->AddRef();
  /external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 375 virtual ULONG STDMETHODCALLTYPE AddRef() SK_OVERRIDE {
395 this->AddRef();
  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame_unittest.cc 252 EXPECT_EQ(2, ref_count_frame->AddRef());
253 EXPECT_EQ(3, ref_count_frame->AddRef());
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 375 virtual ULONG STDMETHODCALLTYPE AddRef() SK_OVERRIDE {
395 this->AddRef();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h 508 ULONG (WINAPI *AddRef)(_ADOCollection *This);
524 #define _ADOCollection_AddRef(This) (This)->lpVtbl -> AddRef(This)
556 ULONG (WINAPI *AddRef)(_ADODynaCollection *This);
574 #define _ADODynaCollection_AddRef(This) (This)->lpVtbl -> AddRef(This)
605 ULONG (WINAPI *AddRef)(_ADO *This);
619 #define _ADO_AddRef(This) (This)->lpVtbl -> AddRef(This)
    [all...]
cdoex.h 524 ULONG (WINAPI *AddRef)(IDataSource *This);
549 #define IDataSource_AddRef(This) (This)->lpVtbl->AddRef(This)
663 ULONG (WINAPI *AddRef)(IMessage *This);
    [all...]
iiisext.h 156 HRESULT (WINAPI *AddRef)(IISApplicationPool *This,unsigned __LONG32 *retval);
186 #define IISApplicationPool_AddRef(This,retval) (This)->lpVtbl->AddRef(This,retval)
231 HRESULT (WINAPI *AddRef)(IISApplicationPools *This,unsigned __LONG32 *retval);
257 #define IISApplicationPools_AddRef(This,retval) (This)->lpVtbl->AddRef(This,retval)
307 HRESULT (WINAPI *AddRef)(IISWebService *This,unsigned __LONG32 *retval);
349 #define IISWebService_AddRef(This,retval) (This)->lpVtbl->AddRef(This,retval)
438 HRESULT (WINAPI *AddRef)(IISDsCrMap *This,unsigned __LONG32 *retval);
    [all...]
wiavideo.h 83 ULONG (WINAPI *AddRef)(IWiaVideo *This);
105 #define IWiaVideo_AddRef(This) (This)->lpVtbl->AddRef(This)
dbgeng.h 80 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
119 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
207 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
278 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
339 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
405 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
    [all...]
oleacc.h 429 ULONG (STDMETHODCALLTYPE *AddRef)(
582 #define IAccessible_AddRef(This) (This)->lpVtbl->AddRef(This)
617 return This->lpVtbl->AddRef(This);
    [all...]
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.cc 95 AddRef(); // Balanced in WebstoreStandaloneInstaller::CompleteInstall.
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_api.cc 256 AddRef();
  /external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api.cc 201 AddRef(); // Balanced in InstallUIProceed() / InstallUIAbort().
  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 57 AddRef();
297 Release(); // Matches the AddRef in BeginInstall.
308 Release(); // Matches the AddRef in BeginInstall.
  /external/chromium_org/chrome/browser/importer/
external_process_importer_client.cc 41 AddRef(); // balanced in Cleanup.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac.cc 89 destination_->AddRef();
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_win.cc 290 tracked_scroll_object_->AddRef();
  /external/chromium_org/content/browser/
plugin_data_remover_impl.cc 103 AddRef();
146 // Balancing the AddRef call.
153 // Balancing the AddRef call.
171 // Balancing the AddRef call.
  /external/chromium_org/content/child/
socket_stream_dispatcher.cc 103 AddRef(); // Released in OnClosed().
  /external/chromium_org/content/renderer/pepper/
pepper_broker.cc 131 AddRef();
pepper_platform_audio_input.cc 41 audio_input->AddRef();
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.h 122 virtual void AddRef() const = 0;

Completed in 1429 milliseconds

<<11121314151617181920>>