Searched refs:old_parent (Results 1 - 25 of 66) sorted by last modified time

123

/external/chromium_org/v8/src/
H A Dobjects.cc7206 TraversableMap* old_parent = static_cast<TraversableMap*>(map()); local
7208 return old_parent;
/external/chromium_org/ui/aura/
H A Dwindow.cc524 params.old_parent = child->parent();
565 params.old_parent = this;
1222 if (params.old_parent)
1223 params.old_parent->NotifyWindowHierarchyChangeUp(params);
H A Dwindow_observer.h30 Window* old_parent; member in struct:aura::WindowObserver::HierarchyChangeParams
41 // 3. |target|'s parent hierarchy in its |old_parent|
H A Dwindow_unittest.cc2564 EXPECT_EQ(p1.old_parent, p2.old_parent);
2589 params.old_parent = NULL;
2608 params.old_parent = root_window();
2639 params.old_parent = NULL;
2661 params.old_parent = root_window();
2698 params.old_parent = w1.get();
/external/chromium_org/ui/v2/public/
H A Dview_observer.h33 View* old_parent; member in struct:v2::ViewObserver::TreeChangeParams
43 // 3. |target|'s parent hierarchy in its |old_parent|
/external/chromium_org/ui/v2/src/
H A Dview.cc77 if (params.old_parent)
78 NotifyViewTreeChangeUp(params.old_parent, params);
92 ScopedTreeNotifier(View* target, View* old_parent, View* new_parent) { argument
94 params_.old_parent = old_parent;
H A Dview_observer.cc16 old_parent(NULL),
H A Dview_unittest.cc117 return lhs.target == rhs.target && lhs.old_parent == rhs.old_parent &&
170 p1.old_parent = NULL;
195 p1.old_parent = &v1;
240 p1.old_parent = NULL;
291 p1.old_parent = &v11;
345 p1.old_parent = &v11;
/external/chromium_org/ui/views/
H A Dview.cc1828 void View::PropagateRemoveNotifications(View* old_parent, View* new_parent) { argument
1830 child_at(i)->PropagateRemoveNotifications(old_parent, new_parent);
1832 ViewHierarchyChangedDetails details(false, old_parent, this, new_parent);
H A Dview.h1268 // |old_parent| is the original parent of the View that was removed.
1271 void PropagateRemoveNotifications(View* old_parent, View* new_parent);
/external/chromium_org/ui/wm/core/
H A Dfocus_controller.cc203 WindowLostFocusFromDispositionChange(params.receiver, params.old_parent);
213 WindowLostFocusFromDispositionChange(params.receiver, params.old_parent);
/external/chromium_org/net/spdy/
H A Dspdy_priority_forest.h333 Node* old_parent = &all_nodes_[old_parent_id]; local
334 DCHECK_EQ(node_id, old_parent->child);
335 old_parent->child = NodeId();
H A Dspdy_priority_tree.h368 Node* old_parent = &all_nodes_[old_parent_id]; local
369 old_parent->child_list->remove(node_id);
370 old_parent->total_child_weights -= node->weight;
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc61 if (params.old_parent)
62 NotifyViewTreeChangeUp(params.old_parent, params, change_applied);
69 ScopedTreeNotifier(View* target, View* old_parent, View* new_parent) { argument
71 params_.old_parent = old_parent;
H A Dview_manager_client_impl.cc311 View* old_parent = GetViewById(old_parent_id); local
316 ViewPrivate(old_parent).LocalRemoveChild(view);
H A Dview_observer.cc16 old_parent(NULL),
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
H A Dview_unittest.cc94 return lhs.target == rhs.target && lhs.old_parent == rhs.old_parent &&
148 p1.old_parent = NULL;
170 p1.old_parent = &v1;
209 p1.old_parent = NULL;
253 p1.old_parent = &v11;
297 p1.old_parent = &v11;
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview_observer.h38 View* old_parent; member in struct:mojo::ViewObserver::TreeChangeParams
/external/chromium_org/mojo/services/view_manager/
H A Daccess_policy.h42 // |new_parent| and |old_parent| are initially set to the new and old parents
47 const ServerView** old_parent) const = 0;
H A Dconnection_manager.cc156 const ServerView* old_parent) {
161 view, new_parent, old_parent, IsChangeSource(i->first));
168 const ServerView* old_parent) {
173 view, new_parent, old_parent, IsChangeSource(i->first));
245 const ServerView* old_parent) {
247 ProcessWillChangeViewHierarchy(view, new_parent, old_parent);
252 const ServerView* old_parent) {
254 ProcessViewHierarchyChanged(view, new_parent, old_parent);
256 if (old_parent) {
257 display_manager_.SchedulePaint(old_parent,
153 ProcessWillChangeViewHierarchy( const ServerView* view, const ServerView* new_parent, const ServerView* old_parent) argument
165 ProcessViewHierarchyChanged( const ServerView* view, const ServerView* new_parent, const ServerView* old_parent) argument
242 OnWillChangeViewHierarchy( const ServerView* view, const ServerView* new_parent, const ServerView* old_parent) argument
250 OnViewHierarchyChanged(const ServerView* view, const ServerView* new_parent, const ServerView* old_parent) argument
[all...]
H A Dconnection_manager.h128 const ServerView* old_parent);
131 const ServerView* old_parent);
167 const ServerView* old_parent) OVERRIDE;
170 const ServerView* old_parent) OVERRIDE;
H A Ddefault_access_policy.cc84 const ServerView** old_parent) const {
93 if (*old_parent && !WasCreatedByThisConnection(*old_parent) &&
94 !IsViewInRoots(*old_parent)) {
95 *old_parent = NULL;
H A Ddefault_access_policy.h41 const ServerView** old_parent) const OVERRIDE;
H A Dserver_view.cc39 const ServerView* old_parent = child->parent(); local
40 child->delegate_->OnWillChangeViewHierarchy(child, this, old_parent);
46 child->delegate_->OnViewHierarchyChanged(child, this, old_parent);
H A Dserver_view_delegate.h27 const ServerView* old_parent) = 0;
31 const ServerView* old_parent) = 0;

Completed in 5564 milliseconds

123