HomeSort by relevance Sort by last modified time
    Searched defs:closing (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium/chrome/browser/extensions/
extension_infobar_delegate.h 40 bool closing() const { return closing_; } function in class:ExtensionInfoBarDelegate
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
InputViewManager.java 65 public void closing(); method in interface:InputViewManager
DefaultSoftKeyboard.java 773 /** @see jp.co.omronsoft.openwnn.InputViewManager#closing */
774 public void closing() { method in class:DefaultSoftKeyboard
776 mKeyboardView.closing();
887 closing(); method
    [all...]
OpenWnnEN.java 352 mInputViewManager.closing();
728 mInputViewManager.closing();
753 mInputViewManager.closing();
764 mInputViewManager.closing();
    [all...]
KeyboardView.java 1335 public void closing() { method in class:KeyboardView
1356 closing(); method
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 96 void set_closing(bool closing) { closing_ = closing; }
97 bool closing() const { return closing_; } function in class:TabGtk
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 56 void set_closing(bool closing) { closing_ = closing; }
57 bool closing() const { return closing_; } function in class:BaseTab
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 57 CLOSING("closing", StateClass.closing),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
112 case CLOSING:
142 case CLOSING:
143 return CLOSING;
198 * Returns true, if this is a closing state.
200 * @return <code>true</code> if closing state, <code>false</code> otherwise
203 return _state == StateClass.closing;
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
NioEndpoint.java 60 private boolean closing = false; field in class:NioEndpoint
82 closing = true;
97 throw new KernelException( "Error closing endpoint for socket:" + socket, e );
171 if( closing ) {
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.h 80 // due to JS closing windows
108 @property(assign, nonatomic, getter=isClosing) BOOL closing; variable
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 465 bool closing = (engine->state_ != state_ && local
467 bool flushing = closing || (engine->engine_entered_ == 0);
475 if (closing) {
  /external/qemu/
charpipe.c 270 char closing; member in struct:CharBuffer
usb-linux.c 129 int closing; member in struct:USBHostDevice
253 if (errno == ENODEV && !s->closing) {
421 s->closing = 1;
    [all...]
  /bootable/recovery/minadbd/
adb.h 87 int closing; member in struct:asocket
  /system/core/adb/
adb.h 87 int closing; member in struct:asocket
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboardView.java 788 public void closing() { method in class:LatinKeyboardView
    [all...]
KeyboardSwitcher.java 352 mKeyboardView.closing();
KeyboardView.java 993 public void closing() { method in class:KeyboardView
1008 closing(); method
1014 closing(); method
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 243 mInputView.closing();
251 mInputView.closing();
629 mInputView.closing();
  /development/tools/emulator/system/qemud/
qemud.c 751 char closing; member in struct:FDHandler
771 /* list of closing FDHandler objects.
776 FDHandler* closing; member in struct:FDHandlerList
806 list->closing = NULL;
861 if (f->out_first != NULL && !f->closing)
863 /* move the handler to the 'closing' list */
864 f->closing = 1;
866 fdhandler_prepend(f, &f->list->closing);
901 * by the sender. Be sure to read the data before closing
998 D("%s: closing accept fd %d", __FUNCTION__, f->fd)
    [all...]
  /external/kernel-headers/original/linux/
tty.h 212 unsigned char closing:1; member in struct:tty_struct
  /external/qemu/android/
hw-qemud.c 661 ABool closing; member in struct:QemudClient
830 * caused by guest closing the pipe handle (in which case 1 is passed in
838 if (c->closing) { /* recursive call, exit immediately */
843 /* This is emulator component (rather than the guest) closing a pipe
856 c->closing = 1;
    [all...]
  /sdk/emulator/qemud/
qemud.c 751 char closing; member in struct:FDHandler
771 /* list of closing FDHandler objects.
776 FDHandler* closing; member in struct:FDHandlerList
806 list->closing = NULL;
861 if (f->out_first != NULL && !f->closing)
863 /* move the handler to the 'closing' list */
864 f->closing = 1;
866 fdhandler_prepend(f, &f->list->closing);
901 * by the sender. Be sure to read the data before closing
998 D("%s: closing accept fd %d", __FUNCTION__, f->fd)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 68 // WebFrame::Closing and then derefs the WebFrame and will cause it to be
2183 void WebFrameImpl::closing() function in class:WebKit::WebFrameImpl
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 1386 public void closing() { method
1407 closing(); method
    [all...]

Completed in 236 milliseconds

1 2