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

1 2

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
InputViewManager.java 65 public void closing(); method in interface:InputViewManager
DefaultSoftKeyboard.java 689 /** @see jp.co.omronsoft.openwnn.InputViewManager#closing */
690 public void closing() { method in class:DefaultSoftKeyboard
692 mKeyboardView.closing();
770 closing(); method
OpenWnnEN.java 337 mInputViewManager.closing();
712 mInputViewManager.closing();
736 mInputViewManager.closing();
747 mInputViewManager.closing();
    [all...]
OpenWnnJAJP.java 529 mInputViewManager.closing();
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_infobar_delegate.h 40 bool closing() const { return closing_; } function in class:ExtensionInfoBarDelegate
  /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/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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboardView.java 595 public void closing() { method in class:LatinKeyboardView
596 super.closing();
KeyboardSwitcher.java     [all...]
KeyboardView.java 958 public void closing() { method in class:KeyboardView
973 closing(); method
979 closing(); method
    [all...]
  /system/core/adb/
adb.h 87 int closing; member in struct:asocket
  /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 660 ABool closing; member in struct:QemudClient
832 if (c->closing) { /* recursive call, exit immediately */
835 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...]
  /external/chromium/third_party/libevent/
evdns.c 237 char closing; /* Are we trying to close this port, pending writes? */ member in struct:evdns_server_port
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 1381 public void closing() { method
1402 closing(); method
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 757 inputView.closing();
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 697 milliseconds

1 2