OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_surface_layer_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/npapi/
webplugin_impl.cc
834
if (!
io_surface_layer_
.get()) {
835
io_surface_layer_
= cc::IOSurfaceLayer::Create();
836
web_layer_.reset(new webkit::WebLayerImpl(
io_surface_layer_
));
839
io_surface_layer_
->SetIOSurfaceProperties(
845
io_surface_layer_
= NULL;
849
if (
io_surface_layer_
.get())
850
io_surface_layer_
->SetNeedsDisplay();
[
all
...]
webplugin_impl.h
286
scoped_refptr<cc::IOSurfaceLayer>
io_surface_layer_
;
member in class:content::WebPluginImpl
Completed in 49 milliseconds