Home
last modified time | relevance | path

Searched refs:old_parent (Results 1 – 25 of 71) sorted by relevance

123

/external/chromium_org/mojo/services/view_manager/
Dconnection_manager.cc156 const ServerView* old_parent) { in ProcessWillChangeViewHierarchy() argument
161 view, new_parent, old_parent, IsChangeSource(i->first)); in ProcessWillChangeViewHierarchy()
168 const ServerView* old_parent) { in ProcessViewHierarchyChanged() argument
173 view, new_parent, old_parent, IsChangeSource(i->first)); in ProcessViewHierarchyChanged()
245 const ServerView* old_parent) { in OnWillChangeViewHierarchy() argument
247 ProcessWillChangeViewHierarchy(view, new_parent, old_parent); in OnWillChangeViewHierarchy()
252 const ServerView* old_parent) { in OnViewHierarchyChanged() argument
254 ProcessViewHierarchyChanged(view, new_parent, old_parent); in OnViewHierarchyChanged()
256 if (old_parent) { in OnViewHierarchyChanged()
257 display_manager_.SchedulePaint(old_parent, in OnViewHierarchyChanged()
[all …]
Ddefault_access_policy.cc84 const ServerView** old_parent) const { in ShouldNotifyOnHierarchyChange()
93 if (*old_parent && !WasCreatedByThisConnection(*old_parent) && in ShouldNotifyOnHierarchyChange()
94 !IsViewInRoots(*old_parent)) { in ShouldNotifyOnHierarchyChange()
95 *old_parent = NULL; in ShouldNotifyOnHierarchyChange()
Dconnection_manager.h128 const ServerView* old_parent);
131 const ServerView* old_parent);
167 const ServerView* old_parent) OVERRIDE;
170 const ServerView* old_parent) OVERRIDE;
Dserver_view_delegate.h27 const ServerView* old_parent) = 0;
31 const ServerView* old_parent) = 0;
Dserver_view.cc39 const ServerView* old_parent = child->parent(); in Add() local
40 child->delegate_->OnWillChangeViewHierarchy(child, this, old_parent); in Add()
46 child->delegate_->OnViewHierarchyChanged(child, this, old_parent); in Add()
Dview_manager_service_impl.cc85 const ServerView* old_parent, in ProcessWillChangeViewHierarchy() argument
102 const ServerView* old_parent, in ProcessViewHierarchyChanged() argument
115 view, &new_parent, &old_parent)) { in ProcessViewHierarchyChanged()
124 const ViewId old_parent_id(old_parent ? old_parent->id() : ViewId()); in ProcessViewHierarchyChanged()
Dview_manager_service_impl.h83 const ServerView* old_parent,
87 const ServerView* old_parent,
Daccess_policy.h47 const ServerView** old_parent) const = 0;
Dwindow_manager_access_policy.h40 const ServerView** old_parent) const OVERRIDE;
/external/chromium_org/chrome/browser/undo/
Dbookmark_undo_service.cc248 const BookmarkNode* old_parent,
272 const BookmarkNode* old_parent, in BookmarkMoveOperation() argument
277 old_parent_id_(old_parent->id()), in BookmarkMoveOperation()
285 const BookmarkNode* old_parent = in Undo() local
289 DCHECK(old_parent); in Undo()
298 if (old_parent == new_parent && new_index_ < old_index_) in Undo()
301 model->Move(node, old_parent, destination_index); in Undo()
412 const BookmarkNode* old_parent, in BookmarkNodeMoved() argument
417 old_parent, in BookmarkNodeMoved()
/external/chromium_org/ash/wm/
Dwindow_util.cc154 aura::Window* old_parent, in ReparentChildWithTransientChildren() argument
156 if (child->parent() == old_parent) in ReparentChildWithTransientChildren()
158 ReparentTransientChildrenOfChild(child, old_parent, new_parent); in ReparentChildWithTransientChildren()
162 aura::Window* old_parent, in ReparentTransientChildrenOfChild() argument
169 old_parent, in ReparentTransientChildrenOfChild()
Dwindow_util.h90 aura::Window* old_parent,
97 aura::Window* old_parent,
/external/chromium_org/ash/wm/panels/
Dpanel_window_resizer.cc186 aura::Window* old_parent = target->parent(); in StartedDragging() local
189 wm::ReparentTransientChildrenOfChild(target, old_parent, target->parent()); in StartedDragging()
202 aura::Window* old_parent = target->parent(); in FinishDragging() local
205 wm::ReparentTransientChildrenOfChild(target, old_parent, target->parent()); in FinishDragging()
/external/chromium_org/ui/v2/src/
Dview.cc77 if (params.old_parent) in NotifyViewTreeChange()
78 NotifyViewTreeChangeUp(params.old_parent, params); in NotifyViewTreeChange()
92 ScopedTreeNotifier(View* target, View* old_parent, View* new_parent) { in ScopedTreeNotifier() argument
94 params_.old_parent = old_parent; in ScopedTreeNotifier()
Dview_unittest.cc117 return lhs.target == rhs.target && lhs.old_parent == rhs.old_parent && in TreeChangeParamsMatch()
170 p1.old_parent = NULL; in TEST_F()
195 p1.old_parent = &v1; in TEST_F()
240 p1.old_parent = NULL; in TEST_F()
291 p1.old_parent = &v11; in TEST_F()
345 p1.old_parent = &v11; in TEST_F()
Dview_observer.cc16 old_parent(NULL), in TreeChangeParams()
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
Dview_unittest.cc94 return lhs.target == rhs.target && lhs.old_parent == rhs.old_parent && in TreeChangeParamsMatch()
148 p1.old_parent = NULL; in TEST_F()
170 p1.old_parent = &v1; in TEST_F()
209 p1.old_parent = NULL; in TEST_F()
253 p1.old_parent = &v11; in TEST_F()
297 p1.old_parent = &v11; in TEST_F()
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dview.cc61 if (params.old_parent) in NotifyViewTreeChange()
62 NotifyViewTreeChangeUp(params.old_parent, params, change_applied); in NotifyViewTreeChange()
69 ScopedTreeNotifier(View* target, View* old_parent, View* new_parent) { in ScopedTreeNotifier() argument
71 params_.old_parent = old_parent; in ScopedTreeNotifier()
Dview_observer.cc16 old_parent(NULL), in TreeChangeParams()
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_bridge.mm55 const BookmarkNode* old_parent,
61 oldParent:old_parent oldIndex:old_index
/external/chromium_org/ui/v2/public/
Dview_observer.h33 View* old_parent; member
/external/chromium_org/components/bookmarks/browser/
Dbase_bookmark_model_observer.cc17 const BookmarkNode* old_parent, in BookmarkNodeMoved() argument
Dbase_bookmark_model_observer.h25 const BookmarkNode* old_parent,
/external/chromium_org/mojo/services/public/cpp/view_manager/
Dview_observer.h38 View* old_parent; member
/external/chromium_org/chrome/browser/android/provider/
Dbookmark_model_observer_task.cc39 const BookmarkNode* old_parent, in BookmarkNodeMoved() argument

123