Home
last modified time | relevance | path

Searched refs:change_applied (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dview.cc25 bool change_applied) { in NotifyViewTreeChangeAtReceiver() argument
28 if (change_applied) { in NotifyViewTreeChangeAtReceiver()
42 bool change_applied) { in NotifyViewTreeChangeUp() argument
44 NotifyViewTreeChangeAtReceiver(current, params, change_applied); in NotifyViewTreeChangeUp()
50 bool change_applied) { in NotifyViewTreeChangeDown() argument
51 NotifyViewTreeChangeAtReceiver(start_at, params, change_applied); in NotifyViewTreeChangeDown()
54 NotifyViewTreeChangeDown(*it, params, change_applied); in NotifyViewTreeChangeDown()
59 bool change_applied) { in NotifyViewTreeChange() argument
60 NotifyViewTreeChangeDown(params.target, params, change_applied); in NotifyViewTreeChange()
62 NotifyViewTreeChangeUp(params.old_parent, params, change_applied); in NotifyViewTreeChange()
[all …]