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 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_HOST_CONTENT_SETTINGS_MAP_FACTORY_H_ #define WEBLAYER_BROWSER_HOST_CONTENT_SETTINGS_MAP_FACTORY_H_ #include "base/memory/ref_counted.h" #include "base...
Zhao-PengFei35/chromium_src_4
weblayer/browser/host_content_settings_map_factory.h
C++
unknown
1,484
// 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/http_auth_handler_impl.h" #include "base/android/jni_android.h" #include "base/android/jni_string.h" #include "content/public/browser/browser_thread...
Zhao-PengFei35/chromium_src_4
weblayer/browser/http_auth_handler_impl.cc
C++
unknown
2,318
// 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_HTTP_AUTH_HANDLER_IMPL_H_ #define WEBLAYER_BROWSER_HTTP_AUTH_HANDLER_IMPL_H_ #include "base/android/scoped_java_ref.h" #include "content/public/browse...
Zhao-PengFei35/chromium_src_4
weblayer/browser/http_auth_handler_impl.h
C++
unknown
1,236
// 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/i18n_util.h" #include "base/i18n/rtl.h" #include "base/no_destructor.h" #include "base/task/thread_pool.h" #include "build/build_config.h" #include ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/i18n_util.cc
C++
unknown
2,046
// 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_I18N_UTIL_H_ #define WEBLAYER_BROWSER_I18N_UTIL_H_ #include <string> #include "base/callback_list.h" namespace weblayer { namespace i18n { // Retur...
Zhao-PengFei35/chromium_src_4
weblayer/browser/i18n_util.h
C++
unknown
766
// Copyright 2013 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/infobar_container_android.h" #include "base/android/jni_android.h" #include "base/check.h" #include "base/metrics/histogram_functions.h" #include "c...
Zhao-PengFei35/chromium_src_4
weblayer/browser/infobar_container_android.cc
C++
unknown
4,077
// Copyright 2013 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_INFOBAR_CONTAINER_ANDROID_H_ #define WEBLAYER_BROWSER_INFOBAR_CONTAINER_ANDROID_H_ #include <stddef.h> #include "base/android/jni_weak_ref.h" #includ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/infobar_container_android.h
C++
unknown
1,779
// 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/insecure_form_controller_client.h" #include "components/security_interstitials/content/insecure_form_tab_storage.h" #include "components/security_in...
Zhao-PengFei35/chromium_src_4
weblayer/browser/insecure_form_controller_client.cc
C++
unknown
2,335
// 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_INSECURE_FORM_CONTROLLER_CLIENT_H_ #define WEBLAYER_BROWSER_INSECURE_FORM_CONTROLLER_CLIENT_H_ #include "base/memory/raw_ptr.h" #include "components/s...
Zhao-PengFei35/chromium_src_4
weblayer/browser/insecure_form_controller_client.h
C++
unknown
1,636
include_rules = [ "+components/browser_ui/browser_ui/android", "+components/browser_ui/http_auth", "+components/browser_ui/util/android", "+components/component_updater/android", "+components/content_capture/android", "+components/content_settings/android/java", "+components/crash/android/java", "+compo...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/DEPS
Python
unknown
1,560
// 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. package org.chromium.weblayer_private; import android.app.SearchManager; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Rect;...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ActionModeCallback.java
Java
unknown
4,302
// 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. package org.chromium.weblayer_private; import android.content.Context; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; import android.cont...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ApplicationInfoHelper.java
Java
unknown
1,291
// 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. package org.chromium.weblayer_private; import android.view.MotionEvent; import android.view.ViewGroup; import androidx.annotation.NonNull; import org.chromium.components.web...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ArCompositorDelegateImpl.java
Java
unknown
1,886
// 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. package org.chromium.weblayer_private; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespace; import org.chromium.components.w...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ArCompositorDelegateProviderImpl.java
Java
unknown
888
// 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. package org.chromium.weblayer_private; import android.content.pm.PackageManager; import android.os.Bundle; import org.chromium.base.PackageUtils; import org.chromium.base.ann...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ArCoreVersionUtils.java
Java
unknown
1,481
// 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. package org.chromium.weblayer_private; import org.chromium.base.LifetimeAssert; import org.chromium.base.annotations.JNINamespace; import org.chromium.base.annotations.NativeM...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/AutocompleteSchemeClassifierImpl.java
Java
unknown
1,503
// 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. package org.chromium.weblayer_private; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Build; import android.os.B...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/BrowserFragmentImpl.java
Java
unknown
9,667
// 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. package org.chromium.weblayer_private; import android.content.Context; import android.content.res.Configuration; import android.os.Bundle; import android.os.RemoteException; i...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/BrowserImpl.java
Java
unknown
15,832
// 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. package org.chromium.weblayer_private; import androidx.annotation.NonNull; import org.chromium.base.ObserverList; import org.chromium.base.annotations.CalledByNative; import ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/BrowserList.java
Java
unknown
1,921
// 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. package org.chromium.weblayer_private; /** * Notified of changes to BrowserList. */ public interface BrowserListObserver { void onBrowserCreated(BrowserImpl browser); ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/BrowserListObserver.java
Java
unknown
370
// 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. package org.chromium.weblayer_private; import android.app.Activity; import android.content.Context; import android.content.res.Resources; import android.os.RemoteException; im...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/BrowserViewController.java
Java
unknown
16,815
// 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. package org.chromium.weblayer_private; import android.app.Service; import android.content.Context; import android.content.Intent; import android.os.IBinder; import android.web...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ChildProcessServiceImpl.java
Java
unknown
3,587
// 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. package org.chromium.weblayer_private; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.drawable.BitmapDrawable; import android.gr...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ContactsPickerAdapter.java
Java
unknown
4,797
// 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. package org.chromium.weblayer_private; import android.content.Context; import android.content.res.Configuration; import android.graphics.Color; import android.graphics.PixelFo...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ContentViewRenderView.java
Java
unknown
36,451
// 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. package org.chromium.weblayer_private; import android.content.Context; import android.os.Build; import android.util.SparseArray; import android.view.View; import android.view....
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ContentViewWithAutofill.java
Java
unknown
2,907
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import android.webkit.ValueCallback; import org.chromium.base.Callback; import org.chromium.base.ann...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/CookieManagerImpl.java
Java
unknown
6,776
// 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. package org.chromium.weblayer_private; import android.os.Bundle; import android.os.RemoteException; import android.util.AndroidRuntimeException; import androidx.annotation.Nu...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/CrashReporterControllerImpl.java
Java
unknown
11,842
// 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. package org.chromium.weblayer_private; import android.Manifest.permission; import android.content.pm.PackageManager; import android.os.RemoteException; import android.webkit.V...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/DownloadCallbackProxy.java
Java
unknown
5,497
// 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. package org.chromium.weblayer_private; import android.app.PendingIntent; import android.content.ActivityNotFoundException; import android.content.Context; import android.conte...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/DownloadImpl.java
Java
unknown
23,008
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespa...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ErrorPageCallbackProxy.java
Java
unknown
1,894
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import android.webkit.ValueCallback; import org.chromium.base.Callback; import org.chromium.weblayer...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ExternalIntentInIncognitoCallbackProxy.java
Java
unknown
1,439
// 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. package org.chromium.weblayer_private; import android.content.Context; import android.content.Intent; import android.content.pm.ResolveInfo; import android.os.RemoteException;...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ExternalNavigationDelegateImpl.java
Java
unknown
5,569
// 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. package org.chromium.weblayer_private; import android.graphics.Bitmap; import android.os.RemoteException; import android.util.AndroidRuntimeException; import org.chromium.bas...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/FaviconCallbackProxy.java
Java
unknown
2,287
// 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. package org.chromium.weblayer_private; import org.chromium.base.compat.ApiHelperForM; import org.chromium.ui.permissions.AndroidPermissionDelegateWithRequester; /** * Androi...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/FragmentAndroidPermissionDelegate.java
Java
unknown
1,399
// 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. package org.chromium.weblayer_private; import android.content.Context; import android.content.ContextWrapper; import android.os.Handler; import android.util.AttributeSet; impo...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/FragmentHostingRemoteFragmentImpl.java
Java
unknown
9,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. package org.chromium.weblayer_private; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.IntentSender; import ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/FragmentWindowAndroid.java
Java
unknown
4,566
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import android.webkit.ValueCallback; import androidx.annotation.VisibleForTesting; import org.chrom...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/FullscreenCallbackProxy.java
Java
unknown
3,894
// 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. package org.chromium.weblayer_private; import android.view.Gravity; import android.view.View; import androidx.annotation.VisibleForTesting; import org.chromium.components.em...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/FullscreenToast.java
Java
unknown
3,964
// 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. package org.chromium.weblayer_private; import android.app.Service; import android.content.Context; import android.os.Handler; import android.os.HandlerThread; import androidx...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/GmsBridge.java
Java
unknown
3,731
// 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. package org.chromium.weblayer_private; /** * Instantiable version of {@link GmsBridge}, don't add anything to this class! * Downstream targets may provide a different implem...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/GmsBridgeImpl.java
Java
unknown
382
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import android.webkit.ValueCallback; import org.chromium.base.annotations.CalledByNative; import org...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/GoogleAccountAccessTokenFetcherProxy.java
Java
unknown
3,921
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespa...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/GoogleAccountsCallbackProxy.java
Java
unknown
2,944
// 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. package org.chromium.weblayer_private; import android.content.Context; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespace;...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/HttpAuthHandlerImpl.java
Java
unknown
2,007
// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.weblayer_private; import android.content.Context; import android.view.View; import android.view.ViewGroup; import androidx.annotation.Nullable; import an...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/InfoBarContainer.java
Java
unknown
18,277
// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.weblayer_private; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.content.Context; import android.view...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/InfoBarContainerView.java
Java
unknown
9,747
// 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. package org.chromium.weblayer_private; import org.chromium.components.installedapp.InstalledAppProviderImpl; import org.chromium.content_public.browser.RenderFrameHost; import...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/InstalledAppProviderFactory.java
Java
unknown
1,214
// 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. package org.chromium.weblayer_private; import android.content.Intent; import android.os.RemoteException; import android.util.AndroidRuntimeException; /** A utility class for ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/IntentUtils.java
Java
unknown
1,636
// 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. package org.chromium.weblayer_private; import android.app.Activity; import android.os.SystemClock; import org.chromium.base.ContextUtils; import org.chromium.components.exter...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/InterceptNavigationDelegateClientImpl.java
Java
unknown
7,007
// 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. package org.chromium.weblayer_private; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFi...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/LocaleChangedBroadcastReceiver.java
Java
unknown
1,336
// 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. package org.chromium.weblayer_private; import org.chromium.base.annotations.CalledByNative; import org.chromium.blink.mojom.Authenticator; import org.chromium.components.webau...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/MojoInterfaceRegistrar.java
Java
unknown
2,203
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import android.webkit.WebResourceResponse; import org.chromium.base.annotations.CalledByNative; impo...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/NavigationControllerImpl.java
Java
unknown
14,967
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespa...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/NavigationImpl.java
Java
unknown
12,553
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespa...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/NewTabCallbackProxy.java
Java
unknown
2,234
// 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. package org.chromium.weblayer_private; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespace; import org.chromium.base.annotat...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/PageImpl.java
Java
unknown
1,557
// 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. package org.chromium.weblayer_private; import org.chromium.base.LifetimeAssert; import org.chromium.base.annotations.JNINamespace; import org.chromium.base.annotations.NativeM...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/PrerenderControllerImpl.java
Java
unknown
1,392
// 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. package org.chromium.weblayer_private; import android.content.Intent; import android.graphics.Bitmap; import android.os.RemoteException; import android.text.TextUtils; import ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ProfileImpl.java
Java
unknown
18,266
// 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. package org.chromium.weblayer_private; import java.util.HashMap; import java.util.Map; /** * Creates and maintains the active Profiles. */ public class ProfileManager { ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/ProfileManager.java
Java
unknown
1,288
// 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. package org.chromium.weblayer_private; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.IntentSender; import ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/RemoteFragmentImpl.java
Java
unknown
5,397
// 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. package org.chromium.weblayer_private; import android.os.RemoteException; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespa...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/TabCallbackProxy.java
Java
unknown
1,820
// 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. package org.chromium.weblayer_private; import static org.chromium.cc.mojom.RootScrollOffsetUpdateFrequency.ALL_UPDATES; import android.Manifest.permission; import android.app...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/TabImpl.java
Java
unknown
49,787
// 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. package org.chromium.weblayer_private; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.View.OnLayou...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/TranslateCompactInfoBar.java
Java
unknown
24,688
// 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. package org.chromium.weblayer_private; import android.graphics.Bitmap; import org.chromium.base.Callback; import org.chromium.base.annotations.CalledByNative; import org.chro...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebApkInstallSchedulerBridge.java
Java
unknown
2,652
// 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. package org.chromium.weblayer_private; import android.graphics.Bitmap; import android.os.RemoteException; import androidx.annotation.BinderThread; import androidx.annotation....
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebApkInstallSchedulerClient.java
Java
unknown
4,306
// 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. package org.chromium.weblayer_private; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConne...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebApkServiceConnection.java
Java
unknown
3,939
// 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. package org.chromium.weblayer_private; import android.view.MotionEvent; import android.view.View; import org.chromium.content_public.browser.GestureListenerManager; import or...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebContentsGestureStateTracker.java
Java
unknown
4,045
// 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. package org.chromium.weblayer_private; import org.chromium.components.browser_ui.accessibility.FontSizePrefs; import org.chromium.ui.util.AccessibilityUtil; /** * Exposes in...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerAccessibilityUtil.java
Java
unknown
1,268
// 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. package org.chromium.weblayer_private; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespace; /** * A helper class to determ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerExceptionFilter.java
Java
unknown
1,116
// 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. package org.chromium.weblayer_private; import android.os.IBinder; import org.chromium.base.annotations.CalledByNative; import org.chromium.build.annotations.UsedByReflection;...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerFactoryImpl.java
Java
unknown
3,682
// 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. package org.chromium.weblayer_private; import android.annotation.SuppressLint; import android.app.Service; import android.content.Context; import android.content.Intent; impor...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerImpl.java
Java
unknown
42,778
// 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. package org.chromium.weblayer_private; import android.app.NotificationManager; import android.content.SharedPreferences; import android.os.Build; import androidx.annotation.R...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerNotificationChannels.java
Java
unknown
6,978
// 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. package org.chromium.weblayer_private; import android.app.Notification; import android.app.PendingIntent; import android.content.Context; import android.graphics.drawable.Icon...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerNotificationWrapperBuilder.java
Java
unknown
4,400
// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.weblayer_private; import android.content.Context; import org.chromium.base.Callback; import org.chromium.base.ThreadUtils; import o...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerOriginVerificationScheduler.java
Java
unknown
3,018
// 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. package org.chromium.weblayer_private; import android.content.Context; import android.content.pm.PackageManager; import android.os.Bundle; import androidx.annotation.Nullable...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerOriginVerifier.java
Java
unknown
5,493
// 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. package org.chromium.weblayer_private; import static org.robolectric.Shadows.shadowOf; import android.os.Process; import androidx.test.core.app.ApplicationProvider; import ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerOriginVerifierTest.java
Java
unknown
10,305
// 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. package org.chromium.weblayer_private; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.FrameLayout; import org....
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerTabModalPresenter.java
Java
unknown
2,839
// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.weblayer_private; import org.chromium.components.content_relationship_verification.VerificationResultStore; import java.util.Collec...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebLayerVerificationResultStore.java
Java
unknown
1,129
// 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. package org.chromium.weblayer_private; import org.chromium.components.browser_ui.share.ShareHelper; import org.chromium.components.browser_ui.share.ShareParams; import org.chr...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebShareServiceFactory.java
Java
unknown
1,376
// 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. package org.chromium.weblayer_private; import android.content.Intent; import android.graphics.Bitmap; import android.net.Uri; import org.chromium.base.annotations.CalledByNat...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/WebappsHelper.java
Java
unknown
780
// 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. package org.chromium.weblayer_private.bluetooth; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespace; import org.chromium.co...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/bluetooth/WebLayerBluetoothChooserAndroidDelegate.java
Java
unknown
1,079
// 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. package org.chromium.weblayer_private.bluetooth; import org.chromium.base.annotations.CalledByNative; import org.chromium.base.annotations.JNINamespace; import org.chromium.co...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/bluetooth/WebLayerBluetoothScanningPromptAndroidDelegate.java
Java
unknown
1,129
// 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. package org.chromium.weblayer_private.interfaces; import android.util.AndroidRuntimeException; /** * Error thrown if there is an error communicating over the AIDL boundary. ...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/APICallException.java
Java
unknown
541
// 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. package org.chromium.weblayer_private.interfaces; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Int...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/ActionModeItemType.java
Java
unknown
512
// 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. package org.chromium.weblayer_private.interfaces; /** Keys for the Bundle of arguments with which BrowserFragments are created. */ public interface BrowserFragmentArgs { S...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/BrowserFragmentArgs.java
Java
unknown
697
// 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. package org.chromium.weblayer_private.interfaces; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Int...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/BrowsingDataType.java
Java
unknown
585
// 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. package org.chromium.weblayer_private.interfaces; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Int...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/CookieChangeCause.java
Java
unknown
799
// 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. package org.chromium.weblayer_private.interfaces; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Int...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/DarkModeStrategy.java
Java
unknown
689
// 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. package org.chromium.weblayer_private.interfaces; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Int...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/DownloadError.java
Java
unknown
823
// 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. package org.chromium.weblayer_private.interfaces; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Int...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/DownloadState.java
Java
unknown
635
// 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. package org.chromium.weblayer_private.interfaces; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Int...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/ExceptionType.java
Java
unknown
499
// 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. package org.chromium.weblayer_private.interfaces; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Int...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/ExternalIntentInIncognitoUserDecision.java
Java
unknown
547
// 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. package org.chromium.weblayer_private.interfaces; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Int...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/GoogleAccountServiceType.java
Java
unknown
589
// 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. package org.chromium.weblayer_private.interfaces; oneway interface IBooleanCallback { void onResult(in boolean result) = 1; // TODO(swestphal): Replace parameters wit...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/IBooleanCallback.aidl
AIDL
unknown
439
// 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. package org.chromium.weblayer_private.interfaces; import org.chromium.weblayer_private.interfaces.IBrowserClient; import org.chromium.weblayer_private.interfaces.IRemoteFragme...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/IBrowser.aidl
AIDL
unknown
1,278
// 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. package org.chromium.weblayer_private.interfaces; import org.chromium.weblayer_private.interfaces.IRemoteFragment; import org.chromium.weblayer_private.interfaces.ITab; inter...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/IBrowserClient.aidl
AIDL
unknown
569
// 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. package org.chromium.weblayer_private.interfaces; import org.chromium.weblayer_private.interfaces.IObjectWrapper; /** Interface to forward service calls to the service implem...
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/IChildProcessService.aidl
AIDL
unknown
469
// 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. package org.chromium.weblayer_private.interfaces; /** * Represents a download on the *client* side. */ interface IClientDownload { }
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/IClientDownload.aidl
AIDL
unknown
280
// 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. package org.chromium.weblayer_private.interfaces; /** * Represents a navigation on the *client* side. */ interface IClientNavigation { }
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/IClientNavigation.aidl
AIDL
unknown
284
// 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. package org.chromium.weblayer_private.interfaces; /** * Represents a page on the *client* side. */ interface IClientPage { }
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/IClientPage.aidl
AIDL
unknown
272
// 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. package org.chromium.weblayer_private.interfaces; /** * Holds on to the native ContextMenuParams object. */ interface IContextMenuParams { }
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/IContextMenuParams.aidl
AIDL
unknown
288
// 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. package org.chromium.weblayer_private.interfaces; interface ICookieChangedCallbackClient { void onCookieChanged(in String cookie, int cause); }
Zhao-PengFei35/chromium_src_4
weblayer/browser/java/org/chromium/weblayer_private/interfaces/ICookieChangedCallbackClient.aidl
AIDL
unknown
291