OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:corner_style_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.h
55
panel::CornerStyle corner_style() const { return
corner_style_
; }
112
panel::CornerStyle
corner_style_
;
member in class:PanelFrameView
panel_frame_view.cc
262
corner_style_
(panel::ALL_ROUNDED) {
359
corner_style_
= corner_style;
457
if (
corner_style_
& panel::TOP_ROUNDED) {
473
if (
corner_style_
& panel::BOTTOM_ROUNDED) {
722
const gfx::ImageSkia& top_left_image = GetTopLeftCornerImage(
corner_style_
);
723
const gfx::ImageSkia& top_right_image = GetTopRightCornerImage(
corner_style_
);
725
GetBottomLeftCornerImage(
corner_style_
);
727
GetBottomRightCornerImage(
corner_style_
);
/external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h
110
panel::CornerStyle
corner_style_
;
member in class:PanelCocoa
/external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h
217
panel::CornerStyle
corner_style_
;
member in class:PanelGtk
panel_gtk.cc
227
corner_style_
(panel::ALL_ROUNDED) {
325
corner_style_
= corner_style;
368
if (
corner_style_
& panel::TOP_ROUNDED) {
378
if (
corner_style_
& panel::BOTTOM_ROUNDED) {
[
all
...]
Completed in 182 milliseconds