HomeSort by relevance Sort by last modified time
    Searched refs:ScopedTreeNotifier (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/v2/src/
view.cc 90 class ScopedTreeNotifier {
92 ScopedTreeNotifier(View* target, View* old_parent, View* new_parent) {
98 ~ScopedTreeNotifier() {
106 DISALLOW_COPY_AND_ASSIGN(ScopedTreeNotifier);
229 ScopedTreeNotifier notifier(child, child->parent(), this);
238 ScopedTreeNotifier(child, this, NULL);
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view.cc 67 class ScopedTreeNotifier {
69 ScopedTreeNotifier(View* target, View* old_parent, View* new_parent) {
75 ~ScopedTreeNotifier() {
82 DISALLOW_COPY_AND_ASSIGN(ScopedTreeNotifier);
379 ScopedTreeNotifier notifier(child, child->parent(), this);
388 ScopedTreeNotifier notifier(child, this, NULL);

Completed in 1658 milliseconds