OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CustomFrameView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/window/
custom_frame_view.h
26
//
CustomFrameView
32
class
CustomFrameView
: public NonClientFrameView,
35
CustomFrameView
();
36
virtual ~
CustomFrameView
();
139
DISALLOW_COPY_AND_ASSIGN(
CustomFrameView
);
custom_frame_view.cc
86
//
CustomFrameView
, public:
88
CustomFrameView
::
CustomFrameView
()
99
CustomFrameView
::~
CustomFrameView
() {
102
void
CustomFrameView
::Init(Widget* frame) {
130
//
CustomFrameView
, NonClientFrameView implementation:
132
gfx::Rect
CustomFrameView
::GetBoundsForClientView() const {
136
gfx::Rect
CustomFrameView
::GetWindowBoundsForClientBounds(
146
int
CustomFrameView
::NonClientHitTest(const gfx::Point& point)
[
all
...]
Completed in 29 milliseconds