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

  /external/chromium_org/chrome/browser/ui/search/
instant_controller.cc 45 // Adds a transient NavigationEntry to the supplied |contents|'s
47 // supplied |search_terms|. Sets the |search_terms| on the transient entry for
53 // If search terms are already correct or there is already a transient entry
60 content::NavigationEntry* transient = controller->CreateNavigationEntry( local
67 transient->SetExtraData(sessions::kSearchTermsKey, search_terms);
68 controller->SetTransientEntry(transient);
  /external/chromium_org/ui/wm/core/
window_modality_controller.cc 24 // Transient child's modal parent.
54 bool IsModalTransientChild(aura::Window* transient, aura::Window* original) {
55 return transient->IsVisible() &&
56 (TransientChildIsWindowModal(transient) ||
57 TransientChildIsSystemModal(transient) ||
58 (TransientChildIsChildModal(transient) &&
59 (HasAncestor(original, GetModalParent(transient)))));
69 aura::Window* transient = *it; local
70 if (IsModalTransientChild(transient, original)) {
71 return GetTransientChildren(transient).empty()
    [all...]
transient_window_manager_unittest.cc 37 Window* transient) OVERRIDE {
41 Window* transient) OVERRIDE {
68 // Creates a transient window that is transient to |parent|.
85 // Various assertions for transient children.
98 // Destroy w1, which should also destroy w3 (since it's a transient child).
115 // Hiding parent should hide transient children.
121 // Tests that transient children are stacked as a unit when using stack above.
154 // transient_children_ array is used when reinserting transient children.
180 // No change when stacking a transient parent above its transient child
334 Window* transient = new Window(&transient_delegate); \/\/ Owned by |parent|. local
    [all...]
  /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 205 aura::Window* transient = OpenTestWindowWithParent(parent.get(), false); local
207 transient->AddObserver(&destruction_observer);
209 EXPECT_EQ(parent.get(), ::wm::GetTransientParent(transient));
210 EXPECT_EQ(parent->parent(), transient->parent());
212 // The transient should be destroyed with its parent.
237 // Now open another modal transient parented to the original modal transient.
277 // Now open another modal transient parented to the original modal transient.
307 scoped_ptr<aura::Window> transient(
345 aura::Window* transient = local
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 286 // transient entry's URL.
569 bool transient = (transient_entry_index_ != -1); local
577 // If there was a transient entry, we removed it making the current index
579 if (!transient)
597 // Nothing to do when navigating to the transient.
601 // Removing the transient is goint to shift all entries by 1.
1528 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 1156 milliseconds