Searched defs:ShellPlatformDataAura (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_platform_data_aura.cc113 ShellPlatformDataAura* Shell::platform_ = NULL;
115 ShellPlatformDataAura::ShellPlatformDataAura(const gfx::Size& initial_size) { function in class:content::ShellPlatformDataAura
132 ShellPlatformDataAura::~ShellPlatformDataAura() {
135 void ShellPlatformDataAura::ShowWindow() {
139 void ShellPlatformDataAura::ResizeWindow(const gfx::Size& size) {
H A Dshell_platform_data_aura.h29 class ShellPlatformDataAura { class in namespace:content
31 explicit ShellPlatformDataAura(const gfx::Size& initial_size);
32 ~ShellPlatformDataAura();
46 DISALLOW_COPY_AND_ASSIGN(ShellPlatformDataAura);

Completed in 92 milliseconds