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

  /external/chromium_org/content/shell/browser/
shell_aura.h 26 class ShellAuraPlatformData {
28 ShellAuraPlatformData();
29 ~ShellAuraPlatformData();
43 DISALLOW_COPY_AND_ASSIGN(ShellAuraPlatformData);
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.h 44 class ShellAuraPlatformData;
271 static ShellAuraPlatformData* platform_;

Completed in 51 milliseconds