Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/x/
Dselection_requestor.cc145 XAtom event_property = event.xselection.property; in OnSelectionNotify() local
151 if (event_property != None) in OnSelectionNotify()
152 XDeleteProperty(x_display_, x_window_, event_property); in OnSelectionNotify()
157 if (event_property == x_property_) { in OnSelectionNotify()
169 if (event_property != None) in OnSelectionNotify()
170 XDeleteProperty(x_display_, x_window_, event_property); in OnSelectionNotify()
/external/chromium_org/ui/compositor/
Dlayer_animation_sequence.cc219 LayerAnimationElement::AnimatableProperty event_property = in OnThreadedAnimationStarted() local
221 DCHECK(element_properties & event_property); in OnThreadedAnimationStarted()