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.cc165 if (!windowless_context()) { in InvalidateRect()
352 if (!windowless_context()) in Paint()
364 CGContextSaveGState(windowless_context()); in Paint()
370 CGContextRef saved_context_weak = windowless_context(); in Paint()
376 CGContextClipToRect(windowless_context(), rect.ToCGRect()); in Paint()
380 delegate_->CGPaint(windowless_context(), rect); in Paint()
446 window_rect, clip_rect, windowless_context()); in UpdateGeometry()
Dwebplugin_proxy.h192 CGContextRef windowless_context() const { in windowless_context() function