CGContextRef       29 content/browser/renderer_host/backing_store_mac.h   CGContextRef cg_bitmap() { return cg_bitmap_; }
CGContextRef       51 content/browser/renderer_host/backing_store_mac.h                                        CGContextRef context);
CGContextRef       63 content/browser/renderer_host/backing_store_mac.h   CGContextRef CreateCGBitmapContext();
CGContextRef       65 content/browser/renderer_host/backing_store_mac.h   base::ScopedCFTypeRef<CGContextRef> cg_bitmap_;
CGContextRef      781 content/browser/renderer_host/render_widget_host_impl.cc     const CGRect& dest_rect, CGContextRef target) {
CGContextRef      146 content/browser/renderer_host/render_widget_host_impl.h                                                CGContextRef target) OVERRIDE;
CGContextRef      198 content/child/npapi/webplugin_delegate_impl.h   void CGPaint(CGContextRef context, const gfx::Rect& rect);
CGContextRef      424 content/child/npapi/webplugin_delegate_impl.h   CGContextRef buffer_context_;  // Weak ref.
CGContextRef       57 content/child/webthemeengine_impl_mac.cc   CGContextRef cgContext = bitLocker.cgContext();
CGContextRef      370 content/plugin/webplugin_proxy.cc   CGContextRef saved_context_weak = windowless_context();
CGContextRef      501 content/plugin/webplugin_proxy.cc     base::ScopedCFTypeRef<CGContextRef>* cg_context_out) {
CGContextRef      505 content/plugin/webplugin_proxy.cc   CGContextRef cg_context = NULL;
CGContextRef      172 content/plugin/webplugin_proxy.h       base::ScopedCFTypeRef<CGContextRef>* cg_context_out);
CGContextRef      192 content/plugin/webplugin_proxy.h   CGContextRef windowless_context() const {
CGContextRef      229 content/plugin/webplugin_proxy.h   base::ScopedCFTypeRef<CGContextRef> windowless_contexts_[2];
CGContextRef      203 content/public/browser/render_widget_host.h                                                CGContextRef target) = 0;
CGContextRef       30 printing/image_mac.cc   base::ScopedCFTypeRef<CGContextRef> bitmap_context(
CGContextRef      175 printing/pdf_metafile_cg_mac.cc                                CGContextRef context,
CGContextRef      302 printing/pdf_metafile_cg_mac.cc CGContextRef PdfMetafileCg::context() const {
CGContextRef       60 printing/pdf_metafile_cg_mac.h   virtual CGContextRef context() const OVERRIDE;
CGContextRef       74 printing/pdf_metafile_cg_mac.h   base::ScopedCFTypeRef<CGContextRef> context_;
CGContextRef      186 printing/pdf_metafile_skia.cc                                  CGContextRef context,
CGContextRef       24 skia/ext/bitmap_platform_device_mac.cc static CGContextRef CGContextForData(void* data, int width, int height) {
CGContextRef       37 skia/ext/bitmap_platform_device_mac.cc   CGContextRef context =
CGContextRef       96 skia/ext/bitmap_platform_device_mac.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(CGContextRef context,
CGContextRef      157 skia/ext/bitmap_platform_device_mac.cc   CGContextRef context = NULL;
CGContextRef      174 skia/ext/bitmap_platform_device_mac.cc     CGContextRef context, const SkBitmap& bitmap)
CGContextRef      199 skia/ext/bitmap_platform_device_mac.cc CGContextRef BitmapPlatformDevice::GetBitmapContext() {
CGContextRef      210 skia/ext/bitmap_platform_device_mac.cc void BitmapPlatformDevice::DrawToNativeContext(CGContextRef context, int x,
CGContextRef      250 skia/ext/bitmap_platform_device_mac.cc SkCanvas* CreatePlatformCanvas(CGContextRef ctx, int width, int height,
CGContextRef       36 skia/ext/bitmap_platform_device_mac.h   static BitmapPlatformDevice* Create(CGContextRef context,
CGContextRef       54 skia/ext/bitmap_platform_device_mac.h   virtual CGContextRef GetBitmapContext() OVERRIDE;
CGContextRef       55 skia/ext/bitmap_platform_device_mac.h   virtual void DrawToNativeContext(CGContextRef context, int x, int y,
CGContextRef       63 skia/ext/bitmap_platform_device_mac.h   BitmapPlatformDevice(CGContextRef context,
CGContextRef       82 skia/ext/bitmap_platform_device_mac.h   CGContextRef bitmap_context_;
CGContextRef       40 skia/ext/bitmap_platform_device_mac_unittest.cc   CGContextRef context = bitmap_->GetBitmapContext();
CGContextRef       60 skia/ext/bitmap_platform_device_mac_unittest.cc   CGContextRef context = bitmap_->GetBitmapContext();
CGContextRef       47 skia/ext/platform_canvas.h   SK_API SkCanvas* CreatePlatformCanvas(CGContextRef context,
CGContextRef      121 skia/ext/platform_canvas_unittest.cc   CGContextRef context = scoped_platform_paint.GetPlatformSurface();
CGContextRef       28 skia/ext/platform_device.h typedef struct CGContext* CGContextRef;
CGContextRef       43 skia/ext/platform_device.h typedef CGContextRef PlatformSurface;
CGContextRef       71 skia/ext/platform_device.h SK_API CGContextRef GetBitmapContext(SkBaseDevice* device);
CGContextRef      105 skia/ext/platform_device.h   virtual CGContextRef GetBitmapContext() = 0;
CGContextRef      138 skia/ext/platform_device.h   static void LoadPathToCGContext(CGContextRef context, const SkPath& path);
CGContextRef      141 skia/ext/platform_device.h   static void InitializeCGContext(CGContextRef context);
CGContextRef      144 skia/ext/platform_device.h   static void LoadClippingRegionToCGContext(CGContextRef context,
CGContextRef      166 skia/ext/platform_device.h   static void LoadTransformToCGContext(CGContextRef context,
CGContextRef       17 skia/ext/platform_device_mac.cc CGContextRef GetBitmapContext(SkBaseDevice* device) {
CGContextRef       25 skia/ext/platform_device_mac.cc CGContextRef PlatformDevice::BeginPlatformPaint() {
CGContextRef       34 skia/ext/platform_device_mac.cc void PlatformDevice::InitializeCGContext(CGContextRef context) {
CGContextRef       39 skia/ext/platform_device_mac.cc void PlatformDevice::LoadPathToCGContext(CGContextRef context,
CGContextRef       83 skia/ext/platform_device_mac.cc void PlatformDevice::LoadTransformToCGContext(CGContextRef context,
CGContextRef      117 skia/ext/platform_device_mac.cc          CGContextRef context,
CGContextRef      113 skia/ext/skia_utils_mac.h   CGContextRef cgContext();
CGContextRef      118 skia/ext/skia_utils_mac.h   CGContextRef cgContext_;
CGContextRef       76 skia/ext/vector_platform_device_skia.cc CGContextRef VectorPlatformDeviceSkia::GetBitmapContext() {
CGContextRef       43 skia/ext/vector_platform_device_skia.h   virtual CGContextRef GetBitmapContext() OVERRIDE;
CGContextRef      628 third_party/npapi/bindings/npapi.h   CGContextRef context;
CGContextRef      686 third_party/npapi/bindings/npapi.h       CGContextRef context;
CGContextRef      559 third_party/npapi/npspy/extern/plugin/npapi.h   CGContextRef context;
CGContextRef       14 ui/gfx/scoped_cg_context_save_gstate_mac.h   explicit ScopedCGContextSaveGState(CGContextRef context) : context_(context) {
CGContextRef       23 ui/gfx/scoped_cg_context_save_gstate_mac.h   CGContextRef context_;
CGContextRef       16 ui/gfx/scoped_ui_graphics_push_context_ios.h   explicit ScopedUIGraphicsPushContext(CGContextRef context);
CGContextRef       20 ui/gfx/scoped_ui_graphics_push_context_ios.h   CGContextRef context_;