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

1 2 3 4

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
InputViewManager.java 65 public void closing(); method in interface:InputViewManager
OpenWnnEN.java 352 mInputViewManager.closing();
728 mInputViewManager.closing();
753 mInputViewManager.closing();
764 mInputViewManager.closing();
    [all...]
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...]
  /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/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/extensions/
extension_infobar_delegate.h 40 bool closing() const { return closing_; } function in class:ExtensionInfoBarDelegate
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 521 /** Parse a comment string cursor is at a ". Leave cursor at closing "
523 * closing quote.
548 * closing brace.
  /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
base_tab_strip.cc 61 // we don't want to remove the tab (closing is false).
64 // (closing is true).
65 if (tab_->closing())
71 if (!tab_->closing()) {
177 if (!current_tab->closing()) {
199 if (!base_tab_at_tab_index(i)->closing()) {
265 if (!current_tab->closing())
290 if (tab->closing())
310 if (IsAnimating() || tab->closing() ||
328 if (IsTabSelected(other_tab) && !other_tab->closing()) {
    [all...]
side_tab_strip.cc 302 if (!tab->closing()) {
362 if (!tab->closing() && !tab->dragging())
tab_strip.cc 137 // crash in the case where the user closes the window after closing a tab
459 if (!tab->closing() && !tab->dragging())
635 // their mouse for a few tabs' worth of closing. We choose visual
882 if (!tab->closing()) {
903 if (!tab->closing()) {
    [all...]
  /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
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 424 private ImapList parseList(char opening, char closing)
428 parseElements(list, closing);
429 expect(closing);
  /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/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 125 if (!tab->closing() && !tab->dragging())
140 if (!tab->closing()) {
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 243 mInputView.closing();
251 mInputView.closing();
629 mInputView.closing();
  /external/chromium/chrome/browser/ui/views/infobars/
extension_infobar.cc 123 if (delegate->closing())
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hixie75.py 58 enable_closing_handshake: to let StreamHixie75 perform closing
94 'Requested send_message after sending out a closing handshake')
129 'Requested receive_message after receiving a closing '
154 'Received ack for server-initiated closing '
159 'Received client-initiated closing handshake')
163 'Sent ack for client-initiated closing handshake')
179 'Closing handshake is not supported in Hixie 75 protocol')
186 # start of the closing handshake.
193 ConnectionTerminatedException: when closing handshake was
208 self._logger.debug('Sent server-initiated closing handshake'
    [all...]
_stream_hybi.py 486 'Requested send_message after sending out a closing handshake')
601 'Received ack for server-initiated closing handshake')
605 'Received client-initiated closing handshake')
621 'Sent ack for client-initiated closing handshake '
685 or None iff received closing handshake.
700 'Requested receive_message after receiving a closing '
793 'Sent server-initiated closing handshake (code=%r, reason=%r)',
807 # For now, we expect receiving closing handshake right after sending
808 # out closing handshake.
812 'Didn\'t receive valid ack for closing handshake'
    [all...]
  /build/tools/signapk/
SignApk.java 410 private boolean closing = false; field in class:SignApk.WholeFileSignerOutputStream
420 closing = true;
424 closing = false;
443 if (closing) {
456 if (closing) {
  /bootable/recovery/minadbd/
sockets.c 53 /* the the list of currently closing local sockets.
224 D("LS(%d): closing peer. peer->id=%d peer->fd=%d\n",
236 /* If we are already closing, or if there are no
239 if (s->closing || s->pkt_first == NULL) {
246 /* otherwise, put on the closing list
248 D("LS(%d): closing\n", s->id);
249 s->closing = 1;
283 D(" closing after write because r=%d and errno is %d\n", r, errno);
295 /* if we sent the last packet of a closing socket,
298 if (s->closing) {
    [all...]
adb.h 87 int closing; member in struct:asocket
  /device/generic/goldfish/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/chromium/chrome/browser/resources/
print_preview_animations.js 231 el.classList.add('closing');
246 el.classList.remove('closing');

Completed in 624 milliseconds

1 2 3 4