Searched defs:dispatched (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/device/serial/
H A Ddata_receiver.cc27 // Returns whether it dispatched |error|.
88 : offset(offset), error(error), dispatched(false) {}
96 // Whether the error has been dispatched to the user.
97 bool dispatched; member in struct:device::DataReceiver::PendingError
127 if (pending_error_ && pending_error_->dispatched) {
283 DCHECK(!error->dispatched);
287 error->dispatched = true;
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEvent.h194 bool dispatched() const { return m_target; } function in class:blink::Event
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc413 // Tests that scroll events are dispatched correctly.
423 // A scroll event on the root-window itself is dispatched.
434 // Scroll event on a window should be dispatched properly.
688 // Check that on ReleasePointerMoves, held events are not dispatched
698 // event, check that the posted event is dispatched before this new event.
769 // Check that on ReleasePointerMoves, held events are not dispatched
779 // If another touch event occurs then the held touch should be dispatched
857 // touch-release), the held touch-move event will have been dispatched first,
873 // dispatched.
1031 // Tests that a mouse exit is dispatched t
2106 bool dispatched() const { return dispatched_; } function in class:aura::DispatchEventHandler
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 238 milliseconds