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
();
140
DISALLOW_COPY_AND_ASSIGN(
CustomFrameView
);
custom_frame_view.cc
93
//
CustomFrameView
, public:
95
CustomFrameView
::
CustomFrameView
()
106
CustomFrameView
::~
CustomFrameView
() {
109
void
CustomFrameView
::Init(Widget* frame) {
137
//
CustomFrameView
, NonClientFrameView implementation:
139
gfx::Rect
CustomFrameView
::GetBoundsForClientView() const {
143
gfx::Rect
CustomFrameView
::GetWindowBoundsForClientBounds(
153
int
CustomFrameView
::NonClientHitTest(const gfx::Point& point)
[
all
...]
Completed in 208 milliseconds