OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MenuSeparator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_separator.h
16
class
MenuSeparator
: public View {
18
MenuSeparator
(MenuItemView* parent, ui::MenuSeparatorType type)
38
DISALLOW_COPY_AND_ASSIGN(
MenuSeparator
);
menu_separator_views.cc
22
void
MenuSeparator
::OnPaint(gfx::Canvas* canvas) {
26
gfx::Size
MenuSeparator
::GetPreferredSize() {
31
void
MenuSeparator
::OnPaintAura(gfx::Canvas* canvas) {
50
gfx::Size
MenuSeparator
::GetPreferredSizeAura() {
menu_separator_win.cc
23
void
MenuSeparator
::OnPaint(gfx::Canvas* canvas) {
55
gfx::Size
MenuSeparator
::GetPreferredSize() {
menu_item_view.cc
240
submenu_->AddChildViewAt(new
MenuSeparator
(this, separator_style), index);
[
all
...]
Completed in 467 milliseconds