OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:corner_style
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.h
40
void SetWindowCornerStyle(panel::CornerStyle
corner_style
);
55
panel::CornerStyle
corner_style
() const { return corner_style_; }
function in class:PanelFrameView
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc
729
panel::CornerStyle
corner_style
;
local
733
corner_style
= panel::ALL_ROUNDED;
735
corner_style
= panel::TOP_ROUNDED;
737
corner_style
= panel::BOTTOM_ROUNDED;
739
corner_style
= panel::NOT_ROUNDED;
740
panel->SetWindowCornerStyle(
corner_style
);
Completed in 100 milliseconds