OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
43
AURA_EXPORT extern const
WindowProperty
<Window*>* const kHostWindowKey;
46
AURA_EXPORT extern const
WindowProperty
<ui::ModalType>* const kModalKey;
49
AURA_EXPORT extern const
WindowProperty
<gfx::Rect*>* const kRestoreBoundsKey;
53
AURA_EXPORT extern const
WindowProperty
<ui::WindowShowState>* 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
42
extern const aura::
WindowProperty
<bool>* const kSnapChildrenToPixelBoundary;
47
ASH_EXPORT extern const aura::
WindowProperty
<bool>* const
51
extern const aura::
WindowProperty
<bool>* const kUsesScreenCoordinatesKey;
55
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);
536
//
WindowProperty
<>.
window_unittest.cc
[
all
...]
/external/chromium_org/ash/shelf/
shelf_util.h
20
extern const aura::
WindowProperty
<ShelfID>* const kShelfID;
24
extern const aura::
WindowProperty
<ShelfItemDetails*>* const
/external/chromium_org/ui/wm/core/
shadow_types.h
31
extern const aura::
WindowProperty
<ShadowType>* const kShadowTypeKey;
window_modality_controller.cc
25
extern const aura::
WindowProperty
<aura::Window*>* const kModalParentKey;
Completed in 702 milliseconds