Home | History | Annotate | Download | only in aura

Lines Matching full:aura

9 #include "ui/aura/aura_export.h"
10 #include "ui/aura/window.h"
18 // #include "ui/aura/window_property.h"
46 namespace aura {
106 } // namespace aura
110 template EXPORT void aura::Window::SetProperty( \
111 const aura::WindowProperty<T >*, T); \
112 template EXPORT T aura::Window::GetProperty( \
113 const aura::WindowProperty<T >*) const; \
114 template EXPORT void aura::Window::ClearProperty( \
115 const aura::WindowProperty<T >*);
122 const aura::WindowProperty<TYPE> NAME ## _Value = {DEFAULT, #NAME, NULL}; \
124 const aura::WindowProperty<TYPE>* const NAME = & NAME ## _Value;
129 const aura::WindowProperty<TYPE> NAME ## _Value = {DEFAULT, #NAME, NULL}; \
130 const aura::WindowProperty<TYPE>* const NAME = & NAME ## _Value; \
137 delete aura::WindowPropertyCaster<TYPE*>::FromInt64(p); \
139 const aura::WindowProperty<TYPE*> NAME ## _Value = \
142 const aura::WindowProperty<TYPE*>* const NAME = & NAME ## _Value;