Searched defs:TransientWindowClient (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/wm/public/
H A Dtransient_window_client.h17 // TransientWindowClient is used to add or remove transient windows. Transient
27 class AURA_EXPORT TransientWindowClient { class in namespace:aura::client
35 virtual ~TransientWindowClient() {}
38 // Sets/gets the TransientWindowClient. This does *not* take ownership of
41 AURA_EXPORT void SetTransientWindowClient(TransientWindowClient* client);
42 AURA_EXPORT TransientWindowClient* GetTransientWindowClient();

Completed in 237 milliseconds