HomeSort by relevance Sort by last modified time
    Searched refs:windowless_context (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/plugin/
webplugin_proxy.cc 131 if (!windowless_context()) {
318 if (!windowless_context())
330 CGContextSaveGState(windowless_context());
336 CGContextRef saved_context_weak = windowless_context();
342 CGContextClipToRect(windowless_context(), rect.ToCGRect());
346 delegate_->CGPaint(windowless_context(), rect);
405 window_rect, clip_rect, windowless_context());
webplugin_proxy.h 177 CGContextRef windowless_context() const { function in class:content::WebPluginProxy

Completed in 4804 milliseconds