OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeWidget
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/ui/views/widget/
native_widget.h
16
//
NativeWidget
interface
19
// internal::
NativeWidget
interface that Widget uses to communicate with a
25
class VIEWS_EXPORT
NativeWidget
{
27
virtual ~
NativeWidget
() {}
widget.h
61
class
NativeWidget
;
82
// context specific
NativeWidget
implementation.
87
// either owns or is owned by its
NativeWidget
:
90
// The Widget instance is owned by its
NativeWidget
. When the
NativeWidget
94
// The Widget instance owns its
NativeWidget
. This state implies someone
96
// the Widget it is responsible for destroying the
NativeWidget
(from its
175
// Widget, it is destroyed when the corresponding
NativeWidget
is
178
// Used when the Widget is owned by someone other than the
NativeWidget
,
229
// the
NativeWidget
may specify a default size. If the parent is specified
[
all
...]
native_widget_private.h
34
// A
NativeWidget
subclass internal to views that provides Widget a conduit for
42
//
NativeWidget
implementations. This file should not be included
45
class VIEWS_EXPORT NativeWidgetPrivate : public
NativeWidget
{
79
// Initializes the
NativeWidget
.
83
// the
NativeWidget
wants no special NonClientFrameView.
90
// Returns the Widget associated with this
NativeWidget
. This function is
91
// guaranteed to return non-NULL for the lifetime of the
NativeWidget
.
95
// Returns the NativeView/Window associated with this
NativeWidget
.
103
//
NativeWidget
.
107
// Returns the
NativeWidget
's layer, if any
[
all
...]
widget.cc
57
NativeWidget
* CreateNativeWidget(
NativeWidget
* native_widget,
932
const
NativeWidget
* Widget::native_widget() const {
936
NativeWidget
* Widget::native_widget() {
[
all
...]
widget_interactive_uitest.cc
870
NativeWidget
* CreateNativeWidget(bool create_desktop_native_widget,
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
native_browser_frame.h
15
class
NativeWidget
;
22
virtual views::
NativeWidget
* AsNativeWidget() = 0;
23
virtual const views::
NativeWidget
* AsNativeWidget() const = 0;
browser_frame_ash.h
37
virtual views::
NativeWidget
* AsNativeWidget() OVERRIDE;
38
virtual const views::
NativeWidget
* AsNativeWidget() const OVERRIDE;
desktop_browser_frame_aura.h
45
virtual views::
NativeWidget
* AsNativeWidget() OVERRIDE;
46
virtual const views::
NativeWidget
* AsNativeWidget() const OVERRIDE;
desktop_browser_frame_aura.cc
80
views::
NativeWidget
* DesktopBrowserFrameAura::AsNativeWidget() {
84
const views::
NativeWidget
* DesktopBrowserFrameAura::AsNativeWidget() const {
browser_frame_ash.cc
125
views::
NativeWidget
* BrowserFrameAsh::AsNativeWidget() {
129
const views::
NativeWidget
* BrowserFrameAsh::AsNativeWidget() const {
/external/chromium_org/ui/views/controls/menu/
menu_host.h
14
class
NativeWidget
;
/external/chromium_org/ui/views/test/
widget_test.h
26
class
NativeWidget
;
69
NativeWidget
* CreatePlatformNativeWidget(
widget_test.cc
39
NativeWidget
* WidgetTest::CreatePlatformNativeWidget(
/external/chromium_org/ui/views/
views_delegate.h
42
class
NativeWidget
;
Completed in 508 milliseconds