Searched defs:restore (Results 1 - 25 of 88) sorted by path

1234

/external/chromium_org/ash/wm/
H A Dworkspace_controller_unittest.cc439 // Since the restore from minimize will restore to the pre-minimize
440 // state (tested elsewhere), we abandon the current size and restore
444 gfx::Rect restore = window_state->GetRestoreBoundsInScreen(); local
446 EXPECT_EQ("0,1 101x102", restore.ToString());
448 w1->SetBounds(restore);
1290 // Show the browser (which should restore it).
/external/chromium_org/chrome/test/chromedriver/
H A Dkey_converter_unittest.cc164 RestoreKeyboardLayoutOnDestruct restore; local
H A Dkeycode_text_conversion_unittest.cc129 RestoreKeyboardLayoutOnDestruct restore; local
151 RestoreKeyboardLayoutOnDestruct restore; local
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc844 void GLES2Implementation::RestoreElementAndArrayBuffers(bool restore) { argument
845 if (restore) {
846 RestoreArrayBuffer(restore);
848 // We only need to restore it if it wasn't a client side array.
855 void GLES2Implementation::RestoreArrayBuffer(bool restore) { argument
856 if (restore) {
H A Dgles2_implementation_unittest.cc989 cmds::BindBuffer restore; member in struct:gpu::gles2::Cmds
1026 expected.restore.Init(GL_ARRAY_BUFFER, 0);
1056 cmds::BindBuffer restore; member in struct:gpu::gles2::Cmds
1095 expected.restore.Init(GL_ARRAY_BUFFER, 0);
1132 cmds::BindBuffer restore; member in struct:gpu::gles2::Cmds
1179 expected.restore.Init(GL_ARRAY_BUFFER, 0);
1216 cmds::BindBuffer restore; member in struct:gpu::gles2::Cmds
1263 expected.restore.Init(GL_ARRAY_BUFFER, 0);
1328 cmds::BindBuffer restore; member in struct:gpu::gles2::Cmds
1372 expected.restore
1416 cmds::BindBuffer restore; member in struct:gpu::gles2::Cmds
[all...]
/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js364 AppWindow.prototype.restore = function() {};
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp110 context->restore();
390 void CanvasRenderingContext2D::restore() function in class:blink::CanvasRenderingContext2D
406 c->restore();
1265 context->restore();
1564 stateSaver.restore();
1603 c->restore();
2386 c->restore();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorApplicationCacheAgent.cpp62 void InspectorApplicationCacheAgent::restore() function in class:blink::InspectorApplicationCacheAgent
H A DInspectorBaseAgent.cpp88 void InspectorAgentRegistry::restore() function in class:blink::InspectorAgentRegistry
91 m_agents[i]->restore();
H A DInspectorBaseAgent.h57 virtual void restore() { } function in class:blink::InspectorAgent
82 void restore();
H A DInspectorCSSAgent.cpp423 void InspectorCSSAgent::restore() function in class:blink::InspectorCSSAgent
H A DInspectorCanvasAgent.cpp94 void InspectorCanvasAgent::restore() function in class:blink::InspectorCanvasAgent
H A DInspectorConsoleAgent.cpp135 void InspectorConsoleAgent::restore() function in class:blink::InspectorConsoleAgent
H A DInspectorDOMAgent.cpp288 void InspectorDOMAgent::restore() function in class:blink::InspectorDOMAgent
H A DInspectorDOMStorageAgent.cpp98 void InspectorDOMStorageAgent::restore() function in class:blink::InspectorDOMStorageAgent
H A DInspectorDebuggerAgent.cpp220 void InspectorDebuggerAgent::restore() function in class:blink::InspectorDebuggerAgent
H A DInspectorHeapProfilerAgent.cpp98 void InspectorHeapProfilerAgent::restore() function in class:blink::InspectorHeapProfilerAgent
H A DInspectorLayerTreeAgent.cpp172 void InspectorLayerTreeAgent::restore() function in class:blink::InspectorLayerTreeAgent
H A DInspectorPageAgent.cpp462 void InspectorPageAgent::restore() function in class:blink::InspectorPageAgent
H A DInspectorProfilerAgent.cpp198 void InspectorProfilerAgent::restore() function in class:blink::InspectorProfilerAgent
H A DInspectorResourceAgent.cpp198 void InspectorResourceAgent::restore() function in class:blink::InspectorResourceAgent
H A DInspectorRuntimeAgent.cpp186 void InspectorRuntimeAgent::restore() function in class:blink::InspectorRuntimeAgent
H A DInspectorTimelineAgent.cpp326 void InspectorTimelineAgent::restore() function in class:blink::InspectorTimelineAgent
H A DInspectorTracingAgent.cpp37 void InspectorTracingAgent::restore() function in class:blink::InspectorTracingAgent
H A DInspectorWorkerAgent.cpp138 void InspectorWorkerAgent::restore() function in class:blink::InspectorWorkerAgent

Completed in 3829 milliseconds

1234