Home
last modified time | relevance | path

Searched refs:AddNearbyShare (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/holding_space/
H A Dholding_space_keyed_service.h78 void AddNearbyShare(const base::FilePath& nearby_share_path);
H A Dholding_space_keyed_service.cc226 void HoldingSpaceKeyedService::AddNearbyShare( in AddNearbyShare() function in ash::HoldingSpaceKeyedService
H A Dholding_space_keyed_service_unittest.cc1303 holding_space_service->AddNearbyShare(item_1_full_path); in TEST_F()
1312 holding_space_service->AddNearbyShare(item_2_full_path); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/
H A Dnearby_notification_manager.cc748 holding_space_keyed_service->AddNearbyShare(file.file_path().value()); in ShowIncomingSuccess()