Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 25 of 204) sorted by relevance

123456789

/external/jmdns/src/javax/jmdns/impl/constants/
DDNSState.java57 CLOSING("closing", StateClass.closing),
64 probing, announcing, announced, canceling, canceled, closing, closed enumConstant
203 return _state == StateClass.closing; in isClosing()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
DNioEndpoint.java60 private boolean closing = false; field in NioEndpoint
82 closing = true; in close()
171 if( closing ) { in send()
/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab_strip.cc65 if (tab_->closing()) in AnimationCanceled()
71 if (!tab_->closing()) { in CompleteRemove()
177 if (!current_tab->closing()) { in GetModelIndexOfBaseTab()
199 if (!base_tab_at_tab_index(i)->closing()) { in ModelIndexToTabIndex()
265 if (!current_tab->closing()) in CloseTab()
290 if (tab->closing()) in IsTabPinned()
310 if (IsAnimating() || tab->closing() || in MaybeStartDrag()
328 if (IsTabSelected(other_tab) && !other_tab->closing()) { in MaybeStartDrag()
Dbase_tab.h56 void set_closing(bool closing) { closing_ = closing; } in set_closing() argument
57 bool closing() const { return closing_; } in closing() function
Dtab_strip.cc459 if (!tab->closing() && !tab->dragging()) in AnimateToIdealBounds()
882 if (!tab->closing()) { in GenerateIdealBounds()
903 if (!tab->closing()) { in GenerateIdealBounds()
971 if (!tab->closing()) { in StartMouseInitiatedRemoveTabAnimation()
/external/webkit/LayoutTests/fast/encoding/
Dquotes-in-title-expected.txt2 …cters after the bracket in the quoted text until the next closing bracket, causing the closing tit…
Dbracket-in-script-expected.txt2 …an caused all text after it until the next closing bracket to be consumed as the tag, resulting in…
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_gtk.h96 void set_closing(bool closing) { closing_ = closing; } in set_closing() argument
97 bool closing() const { return closing_; } in closing() function
/external/protobuf/gtest/
Dconfigure.ac5 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
6 # between "AC_INIT(" and the closing ")" including comments and strings.
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm332 // are undergoing tab closing animation. As a result, the caller needs to be
335 // during tab layout to ignore closing tabs in the total width calculations and
339 // In order to prevent actions being taken on tabs which are closing, the tab
342 // whole are disabled while there are tabs closing.
494 // Invalidate all closing animations so they don't call back to us after
597 // these controllers to a tab) less the number of closing tabs.
605 // the process of closing (i.e., whose controllers are in
619 // closing. For example, if there are two tabs in the process of closing before
620 // |index|, this returns |index| + 2. If there are no closing tabs, this will
642 // closing tabs into account such that this index will correctly match the tab
[all …]
Dtab_view.h108 @property(assign, nonatomic, getter=isClosing) BOOL closing;
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_hover_state_unittest.mm60 // Test transition from closing to open (aka cancel close).
65 // Test transition from closing to closed.
Dbookmark_bar_folder_hover_state.mm53 // or closing if we don't alrealy have once in progress.
134 // Note that there is no state for simultaneously opening and closing. A
/external/libvpx/libvpx/third_party/googletest/src/
Dconfigure.ac5 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
6 # between "AC_INIT(" and the closing ")" including comments and strings.
/external/chromium/testing/gtest/
Dconfigure.ac5 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
6 # between "AC_INIT(" and the closing ")" including comments and strings.
/external/webkit/LayoutTests/storage/
Dclose-during-stress-test-expected.txt3 …n the console is expected, however, as the global object is cleared when closing a frame. It actua…
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmppengineimpl.cc465 bool closing = (engine->state_ != state_ && in ~EnterExit() local
467 bool flushing = closing || (engine->engine_entered_ == 0); in ~EnterExit()
475 if (closing) { in ~EnterExit()
/external/chromium/chrome/browser/extensions/
Dextension_infobar_delegate.h40 bool closing() const { return closing_; } in closing() function
/external/clang/test/Parser/
Dobjc-quirks.m10 // expected-error {{extraneous closing brace ('}')}} \
/external/webkit/LayoutTests/storage/indexeddb/
Dtransaction-after-close-expected.txt1 Test closing a database connection in IndexedDB.
/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab_strip.cc125 if (!tab->closing() && !tab->dragging()) in AnimateToIdealBounds()
140 if (!tab->closing()) { in GenerateIdealBounds()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_scanf.inc41 // In case of the end-of-string, a pointer to the closing \0 is returned.
119 // Consume the closing ']'.
144 p = q + 1; // Consume the closing ']'.
/external/chromium/chrome/browser/ui/cocoa/
Dbase_bubble_controller.mm141 // We caught a close so we don't need to watch for the parent closing.
172 // has been sent as part of the closing operation, so no need to close.
Dfast_resize_view.mm46 // in the process of switching tabs or closing the window. In those cases, no
/external/e2fsprogs/e2fsck/
Dprof_err.et31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile"

123456789