Home
last modified time | relevance | path

Searched refs:in_process_ (Results 1 – 23 of 23) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dconnection.h25 in_process_(false), in Connection()
33 in_process_(false), in Connection()
40 in_process_(true), in Connection()
44 return in_process_ ? in_process_renderer_sender_ in GetRendererSender()
48 bool in_process() { return in_process_; } in in_process()
57 bool in_process_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dconnection.h25 in_process_(false), in Connection()
33 in_process_(false), in Connection()
40 in_process_(true), in Connection()
44 return in_process_ ? in_process_renderer_sender_ in GetRendererSender()
48 bool in_process() { return in_process_; } in in_process()
57 bool in_process_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/ppapi/
H A Dppapi_test.cc121 PPAPITest::PPAPITest() : in_process_(true) { in PPAPITest()
128 if (in_process_) in SetUpCommandLine()
138 in_process_ = false; in OutOfProcessPPAPITest()
H A Dppapi_test.h79 bool in_process_; // Controls the --ppapi-in-process switch.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/gpu/
H A Dgpu_process_host.cc672 in_process_(false), in GpuProcessHost()
679 in_process_ = true; in GpuProcessHost()
682 if (!in_process_ && base::FeatureList::IsEnabled( in GpuProcessHost()
692 DCHECK(!in_process_ || g_gpu_process_hosts[kind] == nullptr); in GpuProcessHost()
731 if (!in_process_ && process_launched_) { in ~GpuProcessHost()
828 DCHECK(mode_ != gpu::GpuMode::DISABLED || in_process_); in Init()
830 if (in_process_) { in Init()
862 if (in_process_) { in Init()
929 if (in_process_) { in OnProcessLaunched()
1014 if (!in_process_ && in MaybeShutdownGpuProcess()
H A Dgpu_process_host.h208 bool in_process_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/gpu/
H A Dgpu_process_host.cc695 in_process_(false), in GpuProcessHost()
702 in_process_ = true; in GpuProcessHost()
705 if (!in_process_ && kind != GPU_PROCESS_KIND_INFO_COLLECTION && in GpuProcessHost()
716 DCHECK(!in_process_ || g_gpu_process_hosts[kind] == nullptr); in GpuProcessHost()
755 if (!in_process_ && process_launched_) { in ~GpuProcessHost()
848 if (in_process_) { in Init()
889 if (in_process_) { in Init()
951 if (in_process_) { in OnProcessLaunched()
1040 if (!in_process_ && in MaybeShutdownGpuProcess()
1114 if (in_process_) in DumpProcessStack()
H A Dgpu_process_host.h220 bool in_process_; variable
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dinterval.cc428 bool in_process_; member in operations_research::__anon42b6c0830111::BaseIntervalVar
852 CHECK(!in_process_); in Process()
853 in_process_ = true; in Process()
959 DCHECK(!in_process_); in Push()
961 DCHECK(!in_process_); in Push()
1077 CHECK(!in_process_); in Process()
1078 in_process_ = true; in Process()
1165 DCHECK(!in_process_); in Push()
1167 DCHECK(!in_process_); in Push()
1819 CHECK(in_process_); in OldStartMin()
[all …]
H A Dpack.cc119 in_process_(false) {
150 in_process_ = false; in ClearAll()
194 in_process_ = true; in InitialPropagate()
277 in_process_ = true; in Propagate()
453 return in_process_ && (solver()->fail_stamp() == stamp_); in IsInProcess()
H A Dconstraint_solver.cc227 in_process_(false), in Queue()
266 if (!in_process_) { in Process()
267 in_process_ = true; in Process()
280 in_process_ = false; in Process()
356 in_process_ = false; in AfterFailure()
409 bool in_process_; member in operations_research::Queue
H A Dexpressions.cc1586 bool in_process_; member in operations_research::__anon234752210111::DomainIntVar
2203 in_process_(false), in DomainIntVar()
2219 in_process_(false), in DomainIntVar()
2252 if (in_process_) { in SetMin()
2276 if (in_process_) { in SetMax()
2303 if (in_process_) { in SetRange()
2346 if (in_process_) { in SetValue()
2375 if (in_process_) { in RemoveValue()
2411 in_process_ = false; in CleanInProcess()
2424 CHECK(!in_process_); in Process()
[all …]
H A Dconstraint_solver.h5379 bool in_process_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/pepper/
H A Dbrowser_ppapi_host_impl.cc57 in_process_(in_process), in BrowserPpapiHostImpl()
86 DCHECK(in_process_ || plugin_process_.IsValid()); in GetPluginProcess()
H A Dbrowser_ppapi_host_impl.h137 bool in_process_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/pepper/
H A Dbrowser_ppapi_host_impl.cc57 in_process_(in_process), in BrowserPpapiHostImpl()
86 DCHECK(in_process_ || plugin_process_.IsValid()); in GetPluginProcess()
H A Dbrowser_ppapi_host_impl.h145 bool in_process_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/ppapi/
H A Dppapi_test.cc279 PPAPITest::PPAPITest() : in_process_(true) { in PPAPITest()
295 if (in_process_) in SetUpCommandLine()
310 in_process_ = false; in OutOfProcessPPAPITest()
H A Dppapi_test.h113 bool in_process_; // Controls the --ppapi-in-process switch.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/tracing/core/
H A Dtracing_service_impl.h144 bool in_process_; variable
H A Dtracing_service_impl.cc2759 in_process_(in_process), in ProducerEndpointImpl()
2878 if (in_process_) { in SetupSharedMemory()
2925 PERFETTO_DCHECK(in_process_); in MaybeSharedMemoryArbiter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/tracing/core/
H A Dtracing_service_impl.h150 bool in_process_; variable
H A Dtracing_service_impl.cc3130 in_process_(in_process), in ProducerEndpointImpl()
3247 if (in_process_) { in SetupSharedMemory()
3295 PERFETTO_DCHECK(in_process_); in MaybeSharedMemoryArbiter()