Searched refs:platform_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_aura.cc18 CHECK(!platform_);
21 platform_ = new ShellPlatformDataAura(default_window_size);
25 CHECK(platform_);
26 delete platform_;
27 platform_ = NULL;
44 CHECK(platform_);
46 platform_->ShowWindow();
47 platform_->ResizeWindow(gfx::Size(width, height));
51 CHECK(platform_);
53 aura::Window* parent = platform_
[all...]
H A Dshell_views.cc444 delete platform_;
445 platform_ = NULL;
486 if (!platform_)
487 platform_ = new ShellPlatformDataAura(content_size_);
489 platform_->ResizeWindow(content_size_);
517 CHECK(platform_);
519 aura::Window* parent = platform_->host()->window();
H A Dshell_platform_data_aura.cc113 ShellPlatformDataAura* Shell::platform_ = NULL;
H A Dshell.h245 static ShellPlatformDataAura* platform_; member in class:content::Shell
/external/chromium_org/v8/src/
H A Dv8.cc34 v8::Platform* V8::platform_ = NULL; member in class:v8::internal::V8
45 DefaultPlatform* platform = static_cast<DefaultPlatform*>(platform_);
66 DefaultPlatform* platform = static_cast<DefaultPlatform*>(platform_);
67 platform_ = NULL;
94 platform_ = new DefaultPlatform;
119 ASSERT(!platform_);
121 platform_ = platform;
126 ASSERT(platform_);
127 platform_ = NULL;
132 ASSERT(platform_);
[all...]
H A Dv8.h98 static v8::Platform* platform_; member in class:v8::internal::V8
/external/chromium_org/content/public/test/
H A Drender_view_test.cc162 platform_.reset(new RendererMainPlatformDelegate(*params_));
163 platform_->PlatformInitialize();
236 platform_->PlatformUninitialize();
237 platform_.reset();
H A Drender_view_test.h152 scoped_ptr<RendererMainPlatformDelegate> platform_; member in class:content::RenderViewTest
/external/chromium_org/components/invalidation/
H A Dsync_system_resources.cc309 platform_ = platform;
313 return platform_;
H A Dsync_system_resources.h239 std::string platform_; member in class:syncer::SyncSystemResources

Completed in 319 milliseconds