WindowProperty     18 ash/shelf/shelf_util.h extern const aura::WindowProperty<ShelfItemDetails*>* const
WindowProperty     15 ash/wm/window_properties.h struct WindowProperty;
WindowProperty     30 ash/wm/window_properties.h ASH_EXPORT extern const aura::WindowProperty<bool>* const
WindowProperty     34 ash/wm/window_properties.h extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey;
WindowProperty     38 ash/wm/window_properties.h extern const aura::WindowProperty<wm::WindowState*>* const kWindowStateKey;
WindowProperty     22 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<bool>* const kAlwaysOnTopKey;
WindowProperty     26 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<bool>* const kAnimationsDisabledKey;
WindowProperty     29 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<bool>* const kCanMaximizeKey;
WindowProperty     32 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<bool>* const kCanResizeKey;
WindowProperty     35 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<bool>* const kConstrainedWindowKey;
WindowProperty     39 ui/aura/client/aura_constants.h AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey;
WindowProperty     42 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<ui::ModalType>* const kModalKey;
WindowProperty     45 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey;
WindowProperty     49 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const
WindowProperty     53 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<ui::InputMethod*>* const
WindowProperty     58 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const
WindowProperty     53 ui/aura/window.h struct WindowProperty;
WindowProperty    299 ui/aura/window.h   void SetProperty(const WindowProperty<T>* property, T value);
WindowProperty    304 ui/aura/window.h   T GetProperty(const WindowProperty<T>* property) const;
WindowProperty    309 ui/aura/window.h   void ClearProperty(const WindowProperty<T>* property);
WindowProperty     82 ui/aura/window_property.h void Window::SetProperty(const WindowProperty<T>* property, T value) {
WindowProperty     96 ui/aura/window_property.h T Window::GetProperty(const WindowProperty<T>* property) const {
WindowProperty    102 ui/aura/window_property.h void Window::ClearProperty(const WindowProperty<T>* property) {
WindowProperty    111 ui/aura/window_property.h         const aura::WindowProperty<T >*, T);                \
WindowProperty    113 ui/aura/window_property.h         const aura::WindowProperty<T >*) const;             \
WindowProperty    115 ui/aura/window_property.h         const aura::WindowProperty<T >*);
WindowProperty    122 ui/aura/window_property.h     const aura::WindowProperty<TYPE> NAME ## _Value = {DEFAULT, #NAME, NULL}; \
WindowProperty    124 ui/aura/window_property.h   const aura::WindowProperty<TYPE>* const NAME = & NAME ## _Value;
WindowProperty    129 ui/aura/window_property.h     const aura::WindowProperty<TYPE> NAME ## _Value = {DEFAULT, #NAME, NULL}; \
WindowProperty    130 ui/aura/window_property.h     const aura::WindowProperty<TYPE>* const NAME = & NAME ## _Value;          \
WindowProperty    139 ui/aura/window_property.h     const aura::WindowProperty<TYPE*> NAME ## _Value =          \
WindowProperty    142 ui/aura/window_property.h   const aura::WindowProperty<TYPE*>* const NAME = & NAME ## _Value;
WindowProperty   1842 ui/aura/window_unittest.cc   static const WindowProperty<int> prop = {-2};
WindowProperty     18 ui/views/view_constants_aura.h VIEWS_EXPORT extern const aura::WindowProperty<View*>* const kHostViewKey;
WindowProperty     22 ui/views/view_constants_aura.h VIEWS_EXPORT extern const aura::WindowProperty<bool>* const kDesktopRootWindow;
WindowProperty     30 ui/wm/core/shadow_types.h extern const aura::WindowProperty<ShadowType>* const kShadowTypeKey;
WindowProperty     25 ui/wm/core/window_modality_controller.cc extern const aura::WindowProperty<aura::Window*>* const kModalParentKey;