HomeSort by relevance Sort by last modified time
    Searched defs:onClosed (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 7 * -Connecting the in-bound functions |onOpened|, |onMessage|, and |onClosed|,
116 this.onClosed = function() {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_client.js 71 ShareClient.Observer.prototype.onClosed = function() {
106 this.observer_.onClosed();
share_dialog.js 153 ShareDialog.prototype.onClosed = function() {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 7 * -Connecting the in-bound functions |onOpened|, |onMessage|, and |onClosed|,
116 this.onClosed = function() {
  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 570 * {@link StateListener#onClosed} callback will be called, and the camera is
573 * <p>After this call, besides the final {@link StateListener#onClosed} call, no calls to the
    [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 298 public void onClosed(CameraDevice camera) {
299 if (mProxy != null) mProxy.onClosed(camera);
BlockingStateListener.java 177 public void onClosed(CameraDevice camera) {
179 if (mProxy != null) mProxy.onClosed(camera);

Completed in 221 milliseconds