/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
PageRuntimeAgent.h | 54 virtual void restore();
|
/external/chromium_org/third_party/WebKit/Source/testing/helper/ |
LayoutTestHelperWin.cpp | 59 // Try to restore the settings and then go down cleanly
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
TransparencyWinTest.cpp | 139 src->context()->restore(); 191 src->context()->restore(); 246 src->context()->restore(); 279 src->context()->restore(); 394 src->context()->restore(); 438 src->context()->restore(); 538 src->context()->restore(); 626 src->context()->restore(); 675 src->context()->restore();
|
/external/chromium_org/third_party/flot/ |
jquery.flot.crosshair.min.js | 1 (function(b){var a={crosshair:{mode:null,color:"rgba(170, 0, 0, 0.80)",lineWidth:1}};function c(h){var j={x:-1,y:-1,locked:false};h.setCrosshair=function e(l){if(!l){j.x=-1}else{var k=h.p2c(l);j.x=Math.max(0,Math.min(k.left,h.width()));j.y=Math.max(0,Math.min(k.top,h.height()))}h.triggerRedrawOverlay()};h.clearCrosshair=h.setCrosshair;h.lockCrosshair=function f(k){if(k){h.setCrosshair(k)}j.locked=true};h.unlockCrosshair=function g(){j.locked=false};function d(k){if(j.locked){return}if(j.x!=-1){j.x=-1;h.triggerRedrawOverlay()}}function i(k){if(j.locked){return}if(h.getSelection&&h.getSelection()){j.x=-1;return}var l=h.offset();j.x=Math.max(0,Math.min(k.pageX-l.left,h.width()));j.y=Math.max(0,Math.min(k.pageY-l.top,h.height()));h.triggerRedrawOverlay()}h.hooks.bindEvents.push(function(l,k){if(!l.getOptions().crosshair.mode){return}k.mouseout(d);k.mousemove(i)});h.hooks.drawOverlay.push(function(m,k){var n=m.getOptions().crosshair;if(!n.mode){return}var l=m.getPlotOffset();k.save();k.translate(l.left,l.top);if(j.x!=-1){k.strokeStyle=n.color;k.lineWidth=n.lineWidth;k.lineJoin="round";k.beginPath();if(n.mode.indexOf("x")!=-1){k.moveTo(j.x,0);k.lineTo(j.x,m.height())}if(n.mode.indexOf("y")!=-1){k.moveTo(0,j.y);k.lineTo(m.width(),j.y)}k.stroke()}k.restore()});h.hooks.shutdown.push(function(l,k){k.unbind("mouseout",d);k.unbind("mousemove",i)})}b.plot.pl (…)
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cctest.c | 79 log_verbose("name from u_getDefaultConverter() after restore = %s\n", nameAfterRestore);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_vbuf.h | 80 /* Save/restore functionality. */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
TODO | 46 - Or state save/restore has a bug with u_blitter, fix it.
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha512-x86_64.pl | 388 mov %rbx,144($context) # restore context->Rbx 389 mov %rbp,160($context) # restore context->Rbp 390 mov %r12,216($context) # restore context->R12 391 mov %r13,224($context) # restore context->R13 392 mov %r14,232($context) # restore context->R14 393 mov %r15,240($context) # restore context->R15 398 mov %rax,152($context) # restore context->Rsp 399 mov %rsi,168($context) # restore context->Rsi 400 mov %rdi,176($context) # restore context->Rdi
|
/external/chromium_org/third_party/qcms/src/ |
qcmstypes.h | 94 /* Restore warnings */
|
/external/chromium_org/third_party/skia/include/utils/ |
SkLuaCanvas.h | 26 virtual void restore() SK_OVERRIDE;
|
SkNWayCanvas.h | 29 virtual void restore() SK_OVERRIDE;
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt2565.test | 85 # Restore the pcache configuration for subsequent tests.
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
android_browser_finder_unittest.py | 27 self._stubs.Restore()
|
/external/chromium_org/ui/aura/client/ |
aura_constants.h | 44 // A property key to store the restore bounds for a window.
|
/external/chromium_org/ui/views/controls/ |
slide_out_view.cc | 76 // Restore the layer state.
|
/external/chromium_org/ui/views/corewm/ |
cursor_manager.h | 80 // The cursor state to restore when the cursor is unlocked.
|
/external/chromium_org/ui/views/win/ |
fullscreen_handler.cc | 93 // On restore, resize to the previous saved rect size.
|
/external/chromium_org/v8/src/arm/ |
lithium-gap-resolver-arm.h | 61 // After a cycle has been resolved, restore the value from the scratch
|
/external/chromium_org/v8/src/mips/ |
lithium-gap-resolver-mips.h | 61 // After a cycle has been resolved, restore the value from the scratch
|
/external/chromium_org/v8/test/webkit/fast/js/ |
toString-overrides.js | 61 // restore
|
/external/clang/lib/Parse/ |
RAIIObjectsForParser.h | 273 /// restore - This can be used to restore the state early, before the dtor 275 void restore() { function in class:clang::ColonProtectionRAIIObject 280 restore();
|
/external/e2fsprogs/ |
INSTALL | 41 using these libraries (like the 4.4BSD dump and restore port).
|
/external/e2fsprogs/lib/et/ |
com_err.3 | 49 may be used to restore the behavior of
|
/external/eigen/cmake/ |
EigenConfigureTesting.cmake | 44 # restore default CMAKE_MAKE_PROGRAM
|
/external/grub/stage2/ |
start.S | 227 /* restore %dx */ 266 /* restore %ax */ 285 movw %bx, %ds /* restore the source segment */ 293 /* restore addressing regs and print a dot with correct DS
|