HomeSort by relevance Sort by last modified time
    Searched refs:WindowProperty (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/aura/client/
aura_constants.h 22 AURA_EXPORT extern const WindowProperty<bool>* const kAlwaysOnTopKey;
26 AURA_EXPORT extern const WindowProperty<bool>* const kAnimationsDisabledKey;
29 AURA_EXPORT extern const WindowProperty<bool>* const kCanMaximizeKey;
32 AURA_EXPORT extern const WindowProperty<bool>* const kCanResizeKey;
35 AURA_EXPORT extern const WindowProperty<bool>* const kConstrainedWindowKey;
39 AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey;
42 AURA_EXPORT extern const WindowProperty<ui::ModalType>* const kModalKey;
45 AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey;
49 AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const
53 AURA_EXPORT extern const WindowProperty<ui::InputMethod*>* cons
    [all...]
  /external/chromium_org/ash/wm/
window_properties.h 16 struct WindowProperty;
31 ASH_EXPORT extern const aura::WindowProperty<gfx::Rect*>* const
37 ASH_EXPORT extern const aura::WindowProperty<ui::WindowShowState>* const
43 ASH_EXPORT extern const aura::WindowProperty<bool>* const
47 extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey;
51 extern const aura::WindowProperty<wm::WindowState*>* const kWindowStateKey;
  /external/chromium_org/ui/views/
view_constants_aura.h 18 VIEWS_EXPORT extern const aura::WindowProperty<View*>* const kHostViewKey;
22 VIEWS_EXPORT extern const aura::WindowProperty<bool>* const kDesktopRootWindow;
  /external/chromium_org/ui/aura/
window_property.h 15 // To define a new WindowProperty:
38 // To define a new type used for WindowProperty.
75 struct WindowProperty {
82 void Window::SetProperty(const WindowProperty<T>* property, T value) {
96 T Window::GetProperty(const WindowProperty<T>* property) const {
102 void Window::ClearProperty(const WindowProperty<T>* property) {
111 const aura::WindowProperty<T >*, T); \
113 const aura::WindowProperty<T >*) const; \
115 const aura::WindowProperty<T >*);
122 const aura::WindowProperty<TYPE> NAME ## _Value = {DEFAULT, #NAME, NULL};
    [all...]
window.h 53 struct WindowProperty;
293 void SetProperty(const WindowProperty<T>* property, T value);
298 T GetProperty(const WindowProperty<T>* property) const;
303 void ClearProperty(const WindowProperty<T>* property);
530 // WindowProperty<>.
window_unittest.cc     [all...]
  /external/chromium_org/ash/shelf/
shelf_util.h 19 extern const aura::WindowProperty<ShelfID>* const kShelfID;
23 extern const aura::WindowProperty<ShelfItemDetails*>* const
  /external/chromium_org/ui/wm/core/
shadow_types.h 30 extern const aura::WindowProperty<ShadowType>* const kShadowTypeKey;
window_modality_controller.cc 25 extern const aura::WindowProperty<aura::Window*>* const kModalParentKey;

Completed in 219 milliseconds