HomeSort by relevance Sort by last modified time
    Searched defs:ShellAuraPlatformData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/shell/browser/
shell_aura.cc 125 ShellAuraPlatformData* Shell::platform_ = NULL;
127 ShellAuraPlatformData::ShellAuraPlatformData() {
146 ShellAuraPlatformData::~ShellAuraPlatformData() {
149 void ShellAuraPlatformData::ResizeWindow(int width, int height) {
157 platform_ = new ShellAuraPlatformData();
shell_aura.h 26 class ShellAuraPlatformData {
28 ShellAuraPlatformData();
29 ~ShellAuraPlatformData();
43 DISALLOW_COPY_AND_ASSIGN(ShellAuraPlatformData);

Completed in 26 milliseconds