Home
last modified time | relevance | path

Searched refs:kWeb (Results 1 – 25 of 87) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/providers/cast/
H A Dcast_media_route_provider_metrics_unittest.cc41 {ReceiverAppType::kAndroidTv, ReceiverAppType::kWeb}); in TEST()
43 {ReceiverAppType::kAndroidTv, ReceiverAppType::kWeb}); in TEST()
44 RecordLaunchSessionRequestSupportedAppTypes({ReceiverAppType::kWeb}); in TEST()
46 ReceiverAppTypeSet::kWeb, 1); in TEST()
67 tester.ExpectBucketCount(kHistogramCastAppType, ReceiverAppType::kWeb, 2); in TEST()
H A Dcast_media_route_provider_metrics.cc25 DCHECK(base::Contains(types, ReceiverAppType::kWeb)); in RecordLaunchSessionRequestSupportedAppTypes()
32 case ReceiverAppType::kWeb: in RecordLaunchSessionRequestSupportedAppTypes()
39 : ReceiverAppTypeSet::kWeb); in RecordLaunchSessionRequestSupportedAppTypes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Dmixed_content_download_blocking.h68 kWeb = 8, enumerator
136 {"html", InsecureDownloadExtensions::kWeb},
137 {"htm", InsecureDownloadExtensions::kWeb},
138 {"css", InsecureDownloadExtensions::kWeb},
139 {"js", InsecureDownloadExtensions::kWeb},
140 {"xml", InsecureDownloadExtensions::kWeb},
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/child_accounts/time_limits/
H A Dapp_service_wrapper_unittest.cc159 if (app_id.app_type() == apps::mojom::AppType::kWeb) { in SimulateAppInstalled()
168 if (app_id.app_type() == apps::mojom::AppType::kWeb) { in SimulateAppInstalled()
185 if (app_id.app_type() == apps::mojom::AppType::kWeb) { in SimulateAppUninstalled()
201 app_id.app_type() == apps::mojom::AppType::kWeb) { in SimulateAppUninstalled()
222 if (app_id.app_type() == apps::mojom::AppType::kWeb) { in SimulateAppDisabled()
231 app_id.app_type() == apps::mojom::AppType::kWeb) { in SimulateAppDisabled()
291 const AppId app3(apps::mojom::AppType::kWeb, in TEST_F()
320 const AppId app3(apps::mojom::AppType::kWeb, in TEST_F()
368 const AppId app1(apps::mojom::AppType::kWeb, in TEST_F()
378 const AppId app2(apps::mojom::AppType::kWeb, in TEST_F()
[all …]
H A Dapp_time_limit_utils.cc28 case apps::mojom::AppType::kWeb: in AppTypeForReporting()
40 return app_id.app_type() == apps::mojom::AppType::kWeb || in IsWebAppOrExtension()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_router/common/providers/cast/
H A Dcast_media_source_unittest.cc33 EXPECT_EQ(ReceiverAppType::kWeb, source->supported_app_types()[0]); in TEST()
73 EXPECT_EQ(ReceiverAppType::kWeb, source->supported_app_types()[1]); in TEST()
112 EXPECT_EQ(ReceiverAppType::kWeb, source->supported_app_types()[0]); in TEST()
129 EXPECT_EQ(ReceiverAppType::kWeb, source->supported_app_types()[0]); in TEST()
146 EXPECT_EQ(ReceiverAppType::kWeb, source->supported_app_types()[0]); in TEST()
162 EXPECT_EQ(ReceiverAppType::kWeb, source->supported_app_types()[0]); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/
H A Dcss_exposure.h19 kWeb enumerator
27 return exposure == CSSExposure::kWeb; in IsWebExposed()
H A Dcss_exposure_test.cc13 EXPECT_TRUE(IsUAExposed(CSSExposure::kWeb)); in TEST()
19 EXPECT_TRUE(IsWebExposed(CSSExposure::kWeb)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/
H A Dcss_exposure.h19 kWeb enumerator
27 return exposure == CSSExposure::kWeb; in IsWebExposed()
H A Dcss_exposure_test.cc13 EXPECT_TRUE(IsUAExposed(CSSExposure::kWeb)); in TEST()
19 EXPECT_TRUE(IsWebExposed(CSSExposure::kWeb)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/app_service/public/cpp/
H A Dicon_cache_unittest.cc67 static constexpr auto app_type = apps::mojom::AppType::kWeb; in LoadIcon()
112 cache.RemoveIcon(apps::mojom::AppType::kWeb, "cherry"); in TestBasics()
113 cache.RemoveIcon(apps::mojom::AppType::kWeb, "apricot"); in TestBasics()
126 cache.RemoveIcon(apps::mojom::AppType::kWeb, "cherry"); in TestBasics()
202 cache.RemoveIcon(apps::mojom::AppType::kWeb, "watermelon"); in TestAfterZeroRefcount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/apps/metrics/
H A Dintent_handling_metrics.h25 kWeb, // From a web app enumerator
26 kMaxValue = kWeb,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/app_service/
H A Dweb_apps_chromeos.cc172 Publish(paused_apps_.GetAppWithPauseStatus(apps::mojom::AppType::kWeb, app_id, in PauseApp()
192 Publish(paused_apps_.GetAppWithPauseStatus(apps::mojom::AppType::kWeb, app_id, in UnpauseApps()
319 apps::mojom::AppType::kWeb, app_id), in OnNotificationClosed()
338 apps::mojom::AppType::kWeb, app_id), in MaybeAddNotification()
439 app->app_type = apps::mojom::AppType::kWeb; in SetIconEffect()
H A Duninstall_dialog.cc52 case apps::mojom::AppType::kWeb: in UninstallDialog()
81 app_type_ == apps::mojom::AppType::kWeb)) { in OnDialogClosed()
H A Dweb_apps_base.cc132 app->app_type = apps::mojom::AppType::kWeb; in OnWebAppUninstalled()
141 app_service_->RemovePreferredApp(apps::mojom::AppType::kWeb, in OnWebAppUninstalled()
149 apps::mojom::AppType::kWeb, web_app->app_id(), readiness, web_app->name(), in ConvertImpl()
215 PublisherBase::Initialize(app_service, apps::mojom::AppType::kWeb); in Initialize()
422 app->app_type = apps::mojom::AppType::kWeb; in OnContentSettingChanged()
466 app->app_type = apps::mojom::AppType::kWeb; in OnWebAppLocallyInstalledStateChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/intent_helper/
H A Dapps_navigation_throttle_unittest.cc200 PickerEntryType::kWeb, IntentPickerCloseReason::PREFERRED_APP_FOUND, in TEST()
227 PickerEntryType::kWeb, IntentPickerCloseReason::PREFERRED_APP_FOUND, in TEST()
275 PickerEntryType::kWeb, IntentPickerCloseReason::OPEN_APP, in TEST()
299 PickerEntryType::kWeb, IntentPickerCloseReason::OPEN_APP, in TEST()
H A Dapps_navigation_throttle.cc160 case PickerEntryType::kWeb: in OnIntentPickerClosed()
330 case PickerEntryType::kWeb: in GetPickerAction()
348 case PickerEntryType::kWeb: in GetPickerAction()
391 apps.emplace(apps.begin(), PickerEntryType::kWeb, icon, *app_id, in FindPwaForUrl()
411 return app_info.type == PickerEntryType::kWeb || in ContainsOnlyPwasAndMacApps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/clipboard/
H A Dclipboard_history_util.cc29 ui::ClipboardInternalFormat::kBookmark, ui::ClipboardInternalFormat::kWeb,
62 case ui::ClipboardInternalFormat::kWeb: in CalculateDisplayFormat()
H A Dclipboard_history_util_unittest.cc28 ui::ClipboardInternalFormat::kWeb};
55 ui::ClipboardInternalFormat::kWeb, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/apps/intent_helper/
H A Dcommon_apps_navigation_throttle.cc45 case apps::mojom::AppType::kWeb: in GetPickerEntryType()
46 picker_entry_type = apps::PickerEntryType::kWeb; in GetPickerEntryType()
146 if (entry_type == PickerEntryType::kWeb) { in OnIntentPickerClosed()
270 (app_type == apps::mojom::AppType::kWeb && in ShouldCancelNavigation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/clipboard/
H A Dclipboard_data.h28 kWeb = 1 << 7, enumerator
100 format_ |= static_cast<int>(ClipboardInternalFormat::kWeb); in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dintent_picker_tab_helper.cc31 case apps::PickerEntryType::kWeb: in GetAppType()
32 app_type = apps::mojom::AppType::kWeb; in GetAppType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dapp_service_file_tasks.cc48 case apps::mojom::AppType::kWeb: in GetTaskType()
93 app_type == apps::mojom::AppType::kWeb)) { in FindAppServiceTasks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/app_service/
H A Dapp_service_shelf_context_menu.cc160 if (app_type_ == apps::mojom::AppType::kWeb) { in ExecuteCommand()
214 case apps::mojom::AppType::kWeb: { in IsCommandIdChecked()
323 if (app_type_ == apps::mojom::AppType::kWeb) { in OnGetMenuModel()
442 case apps::mojom::AppType::kWeb: { in SetLaunchType()
546 case apps::mojom::AppType::kWeb: in ShouldAddPinMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/clipboard/test_support/
H A Dclipboard_history_item_builder.cc71 case ui::ClipboardInternalFormat::kWeb: in SetFormat()
94 case ui::ClipboardInternalFormat::kWeb: in ClearFormat()

1234