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/
node.cc 53 class ScopedTreeNotifier {
55 ScopedTreeNotifier(Node* target, Node* old_parent, Node* new_parent) {
61 ~ScopedTreeNotifier() {
69 DISALLOW_COPY_AND_ASSIGN(ScopedTreeNotifier);
398 ScopedTreeNotifier notifier(child, child->parent(), this);
407 ScopedTreeNotifier notifier(child, this, NULL);

Completed in 581 milliseconds