Home
last modified time | relevance | path

Searched refs:windowless_context (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/plugin/
Dwebplugin_proxy.cc131 if (!windowless_context()) { in InvalidateRect()
318 if (!windowless_context()) in Paint()
330 CGContextSaveGState(windowless_context()); in Paint()
336 CGContextRef saved_context_weak = windowless_context(); in Paint()
342 CGContextClipToRect(windowless_context(), rect.ToCGRect()); in Paint()
346 delegate_->CGPaint(windowless_context(), rect); in Paint()
405 window_rect, clip_rect, windowless_context()); in UpdateGeometry()
Dwebplugin_proxy.h177 CGContextRef windowless_context() const { in windowless_context() function