Home
last modified time | relevance | path

Searched refs:platform_ (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/v8/src/
Dv8.cc58 v8::Platform* V8::platform_ = NULL; member in v8::internal::V8
109 DefaultPlatform* platform = static_cast<DefaultPlatform*>(platform_); in TearDown()
110 platform_ = NULL; in TearDown()
172 platform_ = new DefaultPlatform; in InitializeOncePerProcessImpl()
191 ASSERT(!platform_); in InitializePlatform()
193 platform_ = platform; in InitializePlatform()
198 ASSERT(platform_); in ShutdownPlatform()
199 platform_ = NULL; in ShutdownPlatform()
204 ASSERT(platform_); in GetCurrentPlatform()
205 return platform_; in GetCurrentPlatform()
Dv8.h126 static v8::Platform* platform_; variable
/external/chromium_org/content/shell/browser/
Dshell_aura.cc125 ShellAuraPlatformData* Shell::platform_ = NULL; member in content::Shell
155 CHECK(!platform_); in PlatformInitialize()
157 platform_ = new ShellAuraPlatformData(); in PlatformInitialize()
161 CHECK(platform_); in PlatformExit()
162 delete platform_; in PlatformExit()
163 platform_ = NULL; in PlatformExit()
180 CHECK(platform_); in PlatformCreateWindow()
181 platform_->ResizeWindow(width, height); in PlatformCreateWindow()
185 CHECK(platform_); in PlatformSetContents()
187 aura::Window* parent = platform_->window()->window(); in PlatformSetContents()
Dshell.h271 static ShellAuraPlatformData* platform_; variable
/external/chromium_org/content/public/test/
Drender_view_test.cc146 platform_.reset(new RendererMainPlatformDelegate(*params_)); in SetUp()
147 platform_->PlatformInitialize(); in SetUp()
212 platform_->PlatformUninitialize(); in TearDown()
213 platform_.reset(); in TearDown()
Drender_view_test.h138 scoped_ptr<RendererMainPlatformDelegate> platform_; variable
/external/chromium_org/webkit/child/
Dwebsocketstreamhandle_impl.cc168 platform_(platform) { in WebSocketStreamHandleImpl()
184 context_->Connect(url, platform_); in connect()
Dwebsocketstreamhandle_impl.h33 WebKitPlatformSupportImpl* platform_; variable
Dweburlloader_impl.h45 WebKitPlatformSupportImpl* platform_; variable
Dweburlloader_impl.cc678 platform_(platform) { in WebURLLoaderImpl()
816 context_->Start(request, &sync_load_response, platform_); in loadSynchronously()
842 context_->Start(request, NULL, platform_); in loadAsynchronously()
/external/chromium_org/sync/notifier/
Dsync_system_resources.cc356 platform_ = platform; in set_platform()
360 return platform_; in platform()
Dsync_system_resources.h232 std::string platform_; in NON_EXPORTED_BASE() local