Searched refs:restore (Results 126 - 150 of 798) sorted by path

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineFrameOverview.js100 this._context.restore();
231 this._context.restore();
270 this._context.restore();
H A DTimelinePowerOverview.js198 ctx.restore();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DResponsiveDesignView.js342 context.restore();
351 context.restore();
371 context.restore();
380 context.restore();
408 context.restore();
418 context.restore();
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationInspectorAgent.cpp68 void DeviceOrientationInspectorAgent::restore() function in class:blink::DeviceOrientationInspectorAgent
82 restore();
H A DDeviceOrientationInspectorAgent.h31 virtual void restore() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DInspectorFileSystemAgent.cpp695 void InspectorFileSystemAgent::restore() function in class:blink::InspectorFileSystemAgent
H A DInspectorFileSystemAgent.h60 virtual void restore() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DInspectorIndexedDBAgent.cpp586 void InspectorIndexedDBAgent::restore() function in class:blink::InspectorIndexedDBAgent
H A DInspectorIndexedDBAgent.h52 virtual void restore() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DInspectorDatabaseAgent.cpp279 void InspectorDatabaseAgent::restore() function in class:blink::InspectorDatabaseAgent
H A DInspectorDatabaseAgent.h61 virtual void restore() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontMac.cpp167 gc->restore();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DImageBufferSurface.h60 virtual bool restore() OVERRIDE { return m_layerBridge->restoreSurface(); }
H A DCrossfadeGeneratedImage.cpp69 context->restore();
80 context->restore();
H A DGraphicsContext.cpp161 void GraphicsContext::restore() function in class:blink::GraphicsContext
167 WTF_LOG_ERROR("ERROR void GraphicsContext::restore() stack is empty");
208 m_canvas->restore();
579 restore();
751 restore();
933 restore();
1155 m_canvas->restore();
1156 m_canvas->restore();
H A DGraphicsContext.h80 // Furthermore, save/restore calls must be balanced any time the canvas is 0.
106 void restore();
501 // Paint states stack. Enables local drawing state change with save()/restore() calls.
H A DGraphicsContextStateSaver.h51 m_context.restore();
68 void restore() function in class:blink::GraphicsContextStateSaver
71 m_context.restore();
H A DGraphicsContextTest.cpp151 context.restore();
170 context.restore();
182 context.restore();
194 context.restore();
209 context.restore();
218 context.restore();
386 context.restore();
393 context.restore();
400 context.restore();
407 context.restore();
[all...]
H A DImageBuffer.cpp132 return m_surface->isValid() || m_surface->restore();
H A DImageBufferSurface.h65 virtual bool restore() { return false; }; function in class:blink::ImageBufferSurface
H A DRecordingImageBufferSurface.cpp170 srcCanvas->restore();
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DLocalCurrentGraphicsContext.mm58 m_savedGraphicsContext->restore();
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlay.cpp80 gc.restore();
144 gc.restore();
H A DPageWidgetDelegate.cpp103 gc.restore();
H A DPopupListBox.cpp383 gc->restore();

Completed in 470 milliseconds

1234567891011>>