HomeSort by relevance Sort by last modified time
    Searched refs:old_parent (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view_observer.cc 16 old_parent(NULL),
  /external/chromium_org/ui/v2/src/
view_observer.cc 16 old_parent(NULL),
  /external/chromium_org/mojo/services/view_manager/
server_view_delegate.h 27 const ServerView* old_parent) = 0;
31 const ServerView* old_parent) = 0;
default_access_policy.cc 84 const ServerView** old_parent) const {
93 if (*old_parent && !WasCreatedByThisConnection(*old_parent) &&
94 !IsViewInRoots(*old_parent)) {
95 *old_parent = NULL;
access_policy.h 42 // |new_parent| and |old_parent| are initially set to the new and old parents
47 const ServerView** old_parent) const = 0;
connection_manager.cc 156 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,
    [all...]
connection_manager.h 128 const ServerView* old_parent);
131 const ServerView* old_parent);
167 const ServerView* old_parent) OVERRIDE;
170 const ServerView* old_parent) OVERRIDE;
window_manager_access_policy.h 40 const ServerView** old_parent) const OVERRIDE;
server_view.cc 39 const ServerView* old_parent = child->parent(); local
40 child->delegate_->OnWillChangeViewHierarchy(child, this, old_parent);
46 child->delegate_->OnViewHierarchyChanged(child, this, old_parent);
default_access_policy.h 41 const ServerView** old_parent) const OVERRIDE;
window_manager_access_policy.cc 80 const ServerView** old_parent) const {
  /external/chromium_org/ui/v2/public/
view_observer.h 33 View* old_parent; member in struct:v2::ViewObserver::TreeChangeParams
43 // 3. |target|'s parent hierarchy in its |old_parent|
  /external/chromium_org/components/bookmarks/browser/
base_bookmark_model_observer.cc 17 const BookmarkNode* old_parent,
base_bookmark_model_observer.h 25 const BookmarkNode* old_parent,
bookmark_model_observer.h 27 const BookmarkNode* old_parent,
  /external/chromium_org/mojo/services/public/cpp/view_manager/
view_observer.h 38 View* old_parent; member in struct:mojo::ViewObserver::TreeChangeParams
  /external/chromium_org/ash/wm/
window_util.h 88 // themselves children of |old_parent| to |new_parent|.
90 aura::Window* old_parent,
95 // children of |old_parent|.
97 aura::Window* old_parent,
window_util.cc 154 aura::Window* old_parent,
156 if (child->parent() == old_parent)
158 ReparentTransientChildrenOfChild(child, old_parent, new_parent);
162 aura::Window* old_parent,
169 old_parent,
  /external/chromium_org/chrome/browser/undo/
bookmark_undo_service.cc 248 const BookmarkNode* old_parent,
272 const BookmarkNode* old_parent,
277 old_parent_id_(old_parent->id()),
285 const BookmarkNode* old_parent = local
289 DCHECK(old_parent);
298 if (old_parent == new_parent && new_index_ < old_index_)
301 model->Move(node, old_parent, destination_index);
412 const BookmarkNode* old_parent,
417 old_parent,
bookmark_undo_service.h 41 const BookmarkNode* old_parent,
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 186 aura::Window* old_parent = target->parent(); local
189 wm::ReparentTransientChildrenOfChild(target, old_parent, target->parent());
202 aura::Window* old_parent = target->parent(); local
205 wm::ReparentTransientChildrenOfChild(target, old_parent, target->parent());
  /external/chromium_org/chrome/browser/android/provider/
bookmark_model_observer_task.cc 39 const BookmarkNode* old_parent,
bookmark_model_observer_task.h 37 const BookmarkNode* old_parent,
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge.h 34 const BookmarkNode* old_parent,
bookmark_model_observer_for_cocoa.h 51 const BookmarkNode* old_parent,

Completed in 586 milliseconds

1 2 3