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.
package org.chromium.weblayer_private.interfaces;
import org.chromium.weblayer_private.interfaces.IBooleanCallback;
import org.chromium.weblayer_private.interfaces.ICookieChan... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/ICookieManager.aidl | AIDL | unknown | 862 |
// 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.os.Bundle;
import org.chromium.weblayer_private.interfaces.ICrashReporterControllerClient;
import org.chromiu... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/ICrashReporterController.aidl | AIDL | unknown | 654 |
// 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.os.Bundle;
import org.chromium.weblayer_private.interfaces.IObjectWrapper;
interface ICrashReporterControlle... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/ICrashReporterControllerClient.aidl | AIDL | unknown | 593 |
// 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;
/**
* Contains information about a single download that's in progress.
*/
interface IDownload {
int getState() = 0;
lon... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IDownload.aidl | AIDL | unknown | 593 |
// 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.content.Intent;
import org.chromium.weblayer_private.interfaces.IClientDownload;
import org.chromium.weblayer_... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IDownloadCallbackClient.aidl | AIDL | unknown | 1,136 |
// 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.IClientNavigation;
/**
* Allows the client to override the default way of h... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IErrorPageCallbackClient.aidl | AIDL | unknown | 534 |
// 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 org.chromium.weblayer_private.interfaces.IObjectWrapper;
interface IExternalIntentInIncognitoCallbackClient {
// on... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IExternalIntentInIncognitoCallbackClient.aidl | AIDL | unknown | 452 |
// 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 IFaviconFetcher {
void destroy() = 1;
}
| Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IFaviconFetcher.aidl | AIDL | unknown | 247 |
// 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 IFaviconFetcherClient {
void onDestroyed() = 1;
void onFaviconChanged(in Bitmap bitmap) = 2;
}
| Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IFaviconFetcherClient.aidl | AIDL | unknown | 304 |
// 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;
/**
* Used to forward find in page results to the client.
*/
interface IFindInPageCallbackClient {
void onFindResult(in i... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IFindInPageCallbackClient.aidl | AIDL | unknown | 424 |
// 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;
/**
* Used to forward FullscreenCallback calls to the clien... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IFullscreenCallbackClient.aidl | AIDL | unknown | 554 |
// 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 org.chromium.weblayer_private.interfaces.IObjectWrapper;
interface IGoogleAccountAccessTokenFetcherClient {
// scop... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IGoogleAccountAccessTokenFetcherClient.aidl | AIDL | unknown | 703 |
// 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 IGoogleAccountsCallbackClient {
void onGoogleAccountsRequest(int serviceType, in String email, in String continue... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IGoogleAccountsCallbackClient.aidl | AIDL | unknown | 377 |
// 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 org.chromium.weblayer_private.interfaces.IObjectWrapper;
interface IMediaCaptureCallbackClient {
void onMediaCaptur... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IMediaCaptureCallbackClient.aidl | AIDL | unknown | 470 |
// 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 org.chromium.weblayer_private.interfaces.IRemoteFragment;
interface IMediaRouteDialogFragment {
IRemoteFragment asR... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IMediaRouteDialogFragment.aidl | AIDL | unknown | 343 |
// 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 org.chromium.weblayer_private.interfaces.IObjectWrapper;
/**
* Provides parameters for NavigationController.navigate... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/INavigateParams.aidl | AIDL | unknown | 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.
package org.chromium.weblayer_private.interfaces;
import org.chromium.weblayer_private.interfaces.IClientPage;
/**
* Provides information about a navigation.
*/
interface I... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/INavigation.aidl | AIDL | unknown | 1,351 |
// 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;
import org.chromium.weblayer_private.interfaces.INavigatePara... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/INavigationController.aidl | AIDL | unknown | 1,389 |
// 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.IClientNavigation;
import org.chromium.weblayer_private.interfaces.IClientPag... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/INavigationControllerClient.aidl | AIDL | unknown | 1,705 |
// 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;
/**
* This interface intentionally has no methods, and instances of this should
* be created from class ObjectWrapper only.... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IObjectWrapper.aidl | AIDL | unknown | 494 |
// 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 org.chromium.weblayer_private.interfaces.IBrowser;
// Since 91.
interface IOpenUrlCallbackClient {
IBrowser getBrow... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IOpenUrlCallbackClient.aidl | AIDL | unknown | 379 |
// 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 IPrerenderController {
void prerender(in String url) = 0;
}
| Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IPrerenderController.aidl | AIDL | unknown | 267 |
// 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.ICookieManager;
import org.chromium.weblayer_private.interfaces.IDownloadCall... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IProfile.aidl | AIDL | unknown | 2,209 |
// 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;
// Added in Version 88.
interface IProfileClient {
void onProfileDestroyed() = 0;
}
| Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IProfileClient.aidl | AIDL | unknown | 281 |
// 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;
import org.chromium.weblayer_private.interfaces.IRemoteFragme... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IRemoteFragment.aidl | AIDL | unknown | 1,486 |
// Copyright 2023 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;
// Next value: 1
interface IRemoteFragmentClient {
boole... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IRemoteFragmentClient.aidl | AIDL | unknown | 425 |
// 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 IStringCallback {
void onResult(in String result) = 1;
// TODO(swestphal): Replace parameters with ... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IStringCallback.aidl | AIDL | unknown | 437 |
// 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 java.util.List;
import org.chromium.weblayer_private.interfaces.IContextMenuParams;
import org.chromium.weblayer_priv... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/ITab.aidl | AIDL | unknown | 3,669 |
// 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.IContextMenuParams;
import org.chromium.weblayer_private.interfaces.IObjectWr... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/ITabClient.aidl | AIDL | unknown | 1,890 |
// 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 org.chromium.weblayer_private.interfaces.IObjectWrapper;
interface IUserIdentityCallbackClient {
String getEmail() ... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IUserIdentityCallbackClient.aidl | AIDL | unknown | 525 |
// 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.content.Intent;
import android.os.Bundle;
import org.chromium.weblayer_private.interfaces.IBrowser;
import or... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IWebLayer.aidl | AIDL | unknown | 4,007 |
// 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 android.content.Intent;
interface IWebLayerClient {
Intent createIntent() = 0;
Intent createMediaSessionServiceIn... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IWebLayerClient.aidl | AIDL | unknown | 793 |
// 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.os.Bundle;
import org.chromium.weblayer_private.interfaces.IWebLayer;
// Factory for creating IWebLayer as w... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/IWebLayerFactory.aidl | AIDL | unknown | 910 |
// 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/LoadError.java | Java | unknown | 811 |
// 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;
parcelable NavigateParams;
| Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/NavigateParams.aidl | AIDL | unknown | 222 |
// 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 android.os.Parcel;
import android.os.Parcelable;
/**
* Extra optional parameters for {@link NavigationController#nav... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/NavigateParams.java | Java | unknown | 1,424 |
// 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/NavigationState.java | Java | unknown | 625 |
// 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/NewTabType.java | Java | unknown | 604 |
// 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.os.IBinder;
import java.lang.reflect.Field;
/**
* This wraps an object to be transferred across sibling cla... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/ObjectWrapper.java | Java | unknown | 3,980 |
# 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.
"""Presubmit tests for weblayer.
Used to verify incompatible changes have not been done to AIDL files.
"""
import glob
import logging
import os
import shutil
import subprocess
i... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/PRESUBMIT.py | Python | unknown | 6,651 |
// 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;
/** Keys for remote media service intent extras. */
public interface RemoteMediaServiceConstants {
// Used as a key in th... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/RemoteMediaServiceConstants.java | Java | unknown | 1,125 |
// 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/ScrollNotificationType.java | Java | unknown | 576 |
// 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/SettingType.java | Java | unknown | 821 |
// 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.os.Parcel;
import android.os.StrictMode;
import android.util.Log;
import java.lang.reflect.Field;
/**
* Wor... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/StrictModeWorkaround.java | Java | unknown | 3,453 |
// 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;
/**
* Versioning related constants.
*/
public interface WebLayerVersionConstants {
/**
* Maximum allowed version s... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/interfaces/WebLayerVersionConstants.java | Java | unknown | 750 |
// 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.media;
import android.content.Context;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import org.... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/media/MediaRouteDialogFragmentImpl.java | Java | unknown | 3,711 |
// 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.media;
import android.app.Application;
import android.app.Service;
import android.content.Context;
import android.content.ContextWrapper;... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/media/MediaRouterClientImpl.java | Java | unknown | 7,394 |
// 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.media;
import android.app.Service;
import android.content.Intent;
import android.support.v4.media.session.MediaSessionCompat;
import org... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/media/MediaSessionManager.java | Java | unknown | 4,343 |
// 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.media;
import android.app.Service;
import android.content.Intent;
import org.chromium.components.browser_ui.media.MediaNotificationContr... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/media/MediaSessionNotificationHelper.java | Java | unknown | 2,856 |
// 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.media;
import android.app.NotificationManager;
import android.content.Context;
import android.content.Intent;
import android.content.Shar... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/media/MediaStreamManager.java | Java | unknown | 8,943 |
// 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.metrics;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import org... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/metrics/MetricsServiceClient.java | Java | unknown | 2,290 |
// 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.metrics;
import android.os.SystemClock;
import org.chromium.base.annotations.CalledByNative;
import org.chromium.base.annotations.JNINam... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/metrics/UmaUtils.java | Java | unknown | 1,174 |
// 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.payments;
import androidx.annotation.Nullable;
import org.chromium.components.payments.BrowserPaymentRequest;
import org.chromium.compon... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/payments/WebLayerPaymentRequestFactory.java | Java | unknown | 5,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.
package org.chromium.weblayer_private.payments;
import androidx.annotation.Nullable;
import org.chromium.components.payments.BrowserPaymentRequest;
import org.chromium.compon... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/payments/WebLayerPaymentRequestService.java | Java | unknown | 5,978 |
// 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.payments;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import ... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/payments/WebLayerPaymentRequestServiceTest.java | Java | unknown | 6,569 |
// 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.payments.test_support;
import android.content.Context;
import androidx.annotation.Nullable;
import org.mockito.Mockito;
import org.chr... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/payments/test_support/WebLayerPaymentRequestBuilder.java | Java | unknown | 7,246 |
// 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.permissions;
import org.chromium.base.annotations.CalledByNative;
import org.chromium.base.annotations.JNINamespace;
import org.chromium.... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/permissions/PermissionRequestUtils.java | Java | unknown | 1,609 |
// 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.resources;
import org.chromium.base.annotations.CalledByNative;
/**
* Wrapper class for ResourceId so it can be called over JNI. Since ... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/resources/ResourceMapper.java | Java | unknown | 552 |
// 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.settings;
import androidx.preference.PreferenceFragmentCompat;
import org.chromium.components.browser_ui.accessibility.AccessibilitySett... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/settings/WebLayerAccessibilitySettingsDelegate.java | Java | unknown | 1,276 |
// 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.settings;
import android.app.Activity;
import android.graphics.drawable.Drawable;
import androidx.annotation.LayoutRes;
import androidx.... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/settings/WebLayerSiteSettingsDelegate.java | Java | unknown | 5,406 |
// 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.test;
import android.content.Context;
import android.graphics.Rect;
import android.view.View;
import android.view.autofill.AutofillValue;... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/test/TestAutofillManagerWrapper.java | Java | unknown | 2,871 |
// 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.test;
import org.chromium.components.content_capture.ContentCaptureConsumer;
import org.chromium.components.content_capture.ContentCaptur... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/test/TestContentCaptureConsumer.java | Java | unknown | 2,261 |
// 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.test;
import androidx.annotation.VisibleForTesting;
import org.chromium.base.annotations.CalledByNative;
import org.chromium.base.annota... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/test/TestInfoBar.java | Java | unknown | 1,424 |
// 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.test;
import android.os.IBinder;
import android.os.RemoteException;
import org.chromium.base.annotations.JNINamespace;
import org.chromi... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/test/TestWebLayerImpl.java | Java | unknown | 12,511 |
// 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.test_interfaces;
import androidx.annotation.IntDef;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/test_interfaces/AutofillEventType.java | Java | unknown | 806 |
// 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.test_interfaces;
import android.os.Bundle;
import org.chromium.weblayer_private.interfaces.IBrowser;
import org.chromium.weblayer_private... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/java/org/chromium/weblayer_private/test_interfaces/ITestWebLayer.aidl | AIDL | unknown | 4,906 |
// 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/javascript_tab_modal_dialog_manager_delegate_android.h"
#include "components/javascript_dialogs/android/tab_modal_dialog_view_android.h"
#include "w... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/javascript_tab_modal_dialog_manager_delegate_android.cc | C++ | unknown | 2,022 |
// 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_JAVASCRIPT_TAB_MODAL_DIALOG_MANAGER_DELEGATE_ANDROID_H_
#define WEBLAYER_BROWSER_JAVASCRIPT_TAB_MODAL_DIALOG_MANAGER_DELEGATE_ANDROID_H_
#include "bas... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/javascript_tab_modal_dialog_manager_delegate_android.h | C++ | unknown | 1,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.
#include "base/test/scoped_feature_list.h"
#include "components/page_load_metrics/browser/observers/ad_metrics/ad_intervention_browser_test_utils.h"
#include "components/subres... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/large_sticky_ad_intervention_browsertest.cc | C++ | unknown | 5,910 |
// 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/media/local_presentation_manager_factory.h"
#include "base/no_destructor.h"
namespace weblayer {
// static
LocalPresentationManagerFactory*
LocalP... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/media/local_presentation_manager_factory.cc | C++ | unknown | 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_MEDIA_LOCAL_PRESENTATION_MANAGER_FACTORY_H_
#define WEBLAYER_BROWSER_MEDIA_LOCAL_PRESENTATION_MANAGER_FACTORY_H_
#include "base/no_destructor.h"
#incl... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/media/local_presentation_manager_factory.h | C++ | unknown | 1,360 |
// 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/media/media_router_factory.h"
#include "base/android/jni_android.h"
#include "base/no_destructor.h"
#include "components/media_router/browser/androi... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/media/media_router_factory.cc | C++ | unknown | 2,278 |
// 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_MEDIA_MEDIA_ROUTER_FACTORY_H_
#define WEBLAYER_BROWSER_MEDIA_MEDIA_ROUTER_FACTORY_H_
#include "base/no_destructor.h"
#include "components/media_router... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/media/media_router_factory.h | C++ | unknown | 1,330 |
// 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 <memory>
#include "weblayer/test/weblayer_browser_test.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/functional/callback.h"
#incl... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_browsertest.cc | C++ | unknown | 49,751 |
// 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/navigation_controller_impl.h"
#include <utility>
#include "base/auto_reset.h"
#include "base/containers/contains.h"
#include "base/memory/raw_ptr.h... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_controller_impl.cc | C++ | unknown | 29,677 |
// 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_NAVIGATION_CONTROLLER_IMPL_H_
#define WEBLAYER_BROWSER_NAVIGATION_CONTROLLER_IMPL_H_
#include <map>
#include <memory>
#include "base/memory/raw_ptr.h... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_controller_impl.h | C++ | unknown | 8,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/navigation_entry_data.h"
#include "base/memory/ptr_util.h"
#include "content/public/browser/navigation_entry.h"
namespace weblayer {
namespace {
... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_entry_data.cc | C++ | unknown | 1,598 |
// 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_NAVIGATION_ENTRY_DATA_H_
#define WEBLAYER_BROWSER_NAVIGATION_ENTRY_DATA_H_
#include "base/supports_user_data.h"
#include "base/time/time.h"
#include "... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_entry_data.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/navigation_error_navigation_throttle.h"
#include "content/public/browser/navigation_handle.h"
#include "content/public/browser/render_frame_host.h"
... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_error_navigation_throttle.cc | C++ | unknown | 2,754 |
// 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_NAVIGATION_ERROR_NAVIGATION_THROTTLE_H_
#define WEBLAYER_BROWSER_NAVIGATION_ERROR_NAVIGATION_THROTTLE_H_
#include "content/public/browser/navigation_t... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_error_navigation_throttle.h | C++ | unknown | 1,108 |
// 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/strings/utf_string_conversions.h"
#include "base/values.h"
#include "build/build_config.h"
#include "content/pu... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_error_navigation_throttle_browsertest.cc | C++ | unknown | 3,410 |
// 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/navigation_impl.h"
#include "build/build_config.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/browser/navigation_... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_impl.cc | C++ | unknown | 10,469 |
// 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_NAVIGATION_IMPL_H_
#define WEBLAYER_BROWSER_NAVIGATION_IMPL_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "build/build_config.h"
#in... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_impl.h | C++ | unknown | 7,098 |
// 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/navigation_ui_data_impl.h"
#include "build/build_config.h"
namespace weblayer {
#if BUILDFLAG(IS_ANDROID)
NavigationUIDataImpl::ResponseHolder::Re... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_ui_data_impl.cc | C++ | unknown | 1,716 |
// 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_NAVIGATION_UI_DATA_IMPL_H_
#define WEBLAYER_BROWSER_NAVIGATION_UI_DATA_IMPL_H_
#include "base/memory/ref_counted.h"
#include "build/build_config.h"
#i... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/navigation_ui_data_impl.h | C++ | unknown | 2,542 |
// 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/new_tab_callback_proxy.h"
#include "base/trace_event/trace_event.h"
#include "url/gurl.h"
#include "weblayer/browser/java/jni/NewTabCallbackProxy_jn... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/new_tab_callback_proxy.cc | C++ | unknown | 1,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.
#ifndef WEBLAYER_BROWSER_NEW_TAB_CALLBACK_PROXY_H_
#define WEBLAYER_BROWSER_NEW_TAB_CALLBACK_PROXY_H_
#include <jni.h>
#include "base/android/scoped_java_ref.h"
#include "bas... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/new_tab_callback_proxy.h | C++ | unknown | 1,094 |
// 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/new_tab_delegate.h"
#include "base/strings/stringprintf.h"
#include "net/test/embedded_test_server/embedded_test_server.h"
#include "weblayer/browser... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/new_tab_delegate_browsertest.cc | C++ | unknown | 1,868 |
// 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 <memory>
#include "base/run_loop.h"
#include "base/strings/utf_string_conversions.h"
#include "base/test/metrics/histogram_tester.h"
#include "base/threading/platform... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_browsertest.cc | C++ | unknown | 10,022 |
// 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/no_state_prefetch/no_state_prefetch_link_manager_factory.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
#includ... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_link_manager_factory.cc | C++ | unknown | 1,945 |
// 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_NO_STATE_PREFETCH_NO_STATE_PREFETCH_LINK_MANAGER_FACTORY_H_
#define WEBLAYER_BROWSER_NO_STATE_PREFETCH_NO_STATE_PREFETCH_LINK_MANAGER_FACTORY_H_
#incl... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_link_manager_factory.h | C++ | unknown | 1,476 |
// 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/no_state_prefetch/no_state_prefetch_manager_delegate_impl.h"
#include "components/no_state_prefetch/browser/no_state_prefetch_contents_delegate.h"
#... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_manager_delegate_impl.cc | C++ | unknown | 1,736 |
// 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_NO_STATE_PREFETCH_NO_STATE_PREFETCH_MANAGER_DELEGATE_IMPL_H_
#define WEBLAYER_BROWSER_NO_STATE_PREFETCH_NO_STATE_PREFETCH_MANAGER_DELEGATE_IMPL_H_
#in... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_manager_delegate_impl.h | C++ | unknown | 1,372 |
// 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/no_state_prefetch/no_state_prefetch_manager_factory.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
#include "co... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_manager_factory.cc | C++ | unknown | 1,565 |
// 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_NO_STATE_PREFETCH_NO_STATE_PREFETCH_MANAGER_FACTORY_H_
#define WEBLAYER_BROWSER_NO_STATE_PREFETCH_NO_STATE_PREFETCH_MANAGER_FACTORY_H_
#include "base/... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_manager_factory.h | C++ | unknown | 1,602 |
// 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/no_state_prefetch/no_state_prefetch_processor_impl_delegate_impl.h"
#include "components/no_state_prefetch/browser/no_state_prefetch_link_manager.h"... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_processor_impl_delegate_impl.cc | C++ | unknown | 761 |
// 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_NO_STATE_PREFETCH_NO_STATE_PREFETCH_PROCESSOR_IMPL_DELEGATE_IMPL_H_
#define WEBLAYER_BROWSER_NO_STATE_PREFETCH_NO_STATE_PREFETCH_PROCESSOR_IMPL_DELEGAT... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_processor_impl_delegate_impl.h | C++ | unknown | 1,112 |
// 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/no_state_prefetch/no_state_prefetch_utils.h"
#include "components/no_state_prefetch/browser/no_state_prefetch_contents.h"
#include "components/no_st... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_utils.cc | C++ | unknown | 1,014 |
// 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_NO_STATE_PREFETCH_NO_STATE_PREFETCH_UTILS_H_
#define WEBLAYER_BROWSER_NO_STATE_PREFETCH_NO_STATE_PREFETCH_UTILS_H_
namespace content {
class WebConten... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/no_state_prefetch_utils.h | C++ | unknown | 622 |
// 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/no_state_prefetch/prerender_controller_impl.h"
#include "build/build_config.h"
#include "components/no_state_prefetch/browser/no_state_prefetch_hand... | Zhao-PengFei35/chromium_src_4 | weblayer/browser/no_state_prefetch/prerender_controller_impl.cc | C++ | unknown | 2,296 |