code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/ssl_error_controller_client.h" #include "base/task/thread_pool.h" #include "build/build_config.h" #include "components/security_interstitials/conten...
Zhao-PengFei35/chromium_src_4
weblayer/browser/ssl_error_controller_client.cc
C++
unknown
2,732
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_SSL_ERROR_CONTROLLER_CLIENT_H_ #define WEBLAYER_BROWSER_SSL_ERROR_CONTROLLER_CLIENT_H_ #include "components/security_interstitials/content/security_in...
Zhao-PengFei35/chromium_src_4
weblayer/browser/ssl_error_controller_client.h
C++
unknown
1,869
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/stateful_ssl_host_state_delegate_factory.h" #include <memory> #include "components/keyed_service/content/browser_context_dependency_manager.h" #inc...
Zhao-PengFei35/chromium_src_4
weblayer/browser/stateful_ssl_host_state_delegate_factory.cc
C++
unknown
1,878
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_STATEFUL_SSL_HOST_STATE_DELEGATE_FACTORY_H_ #define WEBLAYER_BROWSER_STATEFUL_SSL_HOST_STATE_DELEGATE_FACTORY_H_ #include "base/memory/singleton.h" #i...
Zhao-PengFei35/chromium_src_4
weblayer/browser/stateful_ssl_host_state_delegate_factory.h
C++
unknown
1,623
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/json/json_reader.h" #include "base/test/scoped_feature_list.h" #include "base/test/simple_test_clock.h" #include "build/build_config.h" #include "components/cont...
Zhao-PengFei35/chromium_src_4
weblayer/browser/subresource_filter_browsertest.cc
C++
unknown
32,954
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/subresource_filter_profile_context_factory.h" #include "base/no_destructor.h" #include "components/keyed_service/content/browser_context_dependency_...
Zhao-PengFei35/chromium_src_4
weblayer/browser/subresource_filter_profile_context_factory.cc
C++
unknown
1,992
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_SUBRESOURCE_FILTER_PROFILE_CONTEXT_FACTORY_H_ #define WEBLAYER_BROWSER_SUBRESOURCE_FILTER_PROFILE_CONTEXT_FACTORY_H_ #include "base/no_destructor.h" #...
Zhao-PengFei35/chromium_src_4
weblayer/browser/subresource_filter_profile_context_factory.h
C++
unknown
1,643
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/system_network_context_manager.h" #include "build/build_config.h" #include "build/chromeos_buildflags.h" #include "components/net_log/net_export_fil...
Zhao-PengFei35/chromium_src_4
weblayer/browser/system_network_context_manager.cc
C++
unknown
5,363
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_SYSTEM_NETWORK_CONTEXT_MANAGER_H_ #define WEBLAYER_BROWSER_SYSTEM_NETWORK_CONTEXT_MANAGER_H_ #include "base/memory/scoped_refptr.h" #include "mojo/pub...
Zhao-PengFei35/chromium_src_4
weblayer/browser/system_network_context_manager.h
C++
unknown
3,595
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/tab_callback_proxy.h" #include "base/android/jni_string.h" #include "base/trace_event/trace_event.h" #include "url/gurl.h" #include "weblayer/browse...
Zhao-PengFei35/chromium_src_4
weblayer/browser/tab_callback_proxy.cc
C++
unknown
2,127
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_TAB_CALLBACK_PROXY_H_ #define WEBLAYER_BROWSER_TAB_CALLBACK_PROXY_H_ #include <jni.h> #include "base/android/scoped_java_ref.h" #include "base/memory...
Zhao-PengFei35/chromium_src_4
weblayer/browser/tab_callback_proxy.h
C++
unknown
1,135
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/tab_impl.h" #include <cmath> #include "base/auto_reset.h" #include "base/feature_list.h" #include "base/functional/bind.h" #include "base/functiona...
Zhao-PengFei35/chromium_src_4
weblayer/browser/tab_impl.cc
C++
unknown
45,944
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_TAB_IMPL_H_ #define WEBLAYER_BROWSER_TAB_IMPL_H_ #include <memory> #include <set> #include <string> #include "base/functional/callback_forward.h" #in...
Zhao-PengFei35/chromium_src_4
weblayer/browser/tab_impl.h
C++
unknown
13,458
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/test/test_infobar.h" #include <memory> #include <utility> #include "base/functional/bind.h" #include "components/infobars/content/content_infobar_m...
Zhao-PengFei35/chromium_src_4
weblayer/browser/test/test_infobar.cc
C++
unknown
1,794
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_TEST_TEST_INFOBAR_H_ #define WEBLAYER_BROWSER_TEST_TEST_INFOBAR_H_ #include "base/android/jni_android.h" #include "base/android/scoped_java_ref.h" #in...
Zhao-PengFei35/chromium_src_4
weblayer/browser/test/test_infobar.h
C++
unknown
1,232
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/java/test_jni/TestWebLayerImpl_jni.h" #include <utility> #include "base/android/callback_android.h" #include "base/android/jni_string.h" #include "...
Zhao-PengFei35/chromium_src_4
weblayer/browser/test/test_weblayer_impl.cc
C++
unknown
3,107
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "build/build_config.h" #include "components/infobars/android/infobar_android.h" // nogncheck #include "components/infobars/content/content_infobar_manager.h" #include...
Zhao-PengFei35/chromium_src_4
weblayer/browser/translate_browsertest.cc
C++
unknown
39,056
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/translate_client_impl.h" #include <memory> #include <vector> #include "build/build_config.h" #include "components/infobars/core/infobar.h" #include...
Zhao-PengFei35/chromium_src_4
weblayer/browser/translate_client_impl.cc
C++
unknown
7,032
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_TRANSLATE_CLIENT_IMPL_H_ #define WEBLAYER_BROWSER_TRANSLATE_CLIENT_IMPL_H_ #include <memory> #include <string> #include "base/scoped_observation.h" #...
Zhao-PengFei35/chromium_src_4
weblayer/browser/translate_client_impl.h
C++
unknown
3,467
// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/translate_compact_infobar.h" #include <stddef.h> #include <memory> #include "base/android/jni_android.h" #include "base/android/jni_array.h" #incl...
Zhao-PengFei35/chromium_src_4
weblayer/browser/translate_compact_infobar.cc
C++
unknown
8,968
// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_TRANSLATE_COMPACT_INFOBAR_H_ #define WEBLAYER_BROWSER_TRANSLATE_COMPACT_INFOBAR_H_ #include "base/android/scoped_java_ref.h" #include "components/info...
Zhao-PengFei35/chromium_src_4
weblayer/browser/translate_compact_infobar.h
C++
unknown
3,918
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/translate_ranker_factory.h" #include "base/files/file_path.h" #include "base/no_destructor.h" #include "components/keyed_service/content/browser_con...
Zhao-PengFei35/chromium_src_4
weblayer/browser/translate_ranker_factory.cc
C++
unknown
1,699
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_TRANSLATE_RANKER_FACTORY_H_ #define WEBLAYER_BROWSER_TRANSLATE_RANKER_FACTORY_H_ #include "base/no_destructor.h" #include "components/keyed_service/co...
Zhao-PengFei35/chromium_src_4
weblayer/browser/translate_ranker_factory.h
C++
unknown
1,753
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/tts_environment_android_impl.h" #include "base/functional/callback.h" namespace weblayer { TtsEnvironmentAndroidImpl::TtsEnvironmentAndroidImpl() ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/tts_environment_android_impl.cc
C++
unknown
1,299
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_TTS_ENVIRONMENT_ANDROID_IMPL_H_ #define WEBLAYER_BROWSER_TTS_ENVIRONMENT_ANDROID_IMPL_H_ #include "content/public/browser/tts_environment_android.h" ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/tts_environment_android_impl.h
C++
unknown
1,048
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/verdict_cache_manager_factory.h" #include "components/keyed_service/content/browser_context_dependency_manager.h" #include "components/safe_browsing...
Zhao-PengFei35/chromium_src_4
weblayer/browser/verdict_cache_manager_factory.cc
C++
unknown
1,728
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_VERDICT_CACHE_MANAGER_FACTORY_H_ #define WEBLAYER_BROWSER_VERDICT_CACHE_MANAGER_FACTORY_H_ #include "base/memory/singleton.h" #include "components/key...
Zhao-PengFei35/chromium_src_4
weblayer/browser/verdict_cache_manager_factory.h
C++
unknown
1,633
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/web_contents_view_delegate_impl.h" #include <memory> #include "weblayer/browser/tab_impl.h" namespace weblayer { WebContentsViewDelegateImpl::Web...
Zhao-PengFei35/chromium_src_4
weblayer/browser/web_contents_view_delegate_impl.cc
C++
unknown
971
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEB_CONTENTS_VIEW_DELEGATE_IMPL_H_ #define WEBLAYER_BROWSER_WEB_CONTENTS_VIEW_DELEGATE_IMPL_H_ #include "base/memory/raw_ptr.h" #include "content/publ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/web_contents_view_delegate_impl.h
C++
unknown
1,138
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/web_data_service_factory.h" #include "base/files/file_path.h" #include "base/functional/bind.h" #include "base/no_destructor.h" #include "base/notre...
Zhao-PengFei35/chromium_src_4
weblayer/browser/web_data_service_factory.cc
C++
unknown
1,833
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEB_DATA_SERVICE_FACTORY_H_ #define WEBLAYER_BROWSER_WEB_DATA_SERVICE_FACTORY_H_ #include "base/no_destructor.h" #include "components/webdata_services...
Zhao-PengFei35/chromium_src_4
weblayer/browser/web_data_service_factory.h
C++
unknown
1,280
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webapps/webapk_install_scheduler.h" #include <utility> #include "base/functional/bind.h" #include "base/task/thread_pool.h" #include "components/we...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/webapk_install_scheduler.cc
C++
unknown
5,208
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBAPPS_WEBAPK_INSTALL_SCHEDULER_H_ #define WEBLAYER_BROWSER_WEBAPPS_WEBAPK_INSTALL_SCHEDULER_H_ #include <memory> #include "base/functional/callback...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/webapk_install_scheduler.h
C++
unknown
2,982
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webapps/webapk_install_scheduler_bridge.h" #include <jni.h> #include <string> #include "base/android/jni_array.h" #include "base/android/jni_string...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/webapk_install_scheduler_bridge.cc
C++
unknown
2,836
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBAPPS_WEBAPK_INSTALL_SCHEDULER_BRIDGE_H_ #define WEBLAYER_BROWSER_WEBAPPS_WEBAPK_INSTALL_SCHEDULER_BRIDGE_H_ #include "base/android/scoped_java_ref....
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/webapk_install_scheduler_bridge.h
C++
unknown
1,930
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webapps/webapk_install_scheduler.h" #include "base/files/file_path.h" #include "base/memory/raw_ptr.h" #include "base/run_loop.h" #include "base/tas...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/webapk_install_scheduler_browsertest.cc
C++
unknown
9,056
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webapps/webapps_utils.h" #include <string> #include "base/android/jni_string.h" #include "ui/gfx/android/java_bitmap.h" #include "url/gurl.h" #incl...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/webapps_utils.cc
C++
unknown
1,507
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBAPPS_WEBAPPS_UTILS_H_ #define WEBLAYER_BROWSER_WEBAPPS_WEBAPPS_UTILS_H_ #include <string> class GURL; class SkBitmap; namespace webapps { // Add...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/webapps_utils.h
C++
unknown
786
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webapps/weblayer_app_banner_manager_android.h" #include "components/webapps/browser/android/app_banner_manager_android.h" namespace weblayer { Web...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/weblayer_app_banner_manager_android.cc
C++
unknown
1,111
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBAPPS_WEBLAYER_APP_BANNER_MANAGER_ANDROID_H_ #define WEBLAYER_BROWSER_WEBAPPS_WEBLAYER_APP_BANNER_MANAGER_ANDROID_H_ #include "components/webapps/br...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/weblayer_app_banner_manager_android.h
C++
unknown
1,393
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webapps/weblayer_webapps_client.h" #include <string> #include "base/android/jni_android.h" #include "base/android/jni_string.h" #include "base/feat...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/weblayer_webapps_client.cc
C++
unknown
4,770
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBAPPS_WEBLAYER_WEBAPPS_CLIENT_H_ #define WEBLAYER_BROWSER_WEBAPPS_WEBLAYER_WEBAPPS_CLIENT_H_ #include <set> #include "base/memory/weak_ptr.h" #incl...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webapps/weblayer_webapps_client.h
C++
unknown
2,620
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/weblayer_browser_interface_binders.h" #include "base/functional/bind.h" #include "build/build_config.h" #include "components/no_state_prefetch/brows...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_browser_interface_binders.cc
C++
unknown
5,714
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_BROWSER_INTERFACE_BINDERS_H_ #define WEBLAYER_BROWSER_WEBLAYER_BROWSER_INTERFACE_BINDERS_H_ #include "mojo/public/cpp/bindings/binder_map.h" ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_browser_interface_binders.h
C++
unknown
638
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/weblayer_factory_impl_android.h" #include "weblayer/browser/java/jni/WebLayerFactoryImpl_jni.h" namespace weblayer { int WebLayerFactoryImplAndroi...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_factory_impl_android.cc
C++
unknown
493
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_FACTORY_IMPL_ANDROID_H_ #define WEBLAYER_BROWSER_WEBLAYER_FACTORY_IMPL_ANDROID_H_ namespace weblayer { // Exposes functionality from WebLaye...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_factory_impl_android.h
C++
unknown
519
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/weblayer_features.h" #include "build/build_config.h" namespace weblayer { #if BUILDFLAG(IS_ANDROID) // Used to disable browser-control animations....
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_features.cc
C++
unknown
510
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_FEATURES_H_ #define WEBLAYER_BROWSER_WEBLAYER_FEATURES_H_ #include "base/feature_list.h" #include "build/build_config.h" namespace weblayer ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_features.h
C++
unknown
494
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/weblayer_field_trials.h" #include "base/path_service.h" #include "components/metrics/persistent_histograms.h" #include "weblayer/common/weblayer_pat...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_field_trials.cc
C++
unknown
693
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_FIELD_TRIALS_H_ #define WEBLAYER_BROWSER_WEBLAYER_FIELD_TRIALS_H_ #include "components/variations/platform_field_trials.h" namespace weblaye...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_field_trials.h
C++
unknown
928
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/weblayer_impl_android.h" #include "base/android/jni_android.h" #include "base/android/jni_array.h" #include "base/android/jni_string.h" #include "co...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_impl_android.cc
C++
unknown
3,273
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_IMPL_ANDROID_H_ #define WEBLAYER_BROWSER_WEBLAYER_IMPL_ANDROID_H_ #include <string> namespace weblayer { // Returns the name of the WebLay...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_impl_android.h
C++
unknown
456
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_METRICS_SERVICE_ACCESSOR_H_ #define WEBLAYER_BROWSER_WEBLAYER_METRICS_SERVICE_ACCESSOR_H_ #include "components/metrics/metrics_service_access...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_metrics_service_accessor.h
C++
unknown
1,074
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/weblayer_page_load_metrics_memory_tracker_factory.h" #include "base/memory/singleton.h" #include "components/keyed_service/content/browser_context_d...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_page_load_metrics_memory_tracker_factory.cc
C++
unknown
1,820
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_PAGE_LOAD_METRICS_MEMORY_TRACKER_FACTORY_H_ #define WEBLAYER_BROWSER_WEBLAYER_PAGE_LOAD_METRICS_MEMORY_TRACKER_FACTORY_H_ #include "component...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_page_load_metrics_memory_tracker_factory.h
C++
unknown
1,286
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/weblayer_security_blocking_page_factory.h" #include "build/build_config.h" #include "components/captive_portal/core/buildflags.h" #include "componen...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_security_blocking_page_factory.cc
C++
unknown
9,087
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_SECURITY_BLOCKING_PAGE_FACTORY_H_ #define WEBLAYER_BROWSER_WEBLAYER_SECURITY_BLOCKING_PAGE_FACTORY_H_ #include "build/build_config.h" #includ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_security_blocking_page_factory.h
C++
unknown
4,042
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/weblayer_speech_recognition_manager_delegate.h" #include <string> #include "base/functional/bind.h" #include "build/build_config.h" #include "conte...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_speech_recognition_manager_delegate.cc
C++
unknown
4,284
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_SPEECH_RECOGNITION_MANAGER_DELEGATE_H_ #define WEBLAYER_BROWSER_WEBLAYER_SPEECH_RECOGNITION_MANAGER_DELEGATE_H_ #include "content/public/brow...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_speech_recognition_manager_delegate.h
C++
unknown
2,652
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/test/weblayer_browser_test.h" #include "base/command_line.h" #include "base/synchronization/lock.h" #include "base/thread_annotations.h" #include "component...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_variations_http_browsertest.cc
C++
unknown
6,274
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/weblayer_variations_service_client.h" #include "build/build_config.h" #include "components/version_info/channel.h" #include "components/version_info...
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_variations_service_client.cc
C++
unknown
1,924
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBLAYER_VARIATIONS_SERVICE_CLIENT_H_ #define WEBLAYER_BROWSER_WEBLAYER_VARIATIONS_SERVICE_CLIENT_H_ #include <string> #include "base/memory/raw_ptr....
Zhao-PengFei35/chromium_src_4
weblayer/browser/weblayer_variations_service_client.h
C++
unknown
1,734
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webrtc/media_stream_manager.h" #include <utility> #include "base/memory/raw_ptr.h" #include "base/supports_user_data.h" #include "components/webrtc...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webrtc/media_stream_manager.cc
C++
unknown
7,861
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBRTC_MEDIA_STREAM_MANAGER_H_ #define WEBLAYER_BROWSER_WEBRTC_MEDIA_STREAM_MANAGER_H_ #include <map> #include <set> #include "base/android/scoped_ja...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webrtc/media_stream_manager.h
C++
unknown
3,625
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webui/net_export_ui.h" #include "base/command_line.h" #include "base/memory/raw_ptr.h" #include "base/scoped_observation.h" #include "base/strings/u...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webui/net_export_ui.cc
C++
unknown
6,414
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBUI_NET_EXPORT_UI_H_ #define WEBLAYER_BROWSER_WEBUI_NET_EXPORT_UI_H_ #include "build/build_config.h" #include "content/public/browser/web_ui_control...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webui/net_export_ui.h
C++
unknown
759
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webui/web_ui_controller_factory.h" #include "base/memory/ptr_util.h" #include "base/no_destructor.h" #include "content/public/browser/web_ui.h" #inc...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webui/web_ui_controller_factory.cc
C++
unknown
2,526
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBUI_WEB_UI_CONTROLLER_FACTORY_H_ #define WEBLAYER_BROWSER_WEBUI_WEB_UI_CONTROLLER_FACTORY_H_ #include "base/no_destructor.h" #include "content/publi...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webui/web_ui_controller_factory.h
C++
unknown
1,321
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/webui/weblayer_internals_ui.h" #include "build/build_config.h" #include "content/public/browser/web_contents.h" #include "content/public/browser/web...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webui/weblayer_internals_ui.cc
C++
unknown
1,752
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_WEBUI_WEBLAYER_INTERNALS_UI_H_ #define WEBLAYER_BROWSER_WEBUI_WEBLAYER_INTERNALS_UI_H_ #include "build/build_config.h" #include "mojo/public/cpp/bindi...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webui/weblayer_internals_ui.h
C++
unknown
1,572
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/test/weblayer_browser_test.h" #include "build/build_config.h" #include "weblayer/test/weblayer_browser_test_utils.h" namespace weblayer { using WebLayerWe...
Zhao-PengFei35/chromium_src_4
weblayer/browser/webui/webui_browsertest.cc
C++
unknown
896
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/browser/xr/xr_integration_client_impl.h" #include <memory> #include "components/webxr/android/ar_compositor_delegate_provider.h" #include "components/webxr...
Zhao-PengFei35/chromium_src_4
weblayer/browser/xr/xr_integration_client_impl.cc
C++
unknown
2,434
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_BROWSER_XR_XR_INTEGRATION_CLIENT_IMPL_H_ #define WEBLAYER_BROWSER_XR_XR_INTEGRATION_CLIENT_IMPL_H_ #include <memory> #include "content/public/browser/xr_inte...
Zhao-PengFei35/chromium_src_4
weblayer/browser/xr/xr_integration_client_impl.h
C++
unknown
1,049
include_rules = [ "+components/embedder_support/origin_trials", "+content/public/common", "+gpu/config", "+third_party/blink/public/strings/grit/blink_strings.h", "+ui/base", ]
Zhao-PengFei35/chromium_src_4
weblayer/common/DEPS
Python
unknown
187
// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/common/content_client_impl.h" #include "build/build_config.h" #include "components/embedder_support/origin_trials/origin_trial_policy_impl.h" #include "gpu/...
Zhao-PengFei35/chromium_src_4
weblayer/common/content_client_impl.cc
C++
unknown
2,615
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_COMMON_CONTENT_CLIENT_IMPL_H_ #define WEBLAYER_COMMON_CONTENT_CLIENT_IMPL_H_ #include "base/synchronization/lock.h" #include "content/public/common/content_cl...
Zhao-PengFei35/chromium_src_4
weblayer/common/content_client_impl.h
C++
unknown
1,492
include_rules = [ "+components/crash", "+components/version_info", ]
Zhao-PengFei35/chromium_src_4
weblayer/common/crash_reporter/DEPS
Python
unknown
73
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/common/crash_reporter/crash_keys.h" #include "base/android/build_info.h" #include "base/strings/string_number_conversions.h" #include "components/crash/core...
Zhao-PengFei35/chromium_src_4
weblayer/common/crash_reporter/crash_keys.cc
C++
unknown
2,000
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_COMMON_CRASH_REPORTER_CRASH_KEYS_H_ #define WEBLAYER_COMMON_CRASH_REPORTER_CRASH_KEYS_H_ namespace weblayer { namespace crash_keys { // Crash Key Name Consta...
Zhao-PengFei35/chromium_src_4
weblayer/common/crash_reporter/crash_keys.h
C++
unknown
770
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/common/crash_reporter/crash_reporter_client.h" #include <stdint.h> #include "base/android/java_exception_reporter.h" #include "base/android/path_utils.h" #...
Zhao-PengFei35/chromium_src_4
weblayer/common/crash_reporter/crash_reporter_client.cc
C++
unknown
3,033
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_COMMON_CRASH_REPORTER_CRASH_REPORTER_CLIENT_H_ #define WEBLAYER_COMMON_CRASH_REPORTER_CRASH_REPORTER_CLIENT_H_ #include <string> namespace weblayer { // Ena...
Zhao-PengFei35/chromium_src_4
weblayer/common/crash_reporter/crash_reporter_client.h
C++
unknown
671
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/common/features.h" namespace weblayer { namespace features { // Weblayer features in alphabetical order. // Client side phishing detection support for web...
Zhao-PengFei35/chromium_src_4
weblayer/common/features.cc
C++
unknown
689
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_COMMON_FEATURES_H_ #define WEBLAYER_COMMON_FEATURES_H_ #include "base/feature_list.h" namespace weblayer { namespace features { // Weblayer features in alph...
Zhao-PengFei35/chromium_src_4
weblayer/common/features.h
C++
unknown
533
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_COMMON_ISOLATED_WORLD_IDS_H_ #define WEBLAYER_COMMON_ISOLATED_WORLD_IDS_H_ #include "content/public/common/isolated_world_ids.h" namespace weblayer { enum I...
Zhao-PengFei35/chromium_src_4
weblayer/common/isolated_world_ids.h
C++
unknown
626
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/common/weblayer_paths.h" #include "base/environment.h" #include "base/files/file_util.h" #include "base/path_service.h" #include "base/threading/thread_rest...
Zhao-PengFei35/chromium_src_4
weblayer/common/weblayer_paths.cc
C++
unknown
2,417
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_COMMON_WEBLAYER_PATHS_H_ #define WEBLAYER_COMMON_WEBLAYER_PATHS_H_ #include "build/build_config.h" // This file declares path keys for weblayer. These can b...
Zhao-PengFei35/chromium_src_4
weblayer/common/weblayer_paths.h
C++
unknown
814
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/public/browser.h" namespace weblayer { Browser::PersistenceInfo::PersistenceInfo() = default; Browser::PersistenceInfo::PersistenceInfo(const PersistenceI...
Zhao-PengFei35/chromium_src_4
weblayer/public/browser.cc
C++
unknown
430
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_BROWSER_H_ #define WEBLAYER_PUBLIC_BROWSER_H_ #include <stddef.h> #include <memory> #include <string> #include <vector> namespace weblayer { class B...
Zhao-PengFei35/chromium_src_4
weblayer/public/browser.h
C++
unknown
2,233
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_BROWSER_OBSERVER_H_ #define WEBLAYER_PUBLIC_BROWSER_OBSERVER_H_ #include "base/observer_list_types.h" namespace weblayer { class Tab; class BrowserO...
Zhao-PengFei35/chromium_src_4
weblayer/public/browser_observer.h
C++
unknown
985
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_BROWSER_RESTORE_OBSERVER_H_ #define WEBLAYER_PUBLIC_BROWSER_RESTORE_OBSERVER_H_ #include "base/observer_list_types.h" namespace weblayer { // Used fo...
Zhao-PengFei35/chromium_src_4
weblayer/public/browser_restore_observer.h
C++
unknown
725
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "weblayer/public/common/switches.h" namespace weblayer { namespace switches { // Makes WebEngine Shell use the given path for its data directory. // NOTE: If changin...
Zhao-PengFei35/chromium_src_4
weblayer/public/common/switches.cc
C++
unknown
584
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_COMMON_SWITCHES_H_ #define WEBLAYER_PUBLIC_COMMON_SWITCHES_H_ namespace weblayer { namespace switches { extern const char kWebEngineUserDataDir[]; } ...
Zhao-PengFei35/chromium_src_4
weblayer/public/common/switches.h
C++
unknown
416
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_COOKIE_MANAGER_H_ #define WEBLAYER_PUBLIC_COOKIE_MANAGER_H_ #include <string> #include "base/callback_list.h" class GURL; namespace net { struct Coo...
Zhao-PengFei35/chromium_src_4
weblayer/public/cookie_manager.h
C++
unknown
1,692
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_DOWNLOAD_H_ #define WEBLAYER_PUBLIC_DOWNLOAD_H_ #include <string> namespace base { class FilePath; } namespace weblayer { // These types are sent ov...
Zhao-PengFei35/chromium_src_4
weblayer/public/download.h
C++
unknown
3,241
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_DOWNLOAD_DELEGATE_H_ #define WEBLAYER_PUBLIC_DOWNLOAD_DELEGATE_H_ #include <string> #include "base/functional/callback_forward.h" #include "third_part...
Zhao-PengFei35/chromium_src_4
weblayer/public/download_delegate.h
C++
unknown
2,631
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_ERROR_PAGE_H_ #define WEBLAYER_PUBLIC_ERROR_PAGE_H_ #include <string> namespace weblayer { // Contains the html to show when an error is encountered....
Zhao-PengFei35/chromium_src_4
weblayer/public/error_page.h
C++
unknown
431
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_ERROR_PAGE_DELEGATE_H_ #define WEBLAYER_PUBLIC_ERROR_PAGE_DELEGATE_H_ #include <memory> namespace weblayer { struct ErrorPage; class Navigation; // ...
Zhao-PengFei35/chromium_src_4
weblayer/public/error_page_delegate.h
C++
unknown
1,117
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_FAVICON_FETCHER_H_ #define WEBLAYER_PUBLIC_FAVICON_FETCHER_H_ namespace gfx { class Image; } namespace weblayer { // FaviconFetcher is responsible fo...
Zhao-PengFei35/chromium_src_4
weblayer/public/favicon_fetcher.h
C++
unknown
782
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_FAVICON_FETCHER_DELEGATE_H_ #define WEBLAYER_PUBLIC_FAVICON_FETCHER_DELEGATE_H_ #include "base/observer_list_types.h" namespace gfx { class Image; } ...
Zhao-PengFei35/chromium_src_4
weblayer/public/favicon_fetcher_delegate.h
C++
unknown
814
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBLAYER_PUBLIC_FULLSCREEN_DELEGATE_H_ #define WEBLAYER_PUBLIC_FULLSCREEN_DELEGATE_H_ #include "base/functional/callback_forward.h" namespace weblayer { class Fullsc...
Zhao-PengFei35/chromium_src_4
weblayer/public/fullscreen_delegate.h
C++
unknown
694