OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PanelWindow
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/shell/
panel_window.cc
26
views::Widget*
PanelWindow
::CreatePanelWindow(const gfx::Rect& rect) {
27
PanelWindow
* panel_window = new
PanelWindow
("Example Panel Window");
33
PanelWindow
::
PanelWindow
(const std::string& name)
39
PanelWindow
::~
PanelWindow
() {
42
views::Widget*
PanelWindow
::CreateWidget() {
60
gfx::Size
PanelWindow
::GetPreferredSize() {
64
void
PanelWindow
::OnPaint(gfx::Canvas* canvas)
[
all
...]
panel_window.h
18
// Instances of
PanelWindow
will get added to the PanelContainer top level
20
class
PanelWindow
: public views::WidgetDelegateView {
22
explicit
PanelWindow
(const std::string& name);
23
virtual ~
PanelWindow
();
50
DISALLOW_COPY_AND_ASSIGN(
PanelWindow
);
window_type_launcher.cc
309
PanelWindow
::CreatePanelWindow(gfx::Rect());
Completed in 50 milliseconds