Searched defs:restore (Results 1 - 25 of 97) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorBaseAgent.cpp67 void InspectorAgentRegistry::restore() function in class:WebCore::InspectorAgentRegistry
70 m_agents[i]->restore();
H A DInspectorBaseAgent.h53 virtual void restore() { } function in class:WebCore::InspectorBaseAgentInterface
73 void restore();
H A DPageRuntimeAgent.cpp81 void PageRuntimeAgent::restore() function in class:WebCore::PageRuntimeAgent
H A DInspectorApplicationCacheAgent.cpp62 void InspectorApplicationCacheAgent::restore() function in class:WebCore::InspectorApplicationCacheAgent
H A DInspectorCanvasAgent.cpp88 void InspectorCanvasAgent::restore() function in class:WebCore::InspectorCanvasAgent
H A DInspectorProfilerAgent.cpp194 void InspectorProfilerAgent::restore() function in class:WebCore::InspectorProfilerAgent
H A DInspectorWorkerAgent.cpp130 void InspectorWorkerAgent::restore() function in class:WebCore::InspectorWorkerAgent
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextStateSaver.h51 m_context.restore();
61 void restore() function in class:WebCore::GraphicsContextStateSaver
64 m_context.restore();
/external/chromium_org/v8/tools/
H A Dcommon-includes.sh73 # Persist and restore variables to support canceling/resuming execution
85 restore() { function
98 [[ -z "${!VARNAME}" ]] && restore "$VARNAME"
/external/v8/tools/
H A Dcommon-includes.sh75 # Persist and restore variables to support canceling/resuming execution
83 restore() { function
92 [[ -z "${!VARNAME}" ]] && restore "$VARNAME"
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTopDownProfileDataGridTree.js128 restore: function()
135 WebInspector.ProfileDataGridTree.prototype.restore.call(this);
/external/chromium_org/chrome/test/chromedriver/
H A Dkeycode_text_conversion_unittest.cc129 RestoreKeyboardLayoutOnDestruct restore; local
151 RestoreKeyboardLayoutOnDestruct restore; local
H A Dkey_converter_unittest.cc163 RestoreKeyboardLayoutOnDestruct restore; local
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.h86 SkBool restore; member in class:SkApply
/external/skia/src/animator/
H A DSkDisplayApply.h86 SkBool restore; member in class:SkApply
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_otadata.h66 S_OTA_LOC restore; /* previous location */ member in struct:__anon26588
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_otadata.h66 S_OTA_LOC restore; /* previous location */ member in struct:__anon26638
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_otadata.h66 S_OTA_LOC restore; /* previous location */ member in struct:__anon26690
/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp40 void SkBBoxHierarchyRecord::restore() { function in class:SkBBoxHierarchyRecord
42 INHERITED::restore();
/external/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp40 void SkBBoxHierarchyRecord::restore() { function in class:SkBBoxHierarchyRecord
42 INHERITED::restore();
/external/smack/src/org/xbill/DNS/
H A DDNSInput.java134 restore() { method in class:DNSInput
H A DDNSOutput.java96 restore() { method in class:DNSOutput
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager.cc44 // Move only if the restore bounds is outside of
177 // When restoring from a minimized state, we want to restore to the
179 // restore rectangle, we set the restore rectangle to the rectangle we want
180 // to restore to and restore it after we switched so that it is preserved.
181 gfx::Rect restore; local
187 restore = window_state->GetRestoreBoundsInScreen();
200 // Set the restore rectangle to the previously set restore rectangl
[all...]
/external/chromium_org/ash/wm/
H A Dworkspace_controller_unittest.cc414 // Since the restore from minimize will restore to the pre-minimize
415 // state (tested elsewhere), we abandon the current size and restore
419 gfx::Rect restore = window_state->GetRestoreBoundsInScreen(); local
421 EXPECT_EQ("0,1 101x102", restore.ToString());
423 w1->SetBounds(restore);
1169 // Show the browser (which should restore it).
/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java258 private int getNext(CodeIterator iter, int of, int restore) throws BadBytecode { argument
262 iter.move(restore);

Completed in 1098 milliseconds

1234