Home | History | Annotate | Download | only in shelf

Lines Matching full:aura

10 #include "ui/aura/window.h"
12 namespace aura {
19 extern const aura::WindowProperty<ShelfID>* const kShelfID;
23 extern const aura::WindowProperty<ShelfItemDetails*>* const
27 ASH_EXPORT void SetShelfIDForWindow(ShelfID id, aura::Window* window);
33 ASH_EXPORT ShelfID GetShelfIDForWindow(const aura::Window* window);
37 ASH_EXPORT void SetShelfItemDetailsForWindow(aura::Window* window,
42 ASH_EXPORT void SetShelfItemDetailsForDialogWindow(aura::Window* window,
48 ASH_EXPORT void ClearShelfItemDetailsForWindow(aura::Window* window);
53 aura::Window* window);