HomeSort by relevance Sort by last modified time
    Searched defs:transient (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/corewm/
window_modality_controller.cc 23 // Transient child's modal parent.
53 bool IsModalTransientChild(aura::Window* transient, aura::Window* original) {
54 return transient->IsVisible() &&
55 (TransientChildIsWindowModal(transient) ||
56 TransientChildIsSystemModal(transient) ||
57 (TransientChildIsChildModal(transient) &&
58 (HasAncestor(original, GetModalParent(transient)))));
68 aura::Window* transient = *it; local
69 if (IsModalTransientChild(transient, original)) {
70 return transient->transient_children().empty()
    [all...]
focus_controller.cc 20 // When a modal window is activated, we bring its entire transient parent chain
21 // to the front. This function must be called before the modal transient is
36 // Stack |window| above the last transient child of |relative_to| that shares
42 aura::Window* transient = *i; local
43 if (transient->parent() == relative_to->parent())
44 relative_to = transient;
  /external/oprofile/daemon/
opd_trans.h 34 * Transient values used for parsing the event buffer.
39 struct transient { struct
60 typedef void (*handler_t)(struct transient *);
63 uint64_t pop_buffer_value(struct transient * trans);
64 int enough_remaining(struct transient * trans, size_t size);
65 static inline void update_trans_last(struct transient * trans)
81 void clear_trans_last(struct transient * trans);
84 void clear_trans_current(struct transient * trans);
  /external/chromium_org/ash/wm/
system_modal_container_layout_manager_unittest.cc 160 aura::Window* transient = OpenTestWindowWithParent(parent.get(), false); local
162 transient->AddObserver(&destruction_observer);
164 EXPECT_EQ(parent.get(), transient->transient_parent());
165 EXPECT_EQ(parent->parent(), transient->parent());
167 // The transient should be destroyed with its parent.
192 // Now open another modal transient parented to the original modal transient.
232 // Now open another modal transient parented to the original modal transient.
270 scoped_ptr<aura::Window> transient(
308 aura::Window* transient = local
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
instant_controller.cc 76 // Adds a transient NavigationEntry to the supplied |contents|'s
78 // supplied |search_terms|. Sets the |search_terms| on the transient entry for
84 // If search terms are already correct or there is already a transient entry
91 content::NavigationEntry* transient = controller->CreateNavigationEntry( local
98 transient->SetExtraData(sessions::kSearchTermsKey, search_terms);
99 controller->SetTransientEntry(transient);
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 270 // transient entry's URL.
546 bool transient = (transient_entry_index_ != -1); local
554 // If there was a transient entry, we removed it making the current index
556 if (!transient)
574 // Nothing to do when navigating to the transient.
578 // Removing the transient is goint to shift all entries by 1.
1430 bool transient = transient_entry_index_ != -1; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1713 transient = wm_transient variable in class:Wm
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1713 transient = wm_transient variable in class:Wm
    [all...]

Completed in 928 milliseconds