Home
last modified time | relevance | path

Searched refs:restoreState (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DSaveRestoreStateTest.java120 result = restoredVars.awContents.restoreState(bundle);
158 return mVars.awContents.restoreState(invalidState);
171 return mVars.awContents.restoreState(state);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DBlit.h85 void restoreState();
DBlit.cpp209 restoreState(); in boxFilter()
344 restoreState(); in formatConvert()
569 void Blit::restoreState() in restoreState() function in rx::Blit
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DComponentsView.java378 void restoreState() { in restoreState() method in ComponentsView
379 super.restoreState(); in restoreState()
DComponentResultsView.java153 restoreState(); in createPartControl()
378 void restoreState() {
DPerformancesView.java371 restoreState(); in finalizeViewerCreation()
600 void restoreState() { in restoreState() method in PerformancesView
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
Dtree.jquery.js1254 if (this.save_state_handler.restoreState()) {
1773 SaveStateHandler.prototype.restoreState = function() { method in SaveStateHandler
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java1690 public boolean restoreState(Bundle inState) { in restoreState() method in AwContents