OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compositing_iosurface_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_layer_mac.mm
45
if (renderWidgetHostView_->
compositing_iosurface_
) {
47
renderWidgetHostView_->
compositing_iosurface_
->scale_factor();
91
!renderWidgetHostView_->
compositing_iosurface_
) {
124
if (!renderWidgetHostView_->
compositing_iosurface_
->DrawIOSurface(
render_widget_host_view_mac.mm
507
if (
compositing_iosurface_
) {
518
bool new_surface_needed = !
compositing_iosurface_
;
548
compositing_iosurface_
.reset(CompositingIOSurfaceMac::Create());
549
if (!
compositing_iosurface_
) {
559
CHECK(compositing_iosurface_context_ &&
compositing_iosurface_
);
580
compositing_iosurface_
&&
588
compositing_iosurface_
.reset();
867
(
compositing_iosurface_
&&
compositing_iosurface_
->HasIOSurface()) ||
[
all
...]
render_widget_host_view_mac.h
432
scoped_ptr<CompositingIOSurfaceMac>
compositing_iosurface_
;
member in class:content::RenderWidgetHostViewMac
Completed in 54 milliseconds