Home
last modified time | relevance | path

Searched refs:UpdateReferences (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DFileInfo.h39 UpdateReferences(mRefCnt, 1); in AddRef()
45 UpdateReferences(mRefCnt, -1, aCustomCleanupCallback);
51 UpdateReferences(mDBRefCnt, aDelta); in UpdateDBRefs()
57 UpdateReferences(mSliceRefCnt, aDelta); in UpdateSliceRefs()
77 UpdateReferences(ThreadSafeAutoRefCnt& aRefCount,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DFileInfo.h34 void AddRef() { UpdateReferences(mRefCnt, 1); } in AddRef()
37 UpdateReferences(mRefCnt, -1, aCustomCleanupCallback);
40 void UpdateDBRefs(int32_t aDelta) { UpdateReferences(mDBRefCnt, aDelta); } in UpdateDBRefs()
43 UpdateReferences(mSliceRefCnt, aDelta); in UpdateSliceRefs()
59 void UpdateReferences(
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/surfaces/
H A Dreferenced_surface_tracker_unittest.cc53 void UpdateReferences( in UpdateReferences() function in viz::ReferencedSurfaceTrackerTest
77 UpdateReferences(parent_id, MakeReferenceSet({}), in TEST_F()
90 UpdateReferences(parent_id, referenced_surfaces, referenced_surfaces); in TEST_F()
101 UpdateReferences(parent_id, MakeReferenceSet({child_id1}), in TEST_F()
116 UpdateReferences(parent_id, MakeReferenceSet({child_id1_first}), in TEST_F()
131 UpdateReferences(parent_id, MakeReferenceSet({}), initial_referenced); in TEST_F()
137 UpdateReferences(parent_id, initial_referenced, in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/surfaces/
H A Dreferenced_surface_tracker_unittest.cc54 void UpdateReferences( in UpdateReferences() function in viz::ReferencedSurfaceTrackerTest
78 UpdateReferences(parent_id, MakeReferenceSet({}), in TEST_F()
91 UpdateReferences(parent_id, referenced_surfaces, referenced_surfaces); in TEST_F()
102 UpdateReferences(parent_id, MakeReferenceSet({child_id1}), in TEST_F()
117 UpdateReferences(parent_id, MakeReferenceSet({child_id1_first}), in TEST_F()
132 UpdateReferences(parent_id, MakeReferenceSet({}), initial_referenced); in TEST_F()
138 UpdateReferences(parent_id, initial_referenced, in TEST_F()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerEmu/
H A DControllerEmu.cpp40 void EmulatedController::UpdateReferences(const ControllerInterface& devi) in UpdateReferences() function in ControllerEmu::EmulatedController
46 UpdateReferences(env); in UpdateReferences()
49 void EmulatedController::UpdateReferences(ciface::ExpressionParser::ControlEnvironment& env) in UpdateReferences() function in ControllerEmu::EmulatedController
69 attachment->UpdateReferences(env); in UpdateReferences()
H A DControllerEmu.h186 void UpdateReferences(const ControllerInterface& devi);
224 void UpdateReferences(ciface::ExpressionParser::ControlEnvironment& env);
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DExpressionParser.cpp280 void UpdateReferences(ControlEnvironment& env) override in UpdateReferences() function in ciface::ExpressionParser::ControlExpression
404 void UpdateReferences(ControlEnvironment& env) override in UpdateReferences() function in ciface::ExpressionParser::BinaryExpression
406 lhs->UpdateReferences(env); in UpdateReferences()
407 rhs->UpdateReferences(env); in UpdateReferences()
421 void UpdateReferences(ControlEnvironment&) override in UpdateReferences() function in ciface::ExpressionParser::LiteralExpression
463 void UpdateReferences(ControlEnvironment& env) override in UpdateReferences() function in ciface::ExpressionParser::VariableExpression
532 void UpdateReferences(ControlEnvironment& env) override in UpdateReferences() function in ciface::ExpressionParser::HotkeyExpression
535 input->UpdateReferences(env); in UpdateReferences()
537 m_final_input->UpdateReferences(env); in UpdateReferences()
573 m_lhs->UpdateReferences(env); in UpdateReferences()
[all …]
H A DFunctionExpression.h35 void UpdateReferences(ControlEnvironment& env) override;
H A DControlReference.cpp31 m_parsed_expression->UpdateReferences(env); in UpdateReference()
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DFileInfoImpl.h40 UpdateReferences(mRefCnt, -1, aSyncDeleteFile); in Release()
45 UpdateReferences(mDBRefCnt, aDelta); in UpdateDBRefs()
68 void FileInfo<FileManager>::UpdateReferences(ThreadSafeAutoRefCnt& aRefCount, in UpdateReferences() function
H A DFileInfo.h58 void UpdateReferences(ThreadSafeAutoRefCnt& aRefCount, int32_t aDelta,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DFileInfoImpl.h40 UpdateReferences(mRefCnt, -1, aSyncDeleteFile); in Release()
45 UpdateReferences(mDBRefCnt, aDelta); in UpdateDBRefs()
68 void FileInfo<FileManager>::UpdateReferences(ThreadSafeAutoRefCnt& aRefCount, in UpdateReferences() function
H A DFileInfo.h58 void UpdateReferences(ThreadSafeAutoRefCnt& aRefCount, int32_t aDelta,
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DFileInfoImpl.h42 UpdateReferences(mRefCnt, -1, aSyncDeleteFile); in Release()
47 UpdateReferences(mDBRefCnt, aDelta); in UpdateDBRefs()
70 void FileInfo<FileManager>::UpdateReferences(ThreadSafeAutoRefCnt& aRefCount, in UpdateReferences() function
H A DFileInfo.h58 void UpdateReferences(ThreadSafeAutoRefCnt& aRefCount, int32_t aDelta,
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_update_from_pcb.cpp56 m_cbUpdateReferences->SetValue( s_savedDialogState.UpdateReferences ); in DIALOG_UPDATE_FROM_PCB()
120 m_cbUpdateReferences->SetValue( s_savedDialogState.UpdateReferences ); in OnOptionChanged()
130 s_savedDialogState.UpdateReferences = m_cbUpdateReferences->GetValue(); in OnOptionChanged()
H A Ddialog_update_from_pcb.h54 bool UpdateReferences; member
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DFileInfoTImpl.h40 UpdateReferences(mRefCnt, -1, aSyncDeleteFile); in Release()
45 UpdateReferences(mDBRefCnt, aDelta); in UpdateDBRefs()
73 void FileInfoT<FileManager>::UpdateReferences(ThreadSafeAutoRefCnt& aRefCount, in UpdateReferences() function
H A DFileInfoT.h44 void UpdateReferences(ThreadSafeAutoRefCnt& aRefCount, int32_t aDelta,
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/
H A DInputConfig.cpp131 controller->UpdateReferences(g_controller_interface); in LoadConfig()
141 m_controllers[0]->UpdateReferences(g_controller_interface); in LoadConfig()
185 controller->UpdateReferences(g_controller_interface); in RegisterHotplugCallback()
/dports/chinese/librime/librime-1.7.3/src/rime/dict/
H A Dstring_table.cc92 UpdateReferences(); in Build()
95 void StringTableBuilder::UpdateReferences() { in UpdateReferences() function in rime::StringTableBuilder
H A Dstring_table.h51 void UpdateReferences();
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DMappingWindow.cpp276 m_controller->UpdateReferences(g_controller_interface); in OnLoadProfilePressed()
316 m_controller->UpdateReferences(g_controller_interface); in OnSelectDevice()
493 m_controller->UpdateReferences(g_controller_interface); in OnDefaultFieldsPressed()
510 m_controller->UpdateReferences(g_controller_interface); in OnClearFieldsPressed()
/dports/lang/pocl/pocl-1.8/lib/llvmopencl/
H A DBarrierTailReplication.h76 void UpdateReferences(const BasicBlockVector &graph,
H A DBarrierTailReplication.cc299 UpdateReferences(v, m); in ReplicateSubgraph()
403 BarrierTailReplication::UpdateReferences(const BasicBlockVector &graph, in UpdateReferences() function in BarrierTailReplication

12