OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeFrameView
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/views/window/
native_frame_view.cc
17
//
NativeFrameView
, public:
19
NativeFrameView
::
NativeFrameView
(Widget* frame)
24
NativeFrameView
::~
NativeFrameView
() {
28
//
NativeFrameView
, NonClientFrameView overrides:
30
gfx::Rect
NativeFrameView
::GetBoundsForClientView() const {
34
gfx::Rect
NativeFrameView
::GetWindowBoundsForClientBounds(
38
static_cast<View*>(const_cast<
NativeFrameView
*>(this)), client_bounds);
45
int
NativeFrameView
::NonClientHitTest(const gfx::Point& point)
[
all
...]
native_frame_view.h
14
class VIEWS_EXPORT
NativeFrameView
: public NonClientFrameView {
16
explicit
NativeFrameView
(Widget* frame);
17
virtual ~
NativeFrameView
();
39
DISALLOW_COPY_AND_ASSIGN(
NativeFrameView
);
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
380
new
NativeFrameView
(GetWidget()) : NULL;
[
all
...]
/external/chromium_org/ui/views/widget/
native_widget_win.cc
129
new
NativeFrameView
(GetWidget()) : NULL;
[
all
...]
widget_unittest.cc
119
class MinimumSizeFrameView : public
NativeFrameView
{
121
explicit MinimumSizeFrameView(Widget* frame):
NativeFrameView
(frame) {}
[
all
...]
Completed in 242 milliseconds