/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ |
H A D | chrome_browser_main.cc | 679 browser_process_->SetMetricsServices( in PreEarlyInitialization() 785 browser_process_->local_state(), in OnLocalStateLoaded() 891 browser_process_->Init(); in PreCreateThreadsImpl() 1161 browser_process_->watchdog_thread(); in PreMainMessageLoopRunImpl() 1166 browser_process_->PreMainMessageLoopRun(); in PreMainMessageLoopRunImpl() 1286 ->Init(browser_process_->local_state(), in PreMainMessageLoopRunImpl() 1414 browser_process_->local_state()); in PreMainMessageLoopRunImpl() 1430 browser_process_->profile_manager())); in PreMainMessageLoopRunImpl() 1759 browser_process_->StartTearDown(); in PostMainMessageLoopRun() 1781 browser_process_->PostDestroyThreads(); in PostDestroyThreads() [all …]
|
H A D | chrome_browser_main.h | 174 std::unique_ptr<BrowserProcessImpl> browser_process_; variable
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/base/ |
H A D | scoped_testing_local_state.cc | 13 : browser_process_(browser_process) { in ScopedTestingLocalState() 20 EXPECT_EQ(&local_state_, browser_process_->local_state()); in ~ScopedTestingLocalState() 21 browser_process_->SetLocalState(NULL); in ~ScopedTestingLocalState()
|
H A D | testing_profile_manager.cc | 50 browser_process_(process), in TestingProfileManager() 60 browser_process_(process), in TestingProfileManager() 67 browser_process_->SetProfileManager(NULL); in ~TestingProfileManager() 274 ASSERT_FALSE(browser_process_->profile_manager()) in SetUpInternal() 287 browser_process_->SetProfileManager(profile_manager_); // Takes ownership. in SetUpInternal()
|
H A D | scoped_testing_local_state.h | 26 TestingBrowserProcess* browser_process_;
|
H A D | testing_profile_manager.h | 150 TestingBrowserProcess* browser_process_; variable
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/ |
H A D | aw_browser_context_unittest.cc | 34 browser_process_ = new AwBrowserProcess(aw_feature_list_creator); in SetUp() 44 delete browser_process_; in TearDown() 50 AwBrowserProcess* browser_process_; member in android_webview::AwBrowserContextTest
|
H A D | aw_browser_main_parts.h | 45 std::unique_ptr<AwBrowserProcess> browser_process_; variable
|
H A D | aw_browser_main_parts.cc | 84 browser_process_ = std::make_unique<AwBrowserProcess>( in PreEarlyInitialization()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/telemetry/android/ |
H A D | android_telemetry_service_unittest.cc | 54 browser_process_ = TestingBrowserProcess::GetGlobal(); in SetUp() 62 browser_process_->SetSafeBrowsingService(sb_service_.get()); in SetUp() 79 browser_process_->safe_browsing_service()->ShutDown(); in TearDown() 80 browser_process_->SetSafeBrowsingService(nullptr); in TearDown() 102 TestingBrowserProcess* browser_process_; member in safe_browsing::AndroidTelemetryServiceTest
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/broker/ |
H A D | nacl_broker_listener.cc | 59 browser_process_ = base::Process::OpenWithExtraPrivileges(peer_pid); in OnChannelConnected() 60 CHECK(browser_process_.IsValid()); in OnChannelConnected() 127 browser_process_.Handle(), &loader_handle_in_browser, in OnLaunchLoaderThroughBroker()
|
H A D | nacl_broker_listener.h | 52 base::Process browser_process_; variable
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/ |
H A D | browser_main_parts_impl.cc | 119 browser_process_ = std::make_unique<BrowserProcess>(); in PreEarlyInitialization() 179 browser_process_->StartTearDown(); in PostMainMessageLoopRun()
|
H A D | browser_main_parts_impl.h | 41 std::unique_ptr<BrowserProcess> browser_process_; variable
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/ |
H A D | browser_main_parts_impl.cc | 192 browser_process_ = std::make_unique<BrowserProcess>(std::move(local_state_)); in PreEarlyInitialization() 280 browser_process_->StartTearDown(); in PostMainMessageLoopRun()
|
H A D | browser_main_parts_impl.h | 42 std::unique_ptr<BrowserProcess> browser_process_; variable
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browsing_data/ |
H A D | chrome_browsing_data_remover_delegate_unittest.cc | 330 : browser_process_(TestingBrowserProcess::GetGlobal()) { in RemoveSafeBrowsingCookieTester() 336 browser_process_->SetSafeBrowsingService(sb_service.get()); in RemoveSafeBrowsingCookieTester() 356 browser_process_->safe_browsing_service()->ShutDown(); in ~RemoveSafeBrowsingCookieTester() 358 browser_process_->SetSafeBrowsingService(nullptr); in ~RemoveSafeBrowsingCookieTester() 362 TestingBrowserProcess* browser_process_; member in __anonca6584c50111::RemoveSafeBrowsingCookieTester
|