Home
last modified time | relevance | path

Searched refs:SetPinned (Results 1 – 25 of 98) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-greengrass/include/aws/greengrass/model/
H A DFunctionConfiguration.h237 inline void SetPinned(bool value) { m_pinnedHasBeenSet = true; m_pinned = value; } in SetPinned() function
243 inline FunctionConfiguration& WithPinned(bool value) { SetPinned(value); return *this;} in WithPinned()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/app_management/
H A Dapp_management_shelf_delegate_chromeos.h24 void SetPinned(const std::string& app_id, apps::mojom::OptionalBool pinned);
H A Dapp_management_page_handler.h50 void SetPinned(const std::string& app_id,
H A Dapp_management_page_handler.cc167 void AppManagementPageHandler::SetPinned(const std::string& app_id, in SetPinned() function in AppManagementPageHandler
170 shelf_delegate_.SetPinned(app_id, pinned); in SetPinned()
H A Dapp_management_shelf_delegate_chromeos.cc70 void AppManagementShelfDelegate::SetPinned(const std::string& app_id, in SetPinned() function in AppManagementShelfDelegate
H A Dapp_management.mojom47 SetPinned(string app_id, apps.mojom.OptionalBool pinned);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/app_management/
H A Dapp_management_shelf_delegate_chromeos.h24 void SetPinned(const std::string& app_id, apps::mojom::OptionalBool pinned);
H A Dapp_management_page_handler.h50 void SetPinned(const std::string& app_id,
H A Dapp_management_page_handler.cc183 void AppManagementPageHandler::SetPinned(const std::string& app_id, in SetPinned() function in AppManagementPageHandler
186 shelf_delegate_.SetPinned(app_id, pinned); in SetPinned()
H A Dapp_management_shelf_delegate_chromeos.cc70 void AppManagementShelfDelegate::SetPinned(const std::string& app_id, in SetPinned() function in AppManagementShelfDelegate
H A Dapp_management.mojom47 SetPinned(string app_id, apps.mojom.OptionalBool pinned);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DUiCompositorControllerChild.h39 bool SetPinned(const bool& aPinned, const int32_t& aReason);
H A DUiCompositorControllerParent.cpp110 mAnimator->SetPinned(aPinned, aReason); in RecvPinned()
H A DUiCompositorControllerChild.cpp107 bool UiCompositorControllerChild::SetPinned(const bool& aPinned, in SetPinned() function in mozilla::layers::UiCompositorControllerChild
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/model/
H A DLambdaExecutionParameters.h271 inline void SetPinned(bool value) { m_pinnedHasBeenSet = true; m_pinned = value; } in SetPinned() function
282 inline LambdaExecutionParameters& WithPinned(bool value) { SetPinned(value); return *this;} in WithPinned()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/drivefs/
H A Dfake_drivefs.h77 void SetPinned(const base::FilePath& path,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/src/
H A DAndroidDynamicToolbarAnimator.h74 void SetPinned(bool aPinned, int32_t aReason);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/
H A Dclient_controlled_shell_surface.h136 void SetPinned(ash::WindowPinType type);
H A Ddisplay_unittest.cc264 shell_surface->SetPinned(ash::WindowPinType::kPinned); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Ddisplay_unittest.cc254 shell_surface->SetPinned(chromeos::WindowPinType::kPinned); in TEST_F()
H A Dclient_controlled_shell_surface.h144 void SetPinned(chromeos::WindowPinType type);
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cache2/
H A DCacheFileMetadata.cpp774 mHandle->SetPinned(Pinned()); in InitEmptyMetadata()
898 if (!mHandle->SetPinned(Pinned())) { in ParseMetadata()
/dports/www/firefox/firefox-99.0/netwerk/cache2/
H A DCacheFileMetadata.cpp793 mHandle->SetPinned(Pinned()); in InitEmptyMetadata()
917 if (!mHandle->SetPinned(Pinned())) { in ParseMetadata()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cache2/
H A DCacheFileMetadata.cpp774 mHandle->SetPinned(Pinned()); in InitEmptyMetadata()
898 if (!mHandle->SetPinned(Pinned())) { in ParseMetadata()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache2/
H A DCacheFileMetadata.cpp846 mHandle->SetPinned(Pinned()); in InitEmptyMetadata()
970 if (!mHandle->SetPinned(Pinned())) { in ParseMetadata()

1234