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

1 2 3

  /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...]
  /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.
  /packages/apps/Contacts/src/com/android/contacts/widget/
TransitionAnimationView.java 139 public static void startAnimation(View view, boolean closing) {
151 container.start(view, closing);
155 private void start(View view, boolean closing) {
163 if (!closing) {
167 } else if (closing) {
  /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())
  /system/core/adb/
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
  /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...]
  /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/chromium/chrome/browser/resources/
print_preview_animations.js 231 el.classList.add('closing');
246 el.classList.remove('closing');
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 252 // allows us to navigate by pressing Enter after closing the Find box.
290 void closing();
343 // ourselves is held while frame_ is valid. See our Closing method.
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 247 # context, so that it can guess correctly that it's a closing quote:
448 # Single closing quotes:
477 # Double closing quotes:
748 single-quote, when in fact it should be a closing one. I don't think
751 proper HTML entity for closing single-quotes (`’`) by hand.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboardView.java 595 public void closing() { method in class:LatinKeyboardView
596 super.closing();

Completed in 2955 milliseconds

1 2 3