HomeSort by relevance Sort by last modified time
    Searched refs:gracefully (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
CastWindowManager.java 101 * @param gracefully Whether or not to call RVH::ClosePage to deliver unload event.
104 public void stopCastWindow(long nativeCastWindow, boolean gracefully) {
105 nativeStopCastWindow(nativeCastWindow, gracefully);
155 boolean gracefully);
  /external/chromium_org/chromecast/shell/browser/android/
cast_window_manager.cc 69 jlong nativeCastWindow, jboolean gracefully) {
73 if (gracefully)
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-redundant-dead-get-local.js 25 "Tests if the CFG simplifier gracefully handles the case where Block #1 and #2 are merged, #1 has a dead GetLocal, and #2 has a live GetLocal on the same local."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 426 'Ensure that a NULL PyObject* is handled gracefully'
436 'Ensure that a PyObject* with NULL ob_type is handled gracefully'
441 'Ensure that a PyObject* with a corrupt ob_type is handled gracefully'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 426 'Ensure that a NULL PyObject* is handled gracefully'
436 'Ensure that a PyObject* with NULL ob_type is handled gracefully'
441 'Ensure that a PyObject* with a corrupt ob_type is handled gracefully'
  /build/core/
cleanspec.mk 40 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
  /external/chromium_org/v8/test/mjsunit/
stack-traces.js 179 // be handled gracefully.
  /external/chromium_org/chrome/browser/resources/extensions/
extension_error_overlay.js 445 // this case, handle it gracefully and return (since all necessary work
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 404 // We will degrade gracefully by treating a colspan=0 as
    [all...]
  /external/chromium_org/remoting/webapp/
client_session.js 252 CONNECTION_CANCELED: -3, // Connection closed (gracefully) before connecting.
    [all...]

Completed in 374 milliseconds