/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSState.java | 57 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/ |
D | NioEndpoint.java | 60 private boolean closing = false; field in NioEndpoint 82 closing = true; in close() 171 if( closing ) { in send()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | base_tab_strip.cc | 65 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()
|
D | base_tab.h | 56 void set_closing(bool closing) { closing_ = closing; } in set_closing() argument 57 bool closing() const { return closing_; } in closing() function
|
D | tab_strip.cc | 459 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/ |
D | quotes-in-title-expected.txt | 2 …cters after the bracket in the quoted text until the next closing bracket, causing the closing tit…
|
D | bracket-in-script-expected.txt | 2 …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/ |
D | tab_gtk.h | 96 void set_closing(bool closing) { closing_ = closing; } in set_closing() argument 97 bool closing() const { return closing_; } in closing() function
|
/external/protobuf/gtest/ |
D | configure.ac | 5 # "[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/ |
D | tab_strip_controller.mm | 332 // 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 …]
|
D | tab_view.h | 108 @property(assign, nonatomic, getter=isClosing) BOOL closing;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_hover_state_unittest.mm | 60 // Test transition from closing to open (aka cancel close). 65 // Test transition from closing to closed.
|
D | bookmark_bar_folder_hover_state.mm | 53 // 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/ |
D | configure.ac | 5 # "[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/ |
D | configure.ac | 5 # "[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/ |
D | close-during-stress-test-expected.txt | 3 …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/ |
D | xmppengineimpl.cc | 465 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/ |
D | extension_infobar_delegate.h | 40 bool closing() const { return closing_; } in closing() function
|
/external/clang/test/Parser/ |
D | objc-quirks.m | 10 // expected-error {{extraneous closing brace ('}')}} \
|
/external/webkit/LayoutTests/storage/indexeddb/ |
D | transaction-after-close-expected.txt | 1 Test closing a database connection in IndexedDB.
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | touch_tab_strip.cc | 125 if (!tab->closing() && !tab->dragging()) in AnimateToIdealBounds() 140 if (!tab->closing()) { in GenerateIdealBounds()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_scanf.inc | 41 // 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/ |
D | base_bubble_controller.mm | 141 // 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.
|
D | fast_resize_view.mm | 46 // in the process of switching tabs or closing the window. In those cases, no
|
/external/e2fsprogs/e2fsck/ |
D | prof_err.et | 31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile"
|