Home
last modified time | relevance | path

Searched refs:CreateStandardPanelBackground (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/views/
Dbackground.h72 static Background* CreateStandardPanelBackground();
Dbackground.cc95 Background* Background::CreateStandardPanelBackground() { in CreateStandardPanelBackground() function in views::Background
/external/chromium_org/ui/views/examples/
Dexamples_window.cc136 set_background(Background::CreateStandardPanelBackground()); in ExamplesWindowContents()
/external/chromium_org/content/shell/browser/
Dshell_views.cc208 set_background(views::Background::CreateStandardPanelBackground()); in InitShellWindow()