Home
last modified time | relevance | path

Searched defs:PinRequest (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dpin_request_view.h34 struct ASH_EXPORT PinRequest { struct
37 PinRequest& operator=(PinRequest&&); argument
43 using OnPinRequestDone = base::OnceCallback<void(bool success)>; argument
47 bool help_button_enabled = false;
72 class ASH_EXPORT PinRequestView : public views::DialogDelegateView, argument
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/data/
H A Dblock.hpp331 class PinRequest : public tlx::ReferenceCounter class
346 PinRequest(BlockPool* block_pool, PinnedBlock&& block, bool ready = true) in PinRequest() function in thrill::data::PinRequest